mbox series

[GIT,PULL] bcm2835-drivers-next-2019-03-12

Message ID 20190312200656.30759-1-eric@anholt.net (mailing list archive)
State Mainlined, archived
Commit 7a9b6be9fe58194d9a349159176e8cc0d8f10ef8
Headers show
Series [GIT,PULL] bcm2835-drivers-next-2019-03-12 | expand

Pull-request

git://github.com/anholt/linux tags/bcm2835-drivers-next-2019-03-12

Message

Eric Anholt March 12, 2019, 8:06 p.m. UTC
Hi Florian,

here's an updated PR on top of bcm2835-drivers-next-2019-02-01.

The following changes since commit e1dc2b2e1bef7237fd8fc055fe1ec2a6ff001f91:

  ARM: bcm283x: Switch V3D over to using the PM driver instead of firmware. (2019-02-01 10:34:32 +0100)

are available in the Git repository at:

  git://github.com/anholt/linux tags/bcm2835-drivers-next-2019-03-12

for you to fetch changes up to 7a9b6be9fe58194d9a349159176e8cc0d8f10ef8:

  arm64: bcm2835: Add missing dependency on MFD_CORE. (2019-03-12 13:01:05 -0700)

----------------------------------------------------------------
This pull request brings in a build fix for arm64 with bcm2835
enabled, and fixes the driver in the presence of -EPROBE_DEFER.

----------------------------------------------------------------
Eric Anholt (3):
      soc: bcm: bcm2835-pm: Fix PM_IMAGE_PERI power domain support.
      soc: bcm: bcm2835-pm: Fix error paths of initialization.
      arm64: bcm2835: Add missing dependency on MFD_CORE.

 arch/arm64/Kconfig.platforms    |  1 +
 drivers/soc/bcm/bcm2835-power.c | 49 +++++++++++++++++++++++++++++++++++------
 2 files changed, 43 insertions(+), 7 deletions(-)

Comments

Florian Fainelli March 18, 2019, 5:31 p.m. UTC | #1
On 3/12/19 1:06 PM, Eric Anholt wrote:
> Hi Florian,
> 
> here's an updated PR on top of bcm2835-drivers-next-2019-02-01.
> 
> The following changes since commit e1dc2b2e1bef7237fd8fc055fe1ec2a6ff001f91:
> 
>   ARM: bcm283x: Switch V3D over to using the PM driver instead of firmware. (2019-02-01 10:34:32 +0100)
> 
> are available in the Git repository at:
> 
>   git://github.com/anholt/linux tags/bcm2835-drivers-next-2019-03-12
> 
> for you to fetch changes up to 7a9b6be9fe58194d9a349159176e8cc0d8f10ef8:
> 
>   arm64: bcm2835: Add missing dependency on MFD_CORE. (2019-03-12 13:01:05 -0700)
> 
> ----------------------------------------------------------------
> This pull request brings in a build fix for arm64 with bcm2835
> enabled, and fixes the driver in the presence of -EPROBE_DEFER.
> 
> ----------------------------------------------------------------

Merged into soc/next and soc/fixes, thanks Eric!

> Eric Anholt (3):
>       soc: bcm: bcm2835-pm: Fix PM_IMAGE_PERI power domain support.
>       soc: bcm: bcm2835-pm: Fix error paths of initialization.
>       arm64: bcm2835: Add missing dependency on MFD_CORE.
> 
>  arch/arm64/Kconfig.platforms    |  1 +
>  drivers/soc/bcm/bcm2835-power.c | 49 +++++++++++++++++++++++++++++++++++------
>  2 files changed, 43 insertions(+), 7 deletions(-)
>