mbox series

[GIT,PULL,1/3] Broadcom devicetree fixes for 4.18

Message ID 20180619233104.32173-1-f.fainelli@gmail.com
State New
Headers show
Series [GIT,PULL,1/3] Broadcom devicetree fixes for 4.18 | expand

Pull-request

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

Message

Florian Fainelli June 19, 2018, 11:31 p.m. UTC
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(-)

Comments

Olof Johansson June 23, 2018, 5:20 p.m. UTC | #1
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
Florian Fainelli June 23, 2018, 6:48 p.m. UTC | #2
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.