linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/4] Broadcom devicetree changes for 4.9 (part 2)
@ 2016-09-30 19:23 Florian Fainelli
  2016-09-30 19:23 ` [GIT PULL 2/4] Broadcom devicetree-arm64 " Florian Fainelli
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Florian Fainelli @ 2016-09-30 19:23 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 7260ecd22baa3c62ef6efaf59e7de53f4c8df800:

  Merge tag 'bcm2835-dt-next-2016-08-29' into devicetree/next (2016-08-30 20:02:04 -0700)

are available in the git repository at:

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

for you to fetch changes up to ef3bc318adeb15b38688df6a583bafea2befce43:

  ARM: BCM5301X: Add DT for Luxul XWR-3100 (2016-09-30 11:58:31 -0700)

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

- Rafal adds support for the Netgear R8500 routers, adds basic support
  for the Tenda AC9 router which uses the new BCM53573 SoC (single core Cortex
  A7). He also enables the UART on the Netgear R8000 and restructures the
  include files a bit for the BCM47094 SoC, finally he adds USB 3.0 PHY nodes
  which enables USB 3.0 on BCM5301X devices that support it

- Kamal adds support for the QSPI controller on the Northstar Plus SoCs and updates
  the bcm958625k reference board to have it enabled

- Dan adds support for the Luxul XAP-1510 and XWR-3100 devices

----------------------------------------------------------------
Dan Haab (2):
      ARM: BCM5301X: Add DT for Luxul XAP-1510
      ARM: BCM5301X: Add DT for Luxul XWR-3100

Kamal Dasu (1):
      ARM: dts: NSP: Add QSPI nodes to NSPI and bcm958625k DTSes

Rafa? Mi?ecki (5):
      ARM: BCM5301X: Add DT for Netgear R8500
      ARM: BCM5301X: Add basic dts for BCM53573 based Tenda AC9
      ARM: BCM5301X: Add separated DTS include file for BCM47094
      ARM: BCM5301X: Enable UART on Netgear R8000
      ARM: BCM5301X: Specify USB 3.0 PHY in DT

 arch/arm/boot/dts/Makefile                        |   5 +
 arch/arm/boot/dts/bcm-nsp.dtsi                    |  31 ++++-
 arch/arm/boot/dts/bcm4708-luxul-xap-1510.dts      |  64 ++++++++++
 arch/arm/boot/dts/bcm4709-asus-rt-ac87u.dts       |   2 +-
 arch/arm/boot/dts/bcm4709-buffalo-wxr-1900dhp.dts |   2 +-
 arch/arm/boot/dts/bcm4709-netgear-r7000.dts       |   2 +-
 arch/arm/boot/dts/bcm4709-netgear-r8000.dts       |   6 +-
 arch/arm/boot/dts/bcm4709.dtsi                    |  11 ++
 arch/arm/boot/dts/bcm47094-dlink-dir-885l.dts     |   3 +-
 arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dts     | 111 ++++++++++++++++
 arch/arm/boot/dts/bcm47094-netgear-r8500.dts      | 103 +++++++++++++++
 arch/arm/boot/dts/bcm47094.dtsi                   |  17 +++
 arch/arm/boot/dts/bcm47189-tenda-ac9.dts          |  74 +++++++++++
 arch/arm/boot/dts/bcm5301x-nand-cs0-bch4.dtsi     |  13 ++
 arch/arm/boot/dts/bcm5301x.dtsi                   |   7 ++
 arch/arm/boot/dts/bcm53573.dtsi                   | 147 ++++++++++++++++++++++
 arch/arm/boot/dts/bcm958625k.dts                  |  34 +++++
 17 files changed, 625 insertions(+), 7 deletions(-)
 create mode 100644 arch/arm/boot/dts/bcm4708-luxul-xap-1510.dts
 create mode 100644 arch/arm/boot/dts/bcm4709.dtsi
 create mode 100644 arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dts
 create mode 100644 arch/arm/boot/dts/bcm47094-netgear-r8500.dts
 create mode 100644 arch/arm/boot/dts/bcm47094.dtsi
 create mode 100644 arch/arm/boot/dts/bcm47189-tenda-ac9.dts
 create mode 100644 arch/arm/boot/dts/bcm5301x-nand-cs0-bch4.dtsi
 create mode 100644 arch/arm/boot/dts/bcm53573.dtsi

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

* [GIT PULL 2/4] Broadcom devicetree-arm64 changes for 4.9 (part 2)
  2016-09-30 19:23 [GIT PULL 1/4] Broadcom devicetree changes for 4.9 (part 2) Florian Fainelli
@ 2016-09-30 19:23 ` Florian Fainelli
  2016-09-30 19:23 ` [GIT PULL 3/4] Broadcom defconfig " Florian Fainelli
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 8+ messages in thread
From: Florian Fainelli @ 2016-09-30 19:23 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 5072ed1fa29fa7cef73a7fb82f696e50973e02dc:

  arm64: dts: Add PWM DT node for NS2 (2016-08-08 11:03:58 -0700)

are available in the git repository at:

  http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.9/devicetree-arm64-part2

for you to fetch changes up to 33fb674b66f2529701d0b5b5e78a446fc377a8f1:

  ARM64: dts: NS2: Add QSPI Device Tree node (2016-09-14 13:30:50 -0700)

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

- Kamal adds the QSPI Device Tree node to the Northstar 2 SoC and updates the
  Northstar 2 SVK reference board DTS file with it enabled.

----------------------------------------------------------------
Kamal Dasu (1):
      ARM64: dts: NS2: Add QSPI Device Tree node

 arch/arm64/boot/dts/broadcom/ns2-svk.dts | 34 ++++++++++++++++++++++++++++++++
 arch/arm64/boot/dts/broadcom/ns2.dtsi    | 18 +++++++++++++++++
 2 files changed, 52 insertions(+)

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

* [GIT PULL 3/4] Broadcom defconfig changes for 4.9 (part 2)
  2016-09-30 19:23 [GIT PULL 1/4] Broadcom devicetree changes for 4.9 (part 2) Florian Fainelli
  2016-09-30 19:23 ` [GIT PULL 2/4] Broadcom devicetree-arm64 " Florian Fainelli
@ 2016-09-30 19:23 ` Florian Fainelli
  2016-09-30 19:23 ` [GIT PULL 4/4] Broadcom defconfig-arm64 " Florian Fainelli
  2016-10-03  5:28 ` [GIT PULL 1/4] Broadcom devicetree " Olof Johansson
  3 siblings, 0 replies; 8+ messages in thread
From: Florian Fainelli @ 2016-09-30 19:23 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:

  Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)

are available in the git repository at:

  http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.9/defconfig

for you to fetch changes up to ca2a92f87d9d8dc070f91f88ecd0f0d4c5f4dfad:

  ARM: multi_v7_defconfig: Enable BCM47xx/BCM5301x drivers (2016-09-30 11:53:55 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based defconfig changes for 4.9, please
pull the following:

- Florian updates the multi_v7_defconfig with the relevant basic drivers needed
  for the Broadcom BCM5301x (Northstar) SoCs to reboot, have PCIe, and Ethernet

----------------------------------------------------------------
Florian Fainelli (1):
      ARM: multi_v7_defconfig: Enable BCM47xx/BCM5301x drivers

 arch/arm/configs/multi_v7_defconfig | 13 +++++++++++++
 1 file changed, 13 insertions(+)

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

* [GIT PULL 4/4] Broadcom defconfig-arm64 changes for 4.9 (part 2)
  2016-09-30 19:23 [GIT PULL 1/4] Broadcom devicetree changes for 4.9 (part 2) Florian Fainelli
  2016-09-30 19:23 ` [GIT PULL 2/4] Broadcom devicetree-arm64 " Florian Fainelli
  2016-09-30 19:23 ` [GIT PULL 3/4] Broadcom defconfig " Florian Fainelli
@ 2016-09-30 19:23 ` Florian Fainelli
  2016-10-23 21:55   ` Florian Fainelli
  2016-10-03  5:28 ` [GIT PULL 1/4] Broadcom devicetree " Olof Johansson
  3 siblings, 1 reply; 8+ messages in thread
From: Florian Fainelli @ 2016-09-30 19:23 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:

  Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)

are available in the git repository at:

  http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.9/defconfig-arm64

for you to fetch changes up to 51e3fb1d3f514cd336faf185df73b25fca194773:

  Merge tag 'bcm2835-defconfig-64-next-2016-09-22' into defconfig-arm64/next (2016-09-30 12:02:29 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM64-based SoCs defconfig changes for 4.9,
please pull the following changes:

- Eric updates the ARMv8 defconfig to contain everything that is needed to run
  a 64-bit kernel on the Raspberry Pi 3

----------------------------------------------------------------
Eric Anholt (1):
      arm64: Add BCM2835 (Raspberry Pi 3) support to the defconfig

Florian Fainelli (1):
      Merge tag 'bcm2835-defconfig-64-next-2016-09-22' into defconfig-arm64/next

 arch/arm64/configs/defconfig | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

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

* [GIT PULL 1/4] Broadcom devicetree changes for 4.9 (part 2)
  2016-09-30 19:23 [GIT PULL 1/4] Broadcom devicetree changes for 4.9 (part 2) Florian Fainelli
                   ` (2 preceding siblings ...)
  2016-09-30 19:23 ` [GIT PULL 4/4] Broadcom defconfig-arm64 " Florian Fainelli
@ 2016-10-03  5:28 ` Olof Johansson
  3 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2016-10-03  5:28 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Sep 30, 2016 at 12:23:12PM -0700, Florian Fainelli wrote:
> The following changes since commit 7260ecd22baa3c62ef6efaf59e7de53f4c8df800:
> 
>   Merge tag 'bcm2835-dt-next-2016-08-29' into devicetree/next (2016-08-30 20:02:04 -0700)
> 
> are available in the git repository at:
> 
>   http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.9/devicetree-part2
> 
> for you to fetch changes up to ef3bc318adeb15b38688df6a583bafea2befce43:
> 
>   ARM: BCM5301X: Add DT for Luxul XWR-3100 (2016-09-30 11:58:31 -0700)
> 
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM-based SoCs Device Tree changes for 4.9,
> please pull the following:
> 
> - Rafal adds support for the Netgear R8500 routers, adds basic support
>   for the Tenda AC9 router which uses the new BCM53573 SoC (single core Cortex
>   A7). He also enables the UART on the Netgear R8000 and restructures the
>   include files a bit for the BCM47094 SoC, finally he adds USB 3.0 PHY nodes
>   which enables USB 3.0 on BCM5301X devices that support it
> 
> - Kamal adds support for the QSPI controller on the Northstar Plus SoCs and updates
>   the bcm958625k reference board to have it enabled
> 
> - Dan adds support for the Luxul XAP-1510 and XWR-3100 devices

Hi Florian,

Given the timing of these pull requests, we'll have to hold them off
for 4.10. The defconfig changes can be considered for -rc2, but the
DT contents should wait.

Please send a fresh pull request once 4.9-rc1 is out.



Thanks,


-Olof

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

* [GIT PULL 4/4] Broadcom defconfig-arm64 changes for 4.9 (part 2)
  2016-09-30 19:23 ` [GIT PULL 4/4] Broadcom defconfig-arm64 " Florian Fainelli
@ 2016-10-23 21:55   ` Florian Fainelli
  2016-10-23 23:50     ` Olof Johansson
  0 siblings, 1 reply; 8+ messages in thread
From: Florian Fainelli @ 2016-10-23 21:55 UTC (permalink / raw)
  To: linux-arm-kernel

On 09/30/2016 12:23 PM, Florian Fainelli wrote:
> The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:
> 
>   Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)
> 
> are available in the git repository at:
> 
>   http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.9/defconfig-arm64
> 
> for you to fetch changes up to 51e3fb1d3f514cd336faf185df73b25fca194773:
> 
>   Merge tag 'bcm2835-defconfig-64-next-2016-09-22' into defconfig-arm64/next (2016-09-30 12:02:29 -0700)
> 
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM64-based SoCs defconfig changes for 4.9,
> please pull the following changes:
> 
> - Eric updates the ARMv8 defconfig to contain everything that is needed to run
>   a 64-bit kernel on the Raspberry Pi 3
> 
> ----------------------------------------------------------------
> Eric Anholt (1):
>       arm64: Add BCM2835 (Raspberry Pi 3) support to the defconfig
> 
> Florian Fainelli (1):
>       Merge tag 'bcm2835-defconfig-64-next-2016-09-22' into defconfig-arm64/next
> 
>  arch/arm64/configs/defconfig | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)

Arnd, Kevin, Olof,

Following Olof's response here:

https://www.spinics.net/lists/arm-kernel/msg534687.html

do you think we could merge these for 4.9-rcX? Let me know if I should
send a fresh pull request for that.

Thank you!
-- 
Florian

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

* [GIT PULL 4/4] Broadcom defconfig-arm64 changes for 4.9 (part 2)
  2016-10-23 21:55   ` Florian Fainelli
@ 2016-10-23 23:50     ` Olof Johansson
  2016-10-24 16:52       ` Florian Fainelli
  0 siblings, 1 reply; 8+ messages in thread
From: Olof Johansson @ 2016-10-23 23:50 UTC (permalink / raw)
  To: linux-arm-kernel

On Sun, Oct 23, 2016 at 2:55 PM, Florian Fainelli <f.fainelli@gmail.com> wrote:
> On 09/30/2016 12:23 PM, Florian Fainelli wrote:
>> The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:
>>
>>   Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)
>>
>> are available in the git repository at:
>>
>>   http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.9/defconfig-arm64
>>
>> for you to fetch changes up to 51e3fb1d3f514cd336faf185df73b25fca194773:
>>
>>   Merge tag 'bcm2835-defconfig-64-next-2016-09-22' into defconfig-arm64/next (2016-09-30 12:02:29 -0700)
>>
>> ----------------------------------------------------------------
>> This pull request contains Broadcom ARM64-based SoCs defconfig changes for 4.9,
>> please pull the following changes:
>>
>> - Eric updates the ARMv8 defconfig to contain everything that is needed to run
>>   a 64-bit kernel on the Raspberry Pi 3
>>
>> ----------------------------------------------------------------
>> Eric Anholt (1):
>>       arm64: Add BCM2835 (Raspberry Pi 3) support to the defconfig
>>
>> Florian Fainelli (1):
>>       Merge tag 'bcm2835-defconfig-64-next-2016-09-22' into defconfig-arm64/next
>>
>>  arch/arm64/configs/defconfig | 16 ++++++++++++++++
>>  1 file changed, 16 insertions(+)
>
> Arnd, Kevin, Olof,
>
> Following Olof's response here:
>
> https://www.spinics.net/lists/arm-kernel/msg534687.html
>
> do you think we could merge these for 4.9-rcX? Let me know if I should
> send a fresh pull request for that.

Main reason to respin would be if you need to rebase due to other
changes that have gone in, or if you expect to have other material
that should be based on a 4.9-rc base.


-Olof

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

* [GIT PULL 4/4] Broadcom defconfig-arm64 changes for 4.9 (part 2)
  2016-10-23 23:50     ` Olof Johansson
@ 2016-10-24 16:52       ` Florian Fainelli
  0 siblings, 0 replies; 8+ messages in thread
From: Florian Fainelli @ 2016-10-24 16:52 UTC (permalink / raw)
  To: linux-arm-kernel

On 10/23/2016 04:50 PM, Olof Johansson wrote:
> On Sun, Oct 23, 2016 at 2:55 PM, Florian Fainelli <f.fainelli@gmail.com> wrote:
>> On 09/30/2016 12:23 PM, Florian Fainelli wrote:
>>> The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:
>>>
>>>   Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)
>>>
>>> are available in the git repository at:
>>>
>>>   http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.9/defconfig-arm64
>>>
>>> for you to fetch changes up to 51e3fb1d3f514cd336faf185df73b25fca194773:
>>>
>>>   Merge tag 'bcm2835-defconfig-64-next-2016-09-22' into defconfig-arm64/next (2016-09-30 12:02:29 -0700)
>>>
>>> ----------------------------------------------------------------
>>> This pull request contains Broadcom ARM64-based SoCs defconfig changes for 4.9,
>>> please pull the following changes:
>>>
>>> - Eric updates the ARMv8 defconfig to contain everything that is needed to run
>>>   a 64-bit kernel on the Raspberry Pi 3
>>>
>>> ----------------------------------------------------------------
>>> Eric Anholt (1):
>>>       arm64: Add BCM2835 (Raspberry Pi 3) support to the defconfig
>>>
>>> Florian Fainelli (1):
>>>       Merge tag 'bcm2835-defconfig-64-next-2016-09-22' into defconfig-arm64/next
>>>
>>>  arch/arm64/configs/defconfig | 16 ++++++++++++++++
>>>  1 file changed, 16 insertions(+)
>>
>> Arnd, Kevin, Olof,
>>
>> Following Olof's response here:
>>
>> https://www.spinics.net/lists/arm-kernel/msg534687.html
>>
>> do you think we could merge these for 4.9-rcX? Let me know if I should
>> send a fresh pull request for that.
> 
> Main reason to respin would be if you need to rebase due to other
> changes that have gone in, or if you expect to have other material
> that should be based on a 4.9-rc base.

No dependencies, this should apply cleanly to 4.9-rc. Thanks!
-- 
Florian

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

end of thread, other threads:[~2016-10-24 16:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-30 19:23 [GIT PULL 1/4] Broadcom devicetree changes for 4.9 (part 2) Florian Fainelli
2016-09-30 19:23 ` [GIT PULL 2/4] Broadcom devicetree-arm64 " Florian Fainelli
2016-09-30 19:23 ` [GIT PULL 3/4] Broadcom defconfig " Florian Fainelli
2016-09-30 19:23 ` [GIT PULL 4/4] Broadcom defconfig-arm64 " Florian Fainelli
2016-10-23 21:55   ` Florian Fainelli
2016-10-23 23:50     ` Olof Johansson
2016-10-24 16:52       ` Florian Fainelli
2016-10-03  5:28 ` [GIT PULL 1/4] Broadcom devicetree " Olof Johansson

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).