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(-) > -- Florian