All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/2] Broadcom devicetree changes for 4.16
@ 2017-12-22  0:12 Florian Fainelli
  2017-12-22  0:12 ` [GIT PULL 2/2] Broadcom drivers " Florian Fainelli
  2018-01-05  6:30 ` [GIT PULL 1/2] Broadcom devicetree " Olof Johansson
  0 siblings, 2 replies; 4+ messages in thread
From: Florian Fainelli @ 2017-12-22  0:12 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:

  Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)

are available in the git repository at:

  http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.16/devicetree

for you to fetch changes up to ececb5639c33a6a0444bd8e1cda8bf2ef20c6a6b:

  Merge tag 'bcm2835-dt-next-2017-12-19' into devicetree/next (2017-12-20 17:32:58 -0800)

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

- Stefan updates the BCM283x DTS to make consistent use of the existing GPIO
  defines for the polarity specifier

----------------------------------------------------------------
Florian Fainelli (1):
      Merge tag 'bcm2835-dt-next-2017-12-19' into devicetree/next

Stefan Wahren (1):
      ARM: dts: bcm283x: Use GPIO polarity defines consistently

 arch/arm/boot/dts/bcm2835-rpi-a-plus.dts | 4 ++--
 arch/arm/boot/dts/bcm2835-rpi-a.dts      | 2 +-
 arch/arm/boot/dts/bcm2835-rpi-b-plus.dts | 4 ++--
 arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts | 2 +-
 arch/arm/boot/dts/bcm2835-rpi-b.dts      | 2 +-
 arch/arm/boot/dts/bcm2836-rpi-2-b.dts    | 4 ++--
 arch/arm/boot/dts/bcm2837-rpi-3-b.dts    | 2 +-
 7 files changed, 10 insertions(+), 10 deletions(-)

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

* [GIT PULL 2/2] Broadcom drivers changes for 4.16
  2017-12-22  0:12 [GIT PULL 1/2] Broadcom devicetree changes for 4.16 Florian Fainelli
@ 2017-12-22  0:12 ` Florian Fainelli
  2018-01-05  6:34   ` Olof Johansson
  2018-01-05  6:30 ` [GIT PULL 1/2] Broadcom devicetree " Olof Johansson
  1 sibling, 1 reply; 4+ messages in thread
From: Florian Fainelli @ 2017-12-22  0:12 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:

  Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)

are available in the git repository at:

  http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.16/drivers

for you to fetch changes up to f780429adfbc222a4d8a227a2a550ba627c7338b:

  soc: brcmstb: biuctrl: Move to early_initcall (2017-12-20 17:37:44 -0800)

----------------------------------------------------------------
This pull request contains Broadcom ARM/ARM64 based SoCs drivers changes for
4.16, please pull the following:

- Arnd provides an update to the Raspberry Pi firmware interface and uses time64_t to
  print the time to make it more future proof

- Florian provides a set of updates to make the Broadcom STB Bus Interface Unit code
  work on newer ARM64-based chips, as well as perform the correct interface tuning
  for these chips to reach the expected performance

----------------------------------------------------------------
Arnd Bergmann (1):
      firmware: raspberrypi: print time using time64_t

Florian Fainelli (10):
      Merge tag 'bcm2835-drivers-next-2017-12-19' into drivers/next
      dt-bindings: arm: Add entry for Broadcom Brahma-B53
      dt-bindings: arm: brcmstb: Correct BIUCTRL node documentation
      soc: brcmstb: Make CPU credit offset more parameterized
      soc: brcmstb: Correct CPU_CREDIT_REG offset for Brahma-B53 CPUs
      soc: brcmstb: biuctrl: Prepare for saving/restoring other registers
      soc: brcmstb: biuctrl: Wire-up new registers
      soc: brcmstb: biuctrl: Fine tune B53 MCP interface settings
      soc: brcmstb: Split initialization
      soc: brcmstb: biuctrl: Move to early_initcall

 .../devicetree/bindings/arm/bcm/brcm,brcmstb.txt   |  22 +--
 Documentation/devicetree/bindings/arm/cpus.txt     |   1 +
 arch/arm/mach-bcm/brcmstb.c                        |   2 -
 drivers/firmware/raspberrypi.c                     |   2 +-
 drivers/soc/bcm/brcmstb/biuctrl.c                  | 176 +++++++++++++++++++--
 drivers/soc/bcm/brcmstb/common.c                   |  27 ++--
 include/linux/soc/brcmstb/brcmstb.h                |   6 -
 7 files changed, 187 insertions(+), 49 deletions(-)

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

* [GIT PULL 1/2] Broadcom devicetree changes for 4.16
  2017-12-22  0:12 [GIT PULL 1/2] Broadcom devicetree changes for 4.16 Florian Fainelli
  2017-12-22  0:12 ` [GIT PULL 2/2] Broadcom drivers " Florian Fainelli
@ 2018-01-05  6:30 ` Olof Johansson
  1 sibling, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2018-01-05  6:30 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Dec 21, 2017 at 04:12:26PM -0800, Florian Fainelli wrote:
> The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
> 
>   Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)
> 
> are available in the git repository at:
> 
>   http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.16/devicetree
> 
> for you to fetch changes up to ececb5639c33a6a0444bd8e1cda8bf2ef20c6a6b:
> 
>   Merge tag 'bcm2835-dt-next-2017-12-19' into devicetree/next (2017-12-20 17:32:58 -0800)
> 
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM-based SoCs Device Tree changes for
> 4.16, please pull the following:
> 
> - Stefan updates the BCM283x DTS to make consistent use of the existing GPIO
>   defines for the polarity specifier
> 
> ----------------------------------------------------------------
> Florian Fainelli (1):
>       Merge tag 'bcm2835-dt-next-2017-12-19' into devicetree/next
> 
> Stefan Wahren (1):
>       ARM: dts: bcm283x: Use GPIO polarity defines consistently

Merged, thanks.


-Olof

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

* [GIT PULL 2/2] Broadcom drivers changes for 4.16
  2017-12-22  0:12 ` [GIT PULL 2/2] Broadcom drivers " Florian Fainelli
@ 2018-01-05  6:34   ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2018-01-05  6:34 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Dec 21, 2017 at 04:12:27PM -0800, Florian Fainelli wrote:
> The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
> 
>   Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)
> 
> are available in the git repository at:
> 
>   http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.16/drivers
> 
> for you to fetch changes up to f780429adfbc222a4d8a227a2a550ba627c7338b:
> 
>   soc: brcmstb: biuctrl: Move to early_initcall (2017-12-20 17:37:44 -0800)
> 
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM/ARM64 based SoCs drivers changes for
> 4.16, please pull the following:
> 
> - Arnd provides an update to the Raspberry Pi firmware interface and uses time64_t to
>   print the time to make it more future proof
> 
> - Florian provides a set of updates to make the Broadcom STB Bus Interface Unit code
>   work on newer ARM64-based chips, as well as perform the correct interface tuning
>   for these chips to reach the expected performance
> 
> ----------------------------------------------------------------
> Arnd Bergmann (1):
>       firmware: raspberrypi: print time using time64_t
> 
> Florian Fainelli (10):
>       Merge tag 'bcm2835-drivers-next-2017-12-19' into drivers/next
>       dt-bindings: arm: Add entry for Broadcom Brahma-B53
>       dt-bindings: arm: brcmstb: Correct BIUCTRL node documentation
>       soc: brcmstb: Make CPU credit offset more parameterized
>       soc: brcmstb: Correct CPU_CREDIT_REG offset for Brahma-B53 CPUs
>       soc: brcmstb: biuctrl: Prepare for saving/restoring other registers
>       soc: brcmstb: biuctrl: Wire-up new registers
>       soc: brcmstb: biuctrl: Fine tune B53 MCP interface settings
>       soc: brcmstb: Split initialization
>       soc: brcmstb: biuctrl: Move to early_initcall

Merged, thanks.

Btw, you're sort of bare on signatures for your pgp key. You should try
to get at least me or Arnd to sign it at some point, hopefully we'll
overlap at conferences sometime. I've probably already offered once,
but seems I didn't actually upload my signature when I did it.


-Olof

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

end of thread, other threads:[~2018-01-05  6:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-22  0:12 [GIT PULL 1/2] Broadcom devicetree changes for 4.16 Florian Fainelli
2017-12-22  0:12 ` [GIT PULL 2/2] Broadcom drivers " Florian Fainelli
2018-01-05  6:34   ` Olof Johansson
2018-01-05  6:30 ` [GIT PULL 1/2] Broadcom devicetree " Olof Johansson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.