linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/2] bcm2835-dt-next-2019-03-04
@ 2019-03-05  0:02 Eric Anholt
  2019-03-05  0:02 ` [GIT PULL 2/2] bcm2835-drivers-next-2019-03-04 Eric Anholt
  2019-03-09 22:01 ` [GIT PULL 1/2] bcm2835-dt-next-2019-03-04 Florian Fainelli
  0 siblings, 2 replies; 5+ messages in thread
From: Eric Anholt @ 2019-03-05  0:02 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stefan Wahren,
	bcm-kernel-feedback-list, Eric Anholt

Hi Florian,

The following changes since commit ab1b4ef966af90ad79fa3c4c124e47915cddde10:

  ARM: dts: bcm2835-rpi-zero-w: Drop unnecessary pinctrl (2019-02-01 11:56:32 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 544e784188f1dd7c797c70b213385e67d92005b6:

  ARM: dts: bcm283x: Fix hdmi hpd gpio pull (2019-03-04 15:50:10 -0800)

----------------------------------------------------------------
This pull request brings in a fix for detecting HDMI on the Pi B rev 2.

----------------------------------------------------------------
Helen Koike (1):
      ARM: dts: bcm283x: Fix hdmi hpd gpio pull

 arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [GIT PULL 2/2] bcm2835-drivers-next-2019-03-04
  2019-03-05  0:02 [GIT PULL 1/2] bcm2835-dt-next-2019-03-04 Eric Anholt
@ 2019-03-05  0:02 ` Eric Anholt
  2019-03-08 18:05   ` Florian Fainelli
  2019-03-09 22:01 ` [GIT PULL 1/2] bcm2835-dt-next-2019-03-04 Florian Fainelli
  1 sibling, 1 reply; 5+ messages in thread
From: Eric Anholt @ 2019-03-05  0:02 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stefan Wahren,
	bcm-kernel-feedback-list, Eric Anholt

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL 2/2] bcm2835-drivers-next-2019-03-04
  2019-03-05  0:02 ` [GIT PULL 2/2] bcm2835-drivers-next-2019-03-04 Eric Anholt
@ 2019-03-08 18:05   ` Florian Fainelli
  2019-03-08 21:07     ` Eric Anholt
  0 siblings, 1 reply; 5+ messages in thread
From: Florian Fainelli @ 2019-03-08 18:05 UTC (permalink / raw)
  To: Eric Anholt, Florian Fainelli
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stefan Wahren,
	bcm-kernel-feedback-list

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL 2/2] bcm2835-drivers-next-2019-03-04
  2019-03-08 18:05   ` Florian Fainelli
@ 2019-03-08 21:07     ` Eric Anholt
  0 siblings, 0 replies; 5+ messages in thread
From: Eric Anholt @ 2019-03-08 21:07 UTC (permalink / raw)
  To: Florian Fainelli, Florian Fainelli
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stefan Wahren,
	bcm-kernel-feedback-list

[-- Attachment #1: Type: text/plain, Size: 1053 bytes --]

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.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL 1/2] bcm2835-dt-next-2019-03-04
  2019-03-05  0:02 [GIT PULL 1/2] bcm2835-dt-next-2019-03-04 Eric Anholt
  2019-03-05  0:02 ` [GIT PULL 2/2] bcm2835-drivers-next-2019-03-04 Eric Anholt
@ 2019-03-09 22:01 ` Florian Fainelli
  1 sibling, 0 replies; 5+ messages in thread
From: Florian Fainelli @ 2019-03-09 22:01 UTC (permalink / raw)
  To: Eric Anholt, Florian Fainelli
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stefan Wahren,
	bcm-kernel-feedback-list



On 3/4/2019 4:02 PM, Eric Anholt wrote:
> Hi Florian,
> 
> The following changes since commit ab1b4ef966af90ad79fa3c4c124e47915cddde10:
> 
>   ARM: dts: bcm2835-rpi-zero-w: Drop unnecessary pinctrl (2019-02-01 11:56:32 +0100)
> 
> are available in the Git repository at:
> 
>   git://github.com/anholt/linux tags/bcm2835-dt-next-2019-03-04
> 
> for you to fetch changes up to 544e784188f1dd7c797c70b213385e67d92005b6:
> 
>   ARM: dts: bcm283x: Fix hdmi hpd gpio pull (2019-03-04 15:50:10 -0800)
> 
> ----------------------------------------------------------------
> This pull request brings in a fix for detecting HDMI on the Pi B rev 2.
> 
> ----------------------------------------------------------------

Merged into devicetree/fixes, will send this out once v5.0-rc1 is tagged.
-- 
Florian

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-03-09 22:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-05  0:02 [GIT PULL 1/2] bcm2835-dt-next-2019-03-04 Eric Anholt
2019-03-05  0:02 ` [GIT PULL 2/2] bcm2835-drivers-next-2019-03-04 Eric Anholt
2019-03-08 18:05   ` Florian Fainelli
2019-03-08 21:07     ` Eric Anholt
2019-03-09 22:01 ` [GIT PULL 1/2] bcm2835-dt-next-2019-03-04 Florian Fainelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).