All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/2] Broadcom devicetree fixes for 4.16
@ 2018-02-28  0:51 Florian Fainelli
  2018-02-28  0:51 ` [GIT PULL 2/2] Broadcom drivers " Florian Fainelli
  2018-02-28 22:26 ` [GIT PULL 1/2] Broadcom devicetree " Arnd Bergmann
  0 siblings, 2 replies; 4+ messages in thread
From: Florian Fainelli @ 2018-02-28  0:51 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the git repository at:

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

for you to fetch changes up to 2944866ac5b37e24ce1e646d2aaf472148e4a43e:

  ARM: dts: bcm283x: Move arm-pmu out of soc node (2018-02-27 16:42:09 -0800)

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

- Mathieu fixes leading 0x and 0's from bindings and Device Tree source
  files, he has done this treewide and most of his changes are already in
  4.16

- Stefan provides two changes to the BCM283x DTS files in order to fix
  DTC warnings

- Florian fixes the amount of RAM on the BCM958625HR reference board to
  properly limit to what is initialized by the bootloader

----------------------------------------------------------------
Florian Fainelli (1):
      ARM: dts: NSP: Fix amount of RAM on BCM958625HR

Mathieu Malaterre (1):
      ARM: BCM: dts: Remove leading 0x and 0s from bindings notation

Stefan Wahren (2):
      ARM: dts: bcm283x: Fix unit address of local_intc
      ARM: dts: bcm283x: Move arm-pmu out of soc node

 arch/arm/boot/dts/bcm11351.dtsi   |  2 +-
 arch/arm/boot/dts/bcm21664.dtsi   |  2 +-
 arch/arm/boot/dts/bcm2835.dtsi    |  6 +++---
 arch/arm/boot/dts/bcm2836.dtsi    | 12 ++++++------
 arch/arm/boot/dts/bcm2837.dtsi    |  2 +-
 arch/arm/boot/dts/bcm283x.dtsi    |  2 +-
 arch/arm/boot/dts/bcm958625hr.dts |  2 +-
 7 files changed, 14 insertions(+), 14 deletions(-)

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

* [GIT PULL 2/2] Broadcom drivers fixes for 4.16
  2018-02-28  0:51 [GIT PULL 1/2] Broadcom devicetree fixes for 4.16 Florian Fainelli
@ 2018-02-28  0:51 ` Florian Fainelli
  2018-02-28 22:28   ` Arnd Bergmann
  2018-02-28 22:26 ` [GIT PULL 1/2] Broadcom devicetree " Arnd Bergmann
  1 sibling, 1 reply; 4+ messages in thread
From: Florian Fainelli @ 2018-02-28  0:51 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the git repository at:

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

for you to fetch changes up to fee5f1ef6cf76f87d9799596d06979c9e6589f2b:

  memory: brcmstb: dpfe: support new way of passing data from the DCPU (2018-02-23 10:56:59 -0800)

----------------------------------------------------------------
This pull request contains Broadcom SoCs drivers fixes for 4.16, please
pull the following:

- Markus provides two minor fixes to the Broadcom STB DPFE driver, one
  to properly mask bits, and a second one to use the correct type. The
  third commit is a consequence of a newer DFPE firmware which would
  unfortunately crash without appropriate kernel changes.

----------------------------------------------------------------
Markus Mayer (3):
      memory: brcmstb: dpfe: properly mask vendor error bits
      memory: brcmstb: dpfe: fix type declaration of variable "ret"
      memory: brcmstb: dpfe: support new way of passing data from the DCPU

 drivers/memory/brcmstb_dpfe.c | 74 +++++++++++++++++++++++++++++++++++--------
 1 file changed, 60 insertions(+), 14 deletions(-)

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

* [GIT PULL 1/2] Broadcom devicetree fixes for 4.16
  2018-02-28  0:51 [GIT PULL 1/2] Broadcom devicetree fixes for 4.16 Florian Fainelli
  2018-02-28  0:51 ` [GIT PULL 2/2] Broadcom drivers " Florian Fainelli
@ 2018-02-28 22:26 ` Arnd Bergmann
  1 sibling, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2018-02-28 22:26 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Feb 28, 2018 at 1:51 AM, Florian Fainelli <f.fainelli@gmail.com> wrote:
> The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
>
>   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
>
> are available in the git repository at:
>
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.16/devicetree-fixes
>
> for you to fetch changes up to 2944866ac5b37e24ce1e646d2aaf472148e4a43e:
>
>   ARM: dts: bcm283x: Move arm-pmu out of soc node (2018-02-27 16:42:09 -0800)
>
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM-based SoCs Device Tree fixes for
> 4.16, please pull the following:
>
> - Mathieu fixes leading 0x and 0's from bindings and Device Tree source
>   files, he has done this treewide and most of his changes are already in
>   4.16
>
> - Stefan provides two changes to the BCM283x DTS files in order to fix
>   DTC warnings
>
> - Florian fixes the amount of RAM on the BCM958625HR reference board to
>   properly limit to what is initialized by the bootloader

Pulled into fixes, thanks!

        Arnd

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

* [GIT PULL 2/2] Broadcom drivers fixes for 4.16
  2018-02-28  0:51 ` [GIT PULL 2/2] Broadcom drivers " Florian Fainelli
@ 2018-02-28 22:28   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2018-02-28 22:28 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Feb 28, 2018 at 1:51 AM, Florian Fainelli <f.fainelli@gmail.com> wrote:
> The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
>
>   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
>
> are available in the git repository at:
>
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.16/drivers-fixes
>
> for you to fetch changes up to fee5f1ef6cf76f87d9799596d06979c9e6589f2b:
>
>   memory: brcmstb: dpfe: support new way of passing data from the DCPU (2018-02-23 10:56:59 -0800)
>
> ----------------------------------------------------------------
> This pull request contains Broadcom SoCs drivers fixes for 4.16, please
> pull the following:
>
> - Markus provides two minor fixes to the Broadcom STB DPFE driver, one
>   to properly mask bits, and a second one to use the correct type. The
>   third commit is a consequence of a newer DFPE firmware which would
>   unfortunately crash without appropriate kernel changes.
>

Pulled into fixes, thanks!

      Arnd

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

end of thread, other threads:[~2018-02-28 22:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-28  0:51 [GIT PULL 1/2] Broadcom devicetree fixes for 4.16 Florian Fainelli
2018-02-28  0:51 ` [GIT PULL 2/2] Broadcom drivers " Florian Fainelli
2018-02-28 22:28   ` Arnd Bergmann
2018-02-28 22:26 ` [GIT PULL 1/2] Broadcom devicetree " Arnd Bergmann

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.