Message ID | 20190305000218.15180-2-eric@anholt.net (mailing list archive) |
---|---|
State | Mainlined, archived |
Commit | 4deabfae643d8852c643664d9088a647abfaa5d0 |
Headers | show |
Series | [GIT,PULL,1/2] bcm2835-dt-next-2019-03-04 | expand |
On 3/4/19 4:02 PM, Eric Anholt wrote: > 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-04 > > for you to fetch changes up to 4deabfae643d8852c643664d9088a647abfaa5d0: > > soc: bcm: bcm2835-pm: Fix error paths of initialization. (2019-03-04 15:33:14 -0800) > > ---------------------------------------------------------------- > This pull request brings in two fixes for the new native bcm2835 power > domains driver. > > ---------------------------------------------------------------- Looks like Stefan found an arm64 build configuration that failed linking with the driver, do you want to add an additional fix to this pull request that addresses that? > Eric Anholt (2): > soc: bcm: bcm2835-pm: Fix PM_IMAGE_PERI power domain support. > soc: bcm: bcm2835-pm: Fix error paths of initialization. > > drivers/soc/bcm/bcm2835-power.c | 49 +++++++++++++++++++++++++++++++++++------ > 1 file changed, 42 insertions(+), 7 deletions(-) >
Florian Fainelli <f.fainelli@gmail.com> writes: > On 3/4/19 4:02 PM, Eric Anholt wrote: >> 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-04 >> >> for you to fetch changes up to 4deabfae643d8852c643664d9088a647abfaa5d0: >> >> soc: bcm: bcm2835-pm: Fix error paths of initialization. (2019-03-04 15:33:14 -0800) >> >> ---------------------------------------------------------------- >> This pull request brings in two fixes for the new native bcm2835 power >> domains driver. >> >> ---------------------------------------------------------------- > > Looks like Stefan found an arm64 build configuration that failed linking > with the driver, do you want to add an additional fix to this pull > request that addresses that? Took a look at it now, sent a fix.