* [GIT PULL 1/3] Broadcom devicetree fixes for 4.18
@ 2018-06-19 23:31 Florian Fainelli
2018-06-19 23:31 ` [GIT PULL 2/3] Broadcom devicetree-arm64 " Florian Fainelli
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Florian Fainelli @ 2018-06-19 23:31 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
are available in the git repository at:
https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.18/devicetree-fixes
for you to fetch changes up to 6cb1628ad3506b315cdddd7676db0ff2af378d28:
ARM: dts: Cygnus: Fix PCIe controller interrupt type (2018-06-18 09:40:36 -0700)
----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoCs Device Tree fixes for
4.18, please pull the following:
- Ray fixes the I2C and PCIe interrupt types for the Cygnus SoC
- Florian fixes the I2C and PCIe interrupts for the Northstar
(BCM5301x), Northstar Plus and Hurricane 2 SoCs
----------------------------------------------------------------
Florian Fainelli (4):
ARM: dts: NSP: Fix i2c controller interrupt type
ARM: dts: NSP: Fix PCIe controllers interrupt types
ARM: dts: HR2: Fix interrupt types for i2c and PCIe
ARM: dts: BCM5301x: Fix i2c controller interrupt type
Ray Jui (2):
ARM: dts: Cygnus: Fix I2C controller interrupt type
ARM: dts: Cygnus: Fix PCIe controller interrupt type
arch/arm/boot/dts/bcm-cygnus.dtsi | 24 ++++++++++++------------
arch/arm/boot/dts/bcm-hr2.dtsi | 24 ++++++++++++------------
arch/arm/boot/dts/bcm-nsp.dtsi | 32 ++++++++++++++++----------------
arch/arm/boot/dts/bcm5301x.dtsi | 2 +-
4 files changed, 41 insertions(+), 41 deletions(-)
^ permalink raw reply [flat|nested] 8+ messages in thread* [GIT PULL 2/3] Broadcom devicetree-arm64 fixes for 4.18
2018-06-19 23:31 [GIT PULL 1/3] Broadcom devicetree fixes for 4.18 Florian Fainelli
@ 2018-06-19 23:31 ` Florian Fainelli
2018-06-23 17:21 ` Olof Johansson
2018-06-19 23:31 ` [GIT PULL 3/3] Broadcom maintainers-arm64 " Florian Fainelli
2018-06-23 17:20 ` [GIT PULL 1/3] Broadcom devicetree " Olof Johansson
2 siblings, 1 reply; 8+ messages in thread
From: Florian Fainelli @ 2018-06-19 23:31 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
are available in the git repository at:
https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.18/devicetree-arm64-fixes
for you to fetch changes up to 75af23c4736c5633894ea0baf9bca1cf6b248ca4:
arm64: dts: Stingray: Fix I2C controller interrupt type (2018-06-18 09:47:36 -0700)
----------------------------------------------------------------
This pull request contains Broadcom ARM64-based SoCs Device Tree fixes
for 4.18, please pull the following:
- Scott fixes both the bcm958742k and bcm958742t reference boards to
have the correct eMMC voltage specified
- Ray fixes the I2C and PCIe Device Tree nodes interrupt specifiers for
Northstar 2 and Stingray SoCs.
----------------------------------------------------------------
Ray Jui (3):
arm64: dts: ns2: Fix I2C controller interrupt type
arm64: dts: ns2: Fix PCIe controller interrupt type
arm64: dts: Stingray: Fix I2C controller interrupt type
Scott Branden (2):
arm64: dts: specify 1.8V EMMC capabilities for bcm958742k
arm64: dts: specify 1.8V EMMC capabilities for bcm958742t
arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi | 8 ++++----
arch/arm64/boot/dts/broadcom/stingray/bcm958742k.dts | 4 ++++
arch/arm64/boot/dts/broadcom/stingray/bcm958742t.dts | 4 ++++
arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi | 4 ++--
4 files changed, 14 insertions(+), 6 deletions(-)
^ permalink raw reply [flat|nested] 8+ messages in thread* [GIT PULL 2/3] Broadcom devicetree-arm64 fixes for 4.18
2018-06-19 23:31 ` [GIT PULL 2/3] Broadcom devicetree-arm64 " Florian Fainelli
@ 2018-06-23 17:21 ` Olof Johansson
2018-06-23 18:49 ` Florian Fainelli
0 siblings, 1 reply; 8+ messages in thread
From: Olof Johansson @ 2018-06-23 17:21 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Jun 19, 2018 at 4:31 PM, Florian Fainelli <f.fainelli@gmail.com> wrote:
> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
>
> Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
>
> are available in the git repository at:
>
> https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.18/devicetree-arm64-fixes
>
> for you to fetch changes up to 75af23c4736c5633894ea0baf9bca1cf6b248ca4:
>
> arm64: dts: Stingray: Fix I2C controller interrupt type (2018-06-18 09:47:36 -0700)
>
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM64-based SoCs Device Tree fixes
> for 4.18, please pull the following:
>
> - Scott fixes both the bcm958742k and bcm958742t reference boards to
> have the correct eMMC voltage specified
>
> - Ray fixes the I2C and PCIe Device Tree nodes interrupt specifiers for
> Northstar 2 and Stingray SoCs.
>
> ----------------------------------------------------------------
> Ray Jui (3):
> arm64: dts: ns2: Fix I2C controller interrupt type
> arm64: dts: ns2: Fix PCIe controller interrupt type
> arm64: dts: Stingray: Fix I2C controller interrupt type
>
> Scott Branden (2):
> arm64: dts: specify 1.8V EMMC capabilities for bcm958742k
> arm64: dts: specify 1.8V EMMC capabilities for bcm958742t
Merged, thanks!
Btw, for fixes you don't need to split up per topic, we're happy to
take single branches there since volume tends to be lower and we pile
it all into a fixes branch at our end anyway.
-Olof
^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL 2/3] Broadcom devicetree-arm64 fixes for 4.18
2018-06-23 17:21 ` Olof Johansson
@ 2018-06-23 18:49 ` Florian Fainelli
0 siblings, 0 replies; 8+ messages in thread
From: Florian Fainelli @ 2018-06-23 18:49 UTC (permalink / raw)
To: linux-arm-kernel
On June 23, 2018 10:21:02 AM PDT, Olof Johansson <olof@lixom.net> wrote:
>On Tue, Jun 19, 2018 at 4:31 PM, Florian Fainelli
><f.fainelli@gmail.com> wrote:
>> The following changes since commit
>ce397d215ccd07b8ae3f71db689aedb85d56ab40:
>>
>> Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
>>
>> are available in the git repository at:
>>
>> https://github.com/Broadcom/stblinux.git
>tags/arm-soc/for-4.18/devicetree-arm64-fixes
>>
>> for you to fetch changes up to
>75af23c4736c5633894ea0baf9bca1cf6b248ca4:
>>
>> arm64: dts: Stingray: Fix I2C controller interrupt type (2018-06-18
>09:47:36 -0700)
>>
>> ----------------------------------------------------------------
>> This pull request contains Broadcom ARM64-based SoCs Device Tree
>fixes
>> for 4.18, please pull the following:
>>
>> - Scott fixes both the bcm958742k and bcm958742t reference boards to
>> have the correct eMMC voltage specified
>>
>> - Ray fixes the I2C and PCIe Device Tree nodes interrupt specifiers
>for
>> Northstar 2 and Stingray SoCs.
>>
>> ----------------------------------------------------------------
>> Ray Jui (3):
>> arm64: dts: ns2: Fix I2C controller interrupt type
>> arm64: dts: ns2: Fix PCIe controller interrupt type
>> arm64: dts: Stingray: Fix I2C controller interrupt type
>>
>> Scott Branden (2):
>> arm64: dts: specify 1.8V EMMC capabilities for bcm958742k
>> arm64: dts: specify 1.8V EMMC capabilities for bcm958742t
>
>Merged, thanks!
>
>Btw, for fixes you don't need to split up per topic, we're happy to
>take single branches there since volume tends to be lower and we pile
>it all into a fixes branch at our end anyway.
Good to know that will simplify things greatly on my side. Thanks!
--
Florian
^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL 3/3] Broadcom maintainers-arm64 fixes for 4.18
2018-06-19 23:31 [GIT PULL 1/3] Broadcom devicetree fixes for 4.18 Florian Fainelli
2018-06-19 23:31 ` [GIT PULL 2/3] Broadcom devicetree-arm64 " Florian Fainelli
@ 2018-06-19 23:31 ` Florian Fainelli
2018-06-23 17:22 ` Olof Johansson
2018-06-23 17:20 ` [GIT PULL 1/3] Broadcom devicetree " Olof Johansson
2 siblings, 1 reply; 8+ messages in thread
From: Florian Fainelli @ 2018-06-19 23:31 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
are available in the git repository at:
https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.18/maintainers-arm64-fixes
for you to fetch changes up to d64324acdb7052b08b13ffc8c12af232c6a29afd:
MAINTAINERS: Update Broadcom iProc entry with Stingray (2018-06-18 09:28:36 -0700)
----------------------------------------------------------------
This pull request contains Broadcom ARM64-based SoCs MAINTAINERS file
fixes for 4.18, please pull the following:
- Florian fixes the entry for the Northstar2 SoCs which was somehow lost
during a directory move. He also adds an entry for the Stingray SoCs
which was missing from the day files were added
----------------------------------------------------------------
Florian Fainelli (2):
MAINAINTERS: Corrected Broadcom Northstar2 entry
MAINTAINERS: Update Broadcom iProc entry with Stingray
MAINTAINERS | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
^ permalink raw reply [flat|nested] 8+ messages in thread* [GIT PULL 3/3] Broadcom maintainers-arm64 fixes for 4.18
2018-06-19 23:31 ` [GIT PULL 3/3] Broadcom maintainers-arm64 " Florian Fainelli
@ 2018-06-23 17:22 ` Olof Johansson
0 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2018-06-23 17:22 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Jun 19, 2018 at 4:31 PM, Florian Fainelli <f.fainelli@gmail.com> wrote:
> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
>
> Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
>
> are available in the git repository at:
>
> https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.18/maintainers-arm64-fixes
>
> for you to fetch changes up to d64324acdb7052b08b13ffc8c12af232c6a29afd:
>
> MAINTAINERS: Update Broadcom iProc entry with Stingray (2018-06-18 09:28:36 -0700)
>
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM64-based SoCs MAINTAINERS file
> fixes for 4.18, please pull the following:
>
> - Florian fixes the entry for the Northstar2 SoCs which was somehow lost
> during a directory move. He also adds an entry for the Stingray SoCs
> which was missing from the day files were added
Merged, thanks!
-Olof
^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL 1/3] Broadcom devicetree fixes for 4.18
2018-06-19 23:31 [GIT PULL 1/3] Broadcom devicetree fixes for 4.18 Florian Fainelli
2018-06-19 23:31 ` [GIT PULL 2/3] Broadcom devicetree-arm64 " Florian Fainelli
2018-06-19 23:31 ` [GIT PULL 3/3] Broadcom maintainers-arm64 " Florian Fainelli
@ 2018-06-23 17:20 ` Olof Johansson
2018-06-23 18:48 ` Florian Fainelli
2 siblings, 1 reply; 8+ messages in thread
From: Olof Johansson @ 2018-06-23 17:20 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Jun 19, 2018 at 4:31 PM, Florian Fainelli <f.fainelli@gmail.com> wrote:
> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
>
> Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
>
> are available in the git repository at:
>
> https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.18/devicetree-fixes
>
> for you to fetch changes up to 6cb1628ad3506b315cdddd7676db0ff2af378d28:
>
> ARM: dts: Cygnus: Fix PCIe controller interrupt type (2018-06-18 09:40:36 -0700)
>
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM-based SoCs Device Tree fixes for
> 4.18, please pull the following:
>
> - Ray fixes the I2C and PCIe interrupt types for the Cygnus SoC
>
> - Florian fixes the I2C and PCIe interrupts for the Northstar
> (BCM5301x), Northstar Plus and Hurricane 2 SoCs
Merged, thanks. What's the problem seen, btw? Just for correctness
sake or did it cause actual problems?
-Olof
^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL 1/3] Broadcom devicetree fixes for 4.18
2018-06-23 17:20 ` [GIT PULL 1/3] Broadcom devicetree " Olof Johansson
@ 2018-06-23 18:48 ` Florian Fainelli
0 siblings, 0 replies; 8+ messages in thread
From: Florian Fainelli @ 2018-06-23 18:48 UTC (permalink / raw)
To: linux-arm-kernel
On June 23, 2018 10:20:03 AM PDT, Olof Johansson <olof@lixom.net> wrote:
>On Tue, Jun 19, 2018 at 4:31 PM, Florian Fainelli
><f.fainelli@gmail.com> wrote:
>> The following changes since commit
>ce397d215ccd07b8ae3f71db689aedb85d56ab40:
>>
>> Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
>>
>> are available in the git repository at:
>>
>> https://github.com/Broadcom/stblinux.git
>tags/arm-soc/for-4.18/devicetree-fixes
>>
>> for you to fetch changes up to
>6cb1628ad3506b315cdddd7676db0ff2af378d28:
>>
>> ARM: dts: Cygnus: Fix PCIe controller interrupt type (2018-06-18
>09:40:36 -0700)
>>
>> ----------------------------------------------------------------
>> This pull request contains Broadcom ARM-based SoCs Device Tree fixes
>for
>> 4.18, please pull the following:
>>
>> - Ray fixes the I2C and PCIe interrupt types for the Cygnus SoC
>>
>> - Florian fixes the I2C and PCIe interrupts for the Northstar
>> (BCM5301x), Northstar Plus and Hurricane 2 SoCs
>
>Merged, thanks. What's the problem seen, btw? Just for correctness
>sake or did it cause actual problems?
This is not causing any functional problem yet, but Marc Z. introduced a loud check in the GIC driver that will help correct incorrectly specified interrupt specifiers.
--
Florian
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2018-06-23 18:49 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-19 23:31 [GIT PULL 1/3] Broadcom devicetree fixes for 4.18 Florian Fainelli
2018-06-19 23:31 ` [GIT PULL 2/3] Broadcom devicetree-arm64 " Florian Fainelli
2018-06-23 17:21 ` Olof Johansson
2018-06-23 18:49 ` Florian Fainelli
2018-06-19 23:31 ` [GIT PULL 3/3] Broadcom maintainers-arm64 " Florian Fainelli
2018-06-23 17:22 ` Olof Johansson
2018-06-23 17:20 ` [GIT PULL 1/3] Broadcom devicetree " Olof Johansson
2018-06-23 18:48 ` Florian Fainelli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox