* [GIT PULL 1/2] Broadcom arm Device Tree fixes for 4.11 (part 2)
@ 2017-03-22 18:02 Florian Fainelli
2017-03-22 18:03 ` [GIT PULL 2/2] Broadcom arm64 Device Tree fixes for 4.11 Florian Fainelli
2017-03-24 16:51 ` [GIT PULL 1/2] Broadcom arm Device Tree fixes for 4.11 (part 2) Arnd Bergmann
0 siblings, 2 replies; 4+ messages in thread
From: Florian Fainelli @ 2017-03-22 18:02 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit 0c2bf9f95983fe30aa2f6463cb761cd42c2d521a:
ARM: dts: BCM5301X: Correct GIC_PPI interrupt flags (2017-03-05 17:10:55 -0800)
are available in the git repository at:
http://github.com/Broadcom/stblinux tags/arm-soc/for-4.11/devicetree-fixes-2
for you to fetch changes up to acfa28b3649ec07775efaac0c00de2db39d71634:
ARM: dts: NSP: GPIO reboot open-source (2017-03-16 14:04:25 -0700)
----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoCs Device Tree fixes for 4.11,
please pull the following:
- Jon fixes a reboot issue on most Northstar Plus platforms by adding the
"open-source" property to the "gpio-restart" Device Tree nodes
----------------------------------------------------------------
Jon Mason (1):
ARM: dts: NSP: GPIO reboot open-source
arch/arm/boot/dts/bcm958522er.dts | 1 +
arch/arm/boot/dts/bcm958525er.dts | 1 +
arch/arm/boot/dts/bcm958525xmc.dts | 1 +
arch/arm/boot/dts/bcm958622hr.dts | 1 +
arch/arm/boot/dts/bcm958623hr.dts | 1 +
arch/arm/boot/dts/bcm958625hr.dts | 1 +
arch/arm/boot/dts/bcm988312hr.dts | 1 +
7 files changed, 7 insertions(+)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL 2/2] Broadcom arm64 Device Tree fixes for 4.11
2017-03-22 18:02 [GIT PULL 1/2] Broadcom arm Device Tree fixes for 4.11 (part 2) Florian Fainelli
@ 2017-03-22 18:03 ` Florian Fainelli
2017-03-24 16:57 ` Arnd Bergmann
2017-03-24 16:51 ` [GIT PULL 1/2] Broadcom arm Device Tree fixes for 4.11 (part 2) Arnd Bergmann
1 sibling, 1 reply; 4+ messages in thread
From: Florian Fainelli @ 2017-03-22 18:03 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
are available in the git repository at:
http://github.com/Broadcom/stblinux tags/arm-soc/for-4.11/devicetree-arm64-fixes
for you to fetch changes up to f0c0cb99f74c03e2407ea553f6d46eb611e262b5:
arm64: dts: NS2: Add dma-coherent to relevant DT entries (2017-03-22 10:14:14 -0700)
----------------------------------------------------------------
This pull request contains Broadcom ARM64-based SoCs Device Tree fixes for 4.11,
please pull the following:
- Jon adds missing "dma-coherent" property to the Northstar 2 DTS include file
in order to fix both performance and cache problems for: PCIe, Ethernet,
PDC/mailbox, SATA3 and SDHCI
----------------------------------------------------------------
Jon Mason (1):
arm64: dts: NS2: Add dma-coherent to relevant DT entries
arch/arm64/boot/dts/broadcom/ns2.dtsi | 11 +++++++++++
1 file changed, 11 insertions(+)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL 1/2] Broadcom arm Device Tree fixes for 4.11 (part 2)
2017-03-22 18:02 [GIT PULL 1/2] Broadcom arm Device Tree fixes for 4.11 (part 2) Florian Fainelli
2017-03-22 18:03 ` [GIT PULL 2/2] Broadcom arm64 Device Tree fixes for 4.11 Florian Fainelli
@ 2017-03-24 16:51 ` Arnd Bergmann
1 sibling, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2017-03-24 16:51 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Mar 22, 2017 at 7:02 PM, Florian Fainelli <f.fainelli@gmail.com> wrote:
> The following changes since commit 0c2bf9f95983fe30aa2f6463cb761cd42c2d521a:
>
> ARM: dts: BCM5301X: Correct GIC_PPI interrupt flags (2017-03-05 17:10:55 -0800)
>
> are available in the git repository at:
>
> http://github.com/Broadcom/stblinux tags/arm-soc/for-4.11/devicetree-fixes-2
>
> for you to fetch changes up to acfa28b3649ec07775efaac0c00de2db39d71634:
>
> ARM: dts: NSP: GPIO reboot open-source (2017-03-16 14:04:25 -0700)
>
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM-based SoCs Device Tree fixes for 4.11,
> please pull the following:
>
> - Jon fixes a reboot issue on most Northstar Plus platforms by adding the
> "open-source" property to the "gpio-restart" Device Tree nodes
Pulled into fixes, thanks!
Arnd
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL 2/2] Broadcom arm64 Device Tree fixes for 4.11
2017-03-22 18:03 ` [GIT PULL 2/2] Broadcom arm64 Device Tree fixes for 4.11 Florian Fainelli
@ 2017-03-24 16:57 ` Arnd Bergmann
0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2017-03-24 16:57 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Mar 22, 2017 at 7:03 PM, Florian Fainelli <f.fainelli@gmail.com> wrote:
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
>
> Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
>
> are available in the git repository at:
>
> http://github.com/Broadcom/stblinux tags/arm-soc/for-4.11/devicetree-arm64-fixes
>
> for you to fetch changes up to f0c0cb99f74c03e2407ea553f6d46eb611e262b5:
>
> arm64: dts: NS2: Add dma-coherent to relevant DT entries (2017-03-22 10:14:14 -0700)
>
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM64-based SoCs Device Tree fixes for 4.11,
> please pull the following:
>
> - Jon adds missing "dma-coherent" property to the Northstar 2 DTS include file
> in order to fix both performance and cache problems for: PCIe, Ethernet,
> PDC/mailbox, SATA3 and SDHCI
Pulled into fixes, thanks!
Arnd
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-03-24 16:57 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-22 18:02 [GIT PULL 1/2] Broadcom arm Device Tree fixes for 4.11 (part 2) Florian Fainelli
2017-03-22 18:03 ` [GIT PULL 2/2] Broadcom arm64 Device Tree fixes for 4.11 Florian Fainelli
2017-03-24 16:57 ` Arnd Bergmann
2017-03-24 16:51 ` [GIT PULL 1/2] Broadcom arm Device Tree fixes for 4.11 (part 2) 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).