All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/4] Broadcom soc changes for 4.9
@ 2016-09-07  1:59 Florian Fainelli
  2016-09-07  1:59 ` [GIT PULL 2/4] Broadcom soc-arm64 " Florian Fainelli
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Florian Fainelli @ 2016-09-07  1:59 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/soc

for you to fetch changes up to 4ebd50472899eb07d5dfc24f2015dce6fe3c5cb8:

  ARM: BCM53573: Initial support for Broadcom BCM53573 SoCs (2016-08-22 15:58:27 -0700)

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

- Rafal adds preliminary support for the new BCM53573 Wi-Fi SoC based on a
  single core Cortex A7 and re-using a bunch of iProc peripherals

- Florian adds support for earlyprintk on Broadcom STB/CM ARM-based chips by
  reading the chip family_id value from a known location and deriving the UART
  based address

----------------------------------------------------------------
Florian Fainelli (1):
      ARM: brcmstb: Add earlyprintk support using run-time checks

Rafa? Mi?ecki (1):
      ARM: BCM53573: Initial support for Broadcom BCM53573 SoCs

 MAINTAINERS                      |   7 ++
 arch/arm/Kconfig.debug           |  14 ++--
 arch/arm/include/debug/brcmstb.S | 145 +++++++++++++++++++++++++++++++++++++++
 arch/arm/mach-bcm/Kconfig        |  14 ++++
 arch/arm/mach-bcm/brcmstb.c      |  16 +++++
 5 files changed, 189 insertions(+), 7 deletions(-)
 create mode 100644 arch/arm/include/debug/brcmstb.S

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

* [GIT PULL 2/4] Broadcom soc-arm64 changes for 4.9
  2016-09-07  1:59 [GIT PULL 1/4] Broadcom soc changes for 4.9 Florian Fainelli
@ 2016-09-07  1:59 ` Florian Fainelli
  2016-09-14 22:11   ` Arnd Bergmann
  2016-09-07  1:59 ` [GIT PULL 3/4] Broadcom devicetree " Florian Fainelli
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 10+ messages in thread
From: Florian Fainelli @ 2016-09-07  1:59 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/soc-arm64

for you to fetch changes up to 37eb56dc79a8e841f3801f9364de8a70189c306f:

  arm64: Add Broadcom Set Top Box Kconfig entry point (2016-08-08 11:11:53 -0700)

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

- collective effort from Florian, Doug and Markus to add the ARCH_BRCMSTB Kconfig
  symbol to the ARM64 kernel build, which is purposedly the same as the ARM/Linux
  one in order not to update any driver dependencies

----------------------------------------------------------------
Florian Fainelli (1):
      arm64: Add Broadcom Set Top Box Kconfig entry point

 arch/arm64/Kconfig.platforms | 7 +++++++
 1 file changed, 7 insertions(+)

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

* [GIT PULL 3/4] Broadcom devicetree changes for 4.9
  2016-09-07  1:59 [GIT PULL 1/4] Broadcom soc changes for 4.9 Florian Fainelli
  2016-09-07  1:59 ` [GIT PULL 2/4] Broadcom soc-arm64 " Florian Fainelli
@ 2016-09-07  1:59 ` Florian Fainelli
  2016-09-19  8:52   ` Arnd Bergmann
  2016-09-07  1:59 ` [GIT PULL 4/4] Broadcom devicetree-arm64 " Florian Fainelli
  2016-09-14 22:26 ` [GIT PULL 1/4] Broadcom soc " Arnd Bergmann
  3 siblings, 1 reply; 10+ messages in thread
From: Florian Fainelli @ 2016-09-07  1:59 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/devicetree

for you to fetch changes up to 7260ecd22baa3c62ef6efaf59e7de53f4c8df800:

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

----------------------------------------------------------------
This pull request contains Broadcom ARM-based Device Tree changes for v4.9,
please pull the following:

- Jon adds support for the Ethernet MAC DT nodes (AMAC) and provides the
  following updates for Broadcom references boards:
  * New Northstar Plus reference boards added: BCM958525er, BCM958522er,
    BCM988312hr, BCM958623hr and BCM958622hr
  * Add SATA nodes to the BCM958625hr and XMC boards
  * Add I2C nodes to the XMC board
  * Fixes the amount of RAM on BCM958625HR, BCM958625K and BCM958525XMC boards
  * Add the GPIO reboot method for BCM958625hr and XMC boards

- Dhanajay adds PWM nodes for the Northstar Plus SoCs

- Rafal adds the USB 2.0 PHY to the BCM5301x Device Tree file include

- Stefan adds a missing USB clock to the BCM283x DT files, adds a DTSI file for
  the USB host mode on BCM283x and finally documents and adds support for the
  Raspberry Pi Zero

- Florian adds support for the Northstar Plus Switch Register Access block which
  enables the integrated switch on these SoCs and enables the switch ports on the
  BCM958625HR reference board

----------------------------------------------------------------
Florian Fainelli (3):
      ARM: dts: NSP: Add Switch Register Access Block node
      ARM: dts: NSP: Add BCM958625HR switch ports
      Merge tag 'bcm2835-dt-next-2016-08-29' into devicetree/next

Jon Mason (14):
      dt-bindings: net: bgmac: add bindings documentation for bgmac
      ARM: dts: NSP: Add AMAC entries
      ARM: dts: NSP: Correct RAM amount for BCM958625HR board
      ARM: dts: NSP: Enable SATA on bcm958625hr
      ARM: dts: NSP: Enable SATA and add i2c devices on XMC
      ARM: dts: NSP: Specify RAM amount for BCM958625K board
      ARM: dts: NSP: Specify RAM amount for BCM958525XMC board
      ARM: dts: NSP: Add GPIO reboot method to bcm958625hr DTS file
      ARM: dts: NSP: Add GPIO reboot method to bcm958625xmc DTS file
      ARM: dts: NSP: Add new DT file for bcm958525er
      ARM: dts: NSP: Add new DT file for bcm958522er
      ARM: dts: NSP: Add new DT file for bcm988312hr
      ARM: dts: NSP: Add new DT file for bcm958623hr
      ARM: dts: NSP: Add new DT file for bcm958622hr

Rafa? Mi?ecki (1):
      ARM: BCM5301X: Specify PHY of USB 2.0 in DT

Stefan Wahren (4):
      ARM: dts: bcm283x: Add missing USB clock
      ARM: dts: bcm283x: Add dtsi for USB host mode
      DT: bindings: bcm: Add Raspberry Pi Zero
      ARM: dts: bcm2835: Add Raspberry Pi Zero

Yendapally Reddy Dhananjaya Reddy (1):
      ARM: dts: NSP: Add PWM Support to DT

 .../devicetree/bindings/arm/bcm/brcm,bcm2835.txt   |   4 +
 .../devicetree/bindings/net/brcm,amac.txt          |  24 +++
 .../devicetree/bindings/net/brcm,bgmac-nsp.txt     |  24 +++
 arch/arm/boot/dts/Makefile                         |   8 +-
 arch/arm/boot/dts/bcm-nsp.dtsi                     |  37 +++++
 arch/arm/boot/dts/bcm2835-rpi-a-plus.dts           |   1 +
 arch/arm/boot/dts/bcm2835-rpi-a.dts                |   1 +
 arch/arm/boot/dts/bcm2835-rpi-b-plus.dts           |   1 +
 arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts           |   1 +
 arch/arm/boot/dts/bcm2835-rpi-b.dts                |   1 +
 arch/arm/boot/dts/bcm2835-rpi-zero.dts             |  40 +++++
 arch/arm/boot/dts/bcm2836-rpi-2-b.dts              |   1 +
 arch/arm/boot/dts/bcm283x-rpi-usb-host.dtsi        |   3 +
 arch/arm/boot/dts/bcm283x.dtsi                     |   9 +
 arch/arm/boot/dts/bcm5301x.dtsi                    |  11 ++
 arch/arm/boot/dts/bcm958522er.dts                  | 130 +++++++++++++++
 arch/arm/boot/dts/bcm958525er.dts                  | 142 ++++++++++++++++
 arch/arm/boot/dts/bcm958525xmc.dts                 |  44 ++++-
 arch/arm/boot/dts/bcm958622hr.dts                  | 170 +++++++++++++++++++
 arch/arm/boot/dts/bcm958623hr.dts                  | 178 ++++++++++++++++++++
 arch/arm/boot/dts/bcm958625hr.dts                  |  71 +++++++-
 arch/arm/boot/dts/bcm958625k.dts                   |  13 ++
 arch/arm/boot/dts/bcm988312hr.dts                  | 182 +++++++++++++++++++++
 23 files changed, 1093 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/brcm,amac.txt
 create mode 100644 Documentation/devicetree/bindings/net/brcm,bgmac-nsp.txt
 create mode 100644 arch/arm/boot/dts/bcm2835-rpi-zero.dts
 create mode 100644 arch/arm/boot/dts/bcm283x-rpi-usb-host.dtsi
 create mode 100644 arch/arm/boot/dts/bcm958522er.dts
 create mode 100644 arch/arm/boot/dts/bcm958525er.dts
 create mode 100644 arch/arm/boot/dts/bcm958622hr.dts
 create mode 100644 arch/arm/boot/dts/bcm958623hr.dts
 create mode 100644 arch/arm/boot/dts/bcm988312hr.dts

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

* [GIT PULL 4/4] Broadcom devicetree-arm64 changes for 4.9
  2016-09-07  1:59 [GIT PULL 1/4] Broadcom soc changes for 4.9 Florian Fainelli
  2016-09-07  1:59 ` [GIT PULL 2/4] Broadcom soc-arm64 " Florian Fainelli
  2016-09-07  1:59 ` [GIT PULL 3/4] Broadcom devicetree " Florian Fainelli
@ 2016-09-07  1:59 ` Florian Fainelli
  2016-09-14 15:20   ` Arnd Bergmann
  2016-09-14 22:26 ` [GIT PULL 1/4] Broadcom soc " Arnd Bergmann
  3 siblings, 1 reply; 10+ messages in thread
From: Florian Fainelli @ 2016-09-07  1:59 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/devicetree-arm64

for you to fetch changes up to 5072ed1fa29fa7cef73a7fb82f696e50973e02dc:

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

----------------------------------------------------------------
This pull request contains Broadcom ARM64-based SoC Device Tree changes for
v4.9, please pull the folllowing:

- Dhanajay adds the PWM Device Tree nodes to the Northstar 2 DTS files

----------------------------------------------------------------
Yendapally Reddy Dhananjaya Reddy (1):
      arm64: dts: Add PWM DT node for NS2

 arch/arm64/boot/dts/broadcom/ns2.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

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

* [GIT PULL 4/4] Broadcom devicetree-arm64 changes for 4.9
  2016-09-07  1:59 ` [GIT PULL 4/4] Broadcom devicetree-arm64 " Florian Fainelli
@ 2016-09-14 15:20   ` Arnd Bergmann
  2016-09-14 17:07     ` Florian Fainelli
  0 siblings, 1 reply; 10+ messages in thread
From: Arnd Bergmann @ 2016-09-14 15:20 UTC (permalink / raw)
  To: linux-arm-kernel

On Tuesday, September 6, 2016 6:59:18 PM CEST Florian Fainelli wrote:
> This pull request contains Broadcom ARM64-based SoC Device Tree changes for
> v4.9, please pull the folllowing:
> 
> - Dhanajay adds the PWM Device Tree nodes to the Northstar 2 DTS files
> 

Pulled into next/dt64, thanks!

I did the pull requests for next/dt yesterday but evidently missed yours.
Don't worry about it, I've already looked at it and it's fine. We'll
pick it up in the next few days along with your other two pull requests.

	Arnd

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

* [GIT PULL 4/4] Broadcom devicetree-arm64 changes for 4.9
  2016-09-14 15:20   ` Arnd Bergmann
@ 2016-09-14 17:07     ` Florian Fainelli
  2016-09-14 21:45       ` Arnd Bergmann
  0 siblings, 1 reply; 10+ messages in thread
From: Florian Fainelli @ 2016-09-14 17:07 UTC (permalink / raw)
  To: linux-arm-kernel

On 09/14/2016 08:20 AM, Arnd Bergmann wrote:
> On Tuesday, September 6, 2016 6:59:18 PM CEST Florian Fainelli wrote:
>> This pull request contains Broadcom ARM64-based SoC Device Tree changes for
>> v4.9, please pull the folllowing:
>>
>> - Dhanajay adds the PWM Device Tree nodes to the Northstar 2 DTS files
>>
> 
> Pulled into next/dt64, thanks!
> 
> I did the pull requests for next/dt yesterday but evidently missed yours.
> Don't worry about it, I've already looked at it and it's fine. We'll
> pick it up in the next few days along with your other two pull requests.

(plaintext this time)

No worries, would you need me to change anything in the submission
process to help? Out of curiosity do you have a patchwork or other patch
tracking tool at arm at kernel.org?
-- 
Florian

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

* [GIT PULL 4/4] Broadcom devicetree-arm64 changes for 4.9
  2016-09-14 17:07     ` Florian Fainelli
@ 2016-09-14 21:45       ` Arnd Bergmann
  0 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2016-09-14 21:45 UTC (permalink / raw)
  To: linux-arm-kernel

On Wednesday, September 14, 2016 10:07:48 AM CEST Florian Fainelli wrote:
> On 09/14/2016 08:20 AM, Arnd Bergmann wrote:
> > On Tuesday, September 6, 2016 6:59:18 PM CEST Florian Fainelli wrote:
> >> This pull request contains Broadcom ARM64-based SoC Device Tree changes for
> >> v4.9, please pull the folllowing:
> >>
> >> - Dhanajay adds the PWM Device Tree nodes to the Northstar 2 DTS files
> >>
> > 
> > Pulled into next/dt64, thanks!
> > 
> > I did the pull requests for next/dt yesterday but evidently missed yours.
> > Don't worry about it, I've already looked at it and it's fine. We'll
> > pick it up in the next few days along with your other two pull requests.
> 
> (plaintext this time)
> 
> No worries, would you need me to change anything in the submission
> process to help? Out of curiosity do you have a patchwork or other patch
> tracking tool at arm at kernel.org?

No, you did everything just right, I was just not paying attention
at the right moment when going through my folder.

We don't use patchwork or anything like that, just filtering on
the inbox. Usually Olof and I both go through the lists separately
to make sure that the other one hasn't missed stuff.

	Arnd

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

* [GIT PULL 2/4] Broadcom soc-arm64 changes for 4.9
  2016-09-07  1:59 ` [GIT PULL 2/4] Broadcom soc-arm64 " Florian Fainelli
@ 2016-09-14 22:11   ` Arnd Bergmann
  0 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2016-09-14 22:11 UTC (permalink / raw)
  To: linux-arm-kernel

On Tuesday, September 6, 2016 6:59:16 PM CEST Florian Fainelli wrote:
> This pull request contains Broadcom ARM64-based SoC changes for 4.9, please pull
> the following:
> 
> - collective effort from Florian, Doug and Markus to add the ARCH_BRCMSTB Kconfig
>   symbol to the ARM64 kernel build, which is purposedly the same as the ARM/Linux
>   one in order not to update any driver dependencies
> 

Pulled into next/arm64, thanks!

	Arnd

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

* [GIT PULL 1/4] Broadcom soc changes for 4.9
  2016-09-07  1:59 [GIT PULL 1/4] Broadcom soc changes for 4.9 Florian Fainelli
                   ` (2 preceding siblings ...)
  2016-09-07  1:59 ` [GIT PULL 4/4] Broadcom devicetree-arm64 " Florian Fainelli
@ 2016-09-14 22:26 ` Arnd Bergmann
  3 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2016-09-14 22:26 UTC (permalink / raw)
  To: linux-arm-kernel

On Tuesday, September 6, 2016 6:59:15 PM CEST Florian Fainelli wrote:
> This pull request contains Broadcom ARM-based SoC changes for 4.9, please pull
> the following:
> 
> - Rafal adds preliminary support for the new BCM53573 Wi-Fi SoC based on a
>   single core Cortex A7 and re-using a bunch of iProc peripherals
> 
> - Florian adds support for earlyprintk on Broadcom STB/CM ARM-based chips by
>   reading the chip family_id value from a known location and deriving the UART
>   based address
> 

Pulled into next/soc, thanks!

Regarding the debug_ll code, having the autodetection is nice, but note
that the fashionable way to handle this now is to use earlycon instead
of earlyprintk, getting all the settings from DT, so you shouldn't
really need this any more unless you are debugging extremely early
startup code or the decompressor.

	Arnd

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

* [GIT PULL 3/4] Broadcom devicetree changes for 4.9
  2016-09-07  1:59 ` [GIT PULL 3/4] Broadcom devicetree " Florian Fainelli
@ 2016-09-19  8:52   ` Arnd Bergmann
  0 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2016-09-19  8:52 UTC (permalink / raw)
  To: linux-arm-kernel

On Tuesday, September 6, 2016 6:59:17 PM CEST Florian Fainelli wrote:
> This pull request contains Broadcom ARM-based Device Tree changes for v4.9,
> please pull the following:
> 
> - Jon adds support for the Ethernet MAC DT nodes (AMAC) and provides the
>   following updates for Broadcom references boards:
>   * New Northstar Plus reference boards added: BCM958525er, BCM958522er,
>     BCM988312hr, BCM958623hr and BCM958622hr
>   * Add SATA nodes to the BCM958625hr and XMC boards
>   * Add I2C nodes to the XMC board
>   * Fixes the amount of RAM on BCM958625HR, BCM958625K and BCM958525XMC boards
>   * Add the GPIO reboot method for BCM958625hr and XMC boards
> 
> - Dhanajay adds PWM nodes for the Northstar Plus SoCs
> 
> - Rafal adds the USB 2.0 PHY to the BCM5301x Device Tree file include
> 
> - Stefan adds a missing USB clock to the BCM283x DT files, adds a DTSI file for
>   the USB host mode on BCM283x and finally documents and adds support for the
>   Raspberry Pi Zero
> 
> - Florian adds support for the Northstar Plus Switch Register Access block which
>   enables the integrated switch on these SoCs and enables the switch ports on the
>   BCM958625HR reference board
> 

I pulled this into next/dt last Thursday but forgot to send a notification.

Florian already asked me about on Friday, thanks a lot for paying attention!

	Arnd

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

end of thread, other threads:[~2016-09-19  8:52 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-07  1:59 [GIT PULL 1/4] Broadcom soc changes for 4.9 Florian Fainelli
2016-09-07  1:59 ` [GIT PULL 2/4] Broadcom soc-arm64 " Florian Fainelli
2016-09-14 22:11   ` Arnd Bergmann
2016-09-07  1:59 ` [GIT PULL 3/4] Broadcom devicetree " Florian Fainelli
2016-09-19  8:52   ` Arnd Bergmann
2016-09-07  1:59 ` [GIT PULL 4/4] Broadcom devicetree-arm64 " Florian Fainelli
2016-09-14 15:20   ` Arnd Bergmann
2016-09-14 17:07     ` Florian Fainelli
2016-09-14 21:45       ` Arnd Bergmann
2016-09-14 22:26 ` [GIT PULL 1/4] Broadcom soc " 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.