linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/2] Broadcom devicetree fixes for 5.1
@ 2019-03-19 20:16 Florian Fainelli
  2019-03-19 20:16 ` [GIT PULL 2/2] Broadcom soc " Florian Fainelli
  2019-03-25 16:05 ` [GIT PULL 1/2] Broadcom devicetree " Arnd Bergmann
  0 siblings, 2 replies; 4+ messages in thread
From: Florian Fainelli @ 2019-03-19 20:16 UTC (permalink / raw)
  To: arm
  Cc: Florian Fainelli, arnd, khilman, Eric Anholt, Helen Koike,
	bcm-kernel-feedback-list, olof, linux-arm-kernel

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

  https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.1/devicetree-fixes

for you to fetch changes up to 9c05d4c33d15fa6a2fca6505fc13bc0b58b497cd:

  Merge tag 'tags/bcm2835-dt-next-2019-03-04' into devicetree/fixes (2019-03-19 13:14:32 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoCs Device Tree fixes for
5.1, please pull the following:

- Helen fixes the HDMI hot-pug detect GPIO polarity for the Rasperry Pi
  model B revision 2

----------------------------------------------------------------
Florian Fainelli (1):
      Merge tag 'tags/bcm2835-dt-next-2019-03-04' into devicetree/fixes

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL 2/2] Broadcom soc fixes for 5.1
  2019-03-19 20:16 [GIT PULL 1/2] Broadcom devicetree fixes for 5.1 Florian Fainelli
@ 2019-03-19 20:16 ` Florian Fainelli
  2019-03-25 16:06   ` Arnd Bergmann
  2019-03-25 16:05 ` [GIT PULL 1/2] Broadcom devicetree " Arnd Bergmann
  1 sibling, 1 reply; 4+ messages in thread
From: Florian Fainelli @ 2019-03-19 20:16 UTC (permalink / raw)
  To: arm
  Cc: Stefan Wahren, Florian Fainelli, arnd, khilman, Eric Anholt,
	bcm-kernel-feedback-list, olof, linux-arm-kernel

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

  https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.1/soc-fixes

for you to fetch changes up to 4823a031f096d6d5fd16fccd8a3dd51b05a6becf:

  Merge tag 'tags/bcm2835-drivers-next-2019-03-12' into soc/fixes (2019-03-18 10:31:24 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM/ARM64-based SoCs fixes for 5.1,
please pull the following:

- Eric provides fixes for the bcm2835-pm driver: added missing depends
  on MFD_CORE for the ARM64 definition of ARCH_BCM2835, fixing error
  paths on initialization and fixing the PM_IMAGE_PERI power domain

----------------------------------------------------------------
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.

Florian Fainelli (1):
      Merge tag 'tags/bcm2835-drivers-next-2019-03-12' into soc/fixes

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL 1/2] Broadcom devicetree fixes for 5.1
  2019-03-19 20:16 [GIT PULL 1/2] Broadcom devicetree fixes for 5.1 Florian Fainelli
  2019-03-19 20:16 ` [GIT PULL 2/2] Broadcom soc " Florian Fainelli
@ 2019-03-25 16:05 ` Arnd Bergmann
  1 sibling, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2019-03-25 16:05 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: Kevin Hilman, Eric Anholt, Helen Koike, arm-soc,
	bcm-kernel-feedback-list, Olof Johansson, Linux ARM

On Tue, Mar 19, 2019 at 9:16 PM Florian Fainelli <f.fainelli@gmail.com> wrote:
>
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
>
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
>
> are available in the Git repository at:
>
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.1/devicetree-fixes
>
> for you to fetch changes up to 9c05d4c33d15fa6a2fca6505fc13bc0b58b497cd:
>
>   Merge tag 'tags/bcm2835-dt-next-2019-03-04' into devicetree/fixes (2019-03-19 13:14:32 -0700)
>
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM-based SoCs Device Tree fixes for
> 5.1, please pull the following:
>
> - Helen fixes the HDMI hot-pug detect GPIO polarity for the Rasperry Pi
>   model B revision 2

Pulled into arm/fixes, thanks!

      Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL 2/2] Broadcom soc fixes for 5.1
  2019-03-19 20:16 ` [GIT PULL 2/2] Broadcom soc " Florian Fainelli
@ 2019-03-25 16:06   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2019-03-25 16:06 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: Stefan Wahren, Kevin Hilman, Eric Anholt, arm-soc,
	bcm-kernel-feedback-list, Olof Johansson, Linux ARM

On Tue, Mar 19, 2019 at 9:16 PM Florian Fainelli <f.fainelli@gmail.com> wrote:
>
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
>
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
>
> are available in the Git repository at:
>
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.1/soc-fixes
>
> for you to fetch changes up to 4823a031f096d6d5fd16fccd8a3dd51b05a6becf:
>
>   Merge tag 'tags/bcm2835-drivers-next-2019-03-12' into soc/fixes (2019-03-18 10:31:24 -0700)
>
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM/ARM64-based SoCs fixes for 5.1,
> please pull the following:
>
> - Eric provides fixes for the bcm2835-pm driver: added missing depends
>   on MFD_CORE for the ARM64 definition of ARCH_BCM2835, fixing error
>   paths on initialization and fixing the PM_IMAGE_PERI power domain
>


Pulled into arm/fixes, thanks!

      Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-03-25 16:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-19 20:16 [GIT PULL 1/2] Broadcom devicetree fixes for 5.1 Florian Fainelli
2019-03-19 20:16 ` [GIT PULL 2/2] Broadcom soc " Florian Fainelli
2019-03-25 16:06   ` Arnd Bergmann
2019-03-25 16:05 ` [GIT PULL 1/2] Broadcom devicetree " Arnd Bergmann

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