mbox series

[GIT,PULL,2/2] bcm2835-drivers-next-2019-03-04

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

Pull-request

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

Message

Eric Anholt March 5, 2019, 12:02 a.m. UTC
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.

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

Comments

Florian Fainelli March 8, 2019, 6:05 p.m. UTC | #1
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(-)
>
Eric Anholt March 8, 2019, 9:07 p.m. UTC | #2
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.