linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 0/4] Second round of Broadcom changes for 4.8
@ 2016-07-07  3:36 Florian Fainelli
  2016-07-07  3:36 ` [GIT PULL 3/4] Broadcom ARM64 Device Tree changes for 4.8 (part 2) Florian Fainelli
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Florian Fainelli @ 2016-07-07  3:36 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Olof, Kevin,

Apologies for sending this second part so close from the merge window,
we had to wait for a few fixes and form the Raspberry Pi 3 changes to be
ironed out before sending those out.

Thanks!
-- 
2.7.4

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

* [GIT PULL 3/4] Broadcom ARM64 Device Tree changes for 4.8 (part 2)
  2016-07-07  3:36 [GIT PULL 0/4] Second round of Broadcom changes for 4.8 Florian Fainelli
@ 2016-07-07  3:36 ` Florian Fainelli
  2016-07-07 13:50   ` Arnd Bergmann
  2016-07-07  3:36 ` [GIT PULL 1/4] Broadcom ARM devicetree " Florian Fainelli
                   ` (4 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: Florian Fainelli @ 2016-07-07  3:36 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 5dcc9c7618dff61de243ca9bbac7de18ef92f49b:

  arm64: dts: NS2: Add CCI-400 PMU support (2016-05-31 11:00:28 -0700)

are available in the git repository at:

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

for you to fetch changes up to b2aa1bb2be9c9cf4727ddb81ae1d0ad5a0c683a8:

  Merge tag 'bcm2835-dt-64-next-2016-07-03' into devicetree-arm64/next (2016-07-05 20:47:49 -0700)

----------------------------------------------------------------
This pull request contains the second part of the Broadcom ARM64-based SoCs
changes for 4.8. Please note that this pull request contains changes from the
ARM 32-bits port and ARM 64-bits port as well:

- Lubomir updates all BCM2835 (Raspberry Pi family) Device Tree source files with
  their proper information about the on-board USB Ethernet adapter so there is
  appropriate binding between this USB device and a device_node (useful for MAC
  address fetching and stuff), this commit is also present for the ARM DT pull
  request

- Eric adds support for the Raspberry Pi 3 aka BCM2837 and provides the binding
  information and the basic SoC DT include file required to boot to a prompt

- Gerd updates the Raspberry Pi 3 DT with Ethernet information based on the
  earlier change from Lubomir

----------------------------------------------------------------
Eric Anholt (3):
      dt-bindings: Add root properties for Raspberry Pi 3
      ARM: bcm2835: Add devicetree for the Raspberry Pi 3.
      Merge tag 'bcm2835-dt-ethernet' into HEAD

Florian Fainelli (1):
      Merge tag 'bcm2835-dt-64-next-2016-07-03' into devicetree-arm64/next

Gerd Hoffmann (1):
      ARM: bcm2837: dt: Add the ethernet to the device trees

Lubomir Rintel (1):
      ARM: bcm2835: dt: Add the ethernet to the device trees

 .../devicetree/bindings/arm/bcm/brcm,bcm2835.txt   |  4 ++
 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/bcm2836-rpi-2-b.dts              |  1 +
 arch/arm/boot/dts/bcm283x-rpi-smsc9512.dtsi        | 19 ++++++
 arch/arm/boot/dts/bcm283x-rpi-smsc9514.dtsi        | 19 ++++++
 arch/arm/boot/dts/bcm283x.dtsi                     |  2 +
 arch/arm64/boot/dts/broadcom/Makefile              |  1 +
 arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts   | 30 +++++++++
 arch/arm64/boot/dts/broadcom/bcm2837.dtsi          | 76 ++++++++++++++++++++++
 11 files changed, 155 insertions(+)
 create mode 100644 arch/arm/boot/dts/bcm283x-rpi-smsc9512.dtsi
 create mode 100644 arch/arm/boot/dts/bcm283x-rpi-smsc9514.dtsi
 create mode 100644 arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts
 create mode 100644 arch/arm64/boot/dts/broadcom/bcm2837.dtsi

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

* [GIT PULL 1/4] Broadcom ARM devicetree changes for 4.8 (part 2)
  2016-07-07  3:36 [GIT PULL 0/4] Second round of Broadcom changes for 4.8 Florian Fainelli
  2016-07-07  3:36 ` [GIT PULL 3/4] Broadcom ARM64 Device Tree changes for 4.8 (part 2) Florian Fainelli
@ 2016-07-07  3:36 ` Florian Fainelli
  2016-07-07 13:33   ` Arnd Bergmann
  2016-07-07  3:36 ` [GIT PULL 4/4] Broadcom MAINTAINERS file updates for 4.8 (resend) Florian Fainelli
                   ` (3 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: Florian Fainelli @ 2016-07-07  3:36 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 2df1808dc0e2b5358e13beb95192b15200017776:

  ARM: dts: BCM5310x: Enable switch ports on SmartRG SR400AC (2016-06-13 12:44:46 -0700)

are available in the git repository at:

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

for you to fetch changes up to 9a4865d42fe50650e37061da93441133786feac2:

  ARM: dts: NSP: Specify RAM amount for BCM958625HR board (2016-07-06 19:42:43 -0700)

----------------------------------------------------------------
This pull request contains additional Broadcom ARM-based SoC Device Tree changes:

- Lubomir updates all BCM2835 (Raspberry Pi family) Device Tree source files with
  their proper information about the on-board USB Ethernet adapter so there is
  appropriate binding between this USB device and a device_node (useful for MAC
  address fetching and stuff)

- Raveendra adds the ADC controller Device Tree nodes to the Cygnus SoC device
  tree include files

- Rafal updates the BCM5301x Device Tree by separating how we specify the NAND
  chip-select information in a first change and then fixes the NAND controller
  ECC configuration for the D-Link DIR-885L

- Florian adds support for the BCM953012ER reference board, adds the HW random
  number generator DT node and adds proper memory node information to the
  BCM958625HR reference board

----------------------------------------------------------------
Florian Fainelli (4):
      ARM: dts: BCM5301x: Add RNG Device Tree node
      ARM: dts: BCM5301x: Add BCM953012ER board
      Merge tag 'bcm2835-dt-next-2016-07-03' into devicetree/next
      ARM: dts: NSP: Specify RAM amount for BCM958625HR board

Lubomir Rintel (1):
      ARM: bcm2835: dt: Add the ethernet to the device trees

Rafa? Mi?ecki (2):
      ARM: BCM5301X: Specify NAND chip select and ECC in separated files
      ARM: BCM5301X: Fix NAND ECC parameters for D-Link DIR-885L

Raveendra Padasalagi (1):
      ARM: dts: Cygnus: Add Broadcom iproc-static-adc DT node

 arch/arm/boot/dts/Makefile                    |   1 +
 arch/arm/boot/dts/bcm-cygnus.dtsi             |  11 +++
 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/bcm2836-rpi-2-b.dts         |   1 +
 arch/arm/boot/dts/bcm283x-rpi-smsc9512.dtsi   |  19 +++++
 arch/arm/boot/dts/bcm283x-rpi-smsc9514.dtsi   |  19 +++++
 arch/arm/boot/dts/bcm283x.dtsi                |   2 +
 arch/arm/boot/dts/bcm47094-dlink-dir-885l.dts |   2 +-
 arch/arm/boot/dts/bcm5301x-nand-cs0-bch1.dtsi |  15 ++++
 arch/arm/boot/dts/bcm5301x-nand-cs0-bch8.dtsi |  16 ++--
 arch/arm/boot/dts/bcm5301x-nand-cs0.dtsi      |  18 +++++
 arch/arm/boot/dts/bcm5301x.dtsi               |   5 ++
 arch/arm/boot/dts/bcm953012er.dts             | 104 ++++++++++++++++++++++++++
 arch/arm/boot/dts/bcm958625hr.dts             |   4 +
 16 files changed, 208 insertions(+), 12 deletions(-)
 create mode 100644 arch/arm/boot/dts/bcm283x-rpi-smsc9512.dtsi
 create mode 100644 arch/arm/boot/dts/bcm283x-rpi-smsc9514.dtsi
 create mode 100644 arch/arm/boot/dts/bcm5301x-nand-cs0-bch1.dtsi
 create mode 100644 arch/arm/boot/dts/bcm5301x-nand-cs0.dtsi
 create mode 100644 arch/arm/boot/dts/bcm953012er.dts

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

* [GIT PULL 4/4] Broadcom MAINTAINERS file updates for 4.8 (resend)
  2016-07-07  3:36 [GIT PULL 0/4] Second round of Broadcom changes for 4.8 Florian Fainelli
  2016-07-07  3:36 ` [GIT PULL 3/4] Broadcom ARM64 Device Tree changes for 4.8 (part 2) Florian Fainelli
  2016-07-07  3:36 ` [GIT PULL 1/4] Broadcom ARM devicetree " Florian Fainelli
@ 2016-07-07  3:36 ` Florian Fainelli
  2016-07-07 13:53   ` Arnd Bergmann
  2016-07-07  3:36 ` [GIT PULL 2/4] Broadcom ARM-based SoC changes for 4.8 (part 2) Florian Fainelli
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: Florian Fainelli @ 2016-07-07  3:36 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 1a695a905c18548062509178b98bc91e67510864:

  Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)

are available in the git repository at:

  http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.8/maintainers-part2

for you to fetch changes up to ccf62f5ab83f47796b87b4d3dff6fd33a6b02bb4:

  MAINTAINERS: Update BCM281XX/BCM11XXX/BCM216XX entry (2016-07-06 19:57:17 -0700)

----------------------------------------------------------------
This pull request contains MAINTAINERS file changes for Broadcom entries:

- Rafal updates the BCM5301x entry to include the internal Broadcom
  mailing-list so it's easy for engineers there to keep track of patches

- Jon updates the NSP regexp, updates the NS2, BCM63xx and Broadcom Mobile SoCs
  entry

- Florian changes L to M in all Broadcom ARM/ARM64 entries per feeedback

----------------------------------------------------------------
Florian Fainelli (1):
      MAINTAINERS: Change L to M for Broadcom ARM/ARM64 SoC entries

Jon Mason (4):
      MAINTAINERS: Fix nsp false-positives
      MAINTAINERS: Add NS2 entry
      MAINTAINERS: Update BCM63XX entry
      MAINTAINERS: Update BCM281XX/BCM11XXX/BCM216XX entry

Rafa? Mi?ecki (1):
      MAINTAINERS: Update entry for BCM5301X ARM

 MAINTAINERS | 33 +++++++++++++++++----------------
 1 file changed, 17 insertions(+), 16 deletions(-)

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

* [GIT PULL 2/4] Broadcom ARM-based SoC changes for 4.8 (part 2)
  2016-07-07  3:36 [GIT PULL 0/4] Second round of Broadcom changes for 4.8 Florian Fainelli
                   ` (2 preceding siblings ...)
  2016-07-07  3:36 ` [GIT PULL 4/4] Broadcom MAINTAINERS file updates for 4.8 (resend) Florian Fainelli
@ 2016-07-07  3:36 ` Florian Fainelli
  2016-07-07 13:41   ` Arnd Bergmann
  2016-07-07  5:04 ` [GIT PULL 5/4] Broadcom soc-arm64 changes for 4.8 part 2 Florian Fainelli
  2016-07-07  5:05 ` [GIT PULL 0/4] Second round of Broadcom changes for 4.8 Florian Fainelli
  5 siblings, 1 reply; 12+ messages in thread
From: Florian Fainelli @ 2016-07-07  3:36 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 423779cfd3ca73b9236e6eb798477f3a4f13355d:

  ARM: bcm: fix missing include of kona_l2_cache.h (2016-06-08 10:17:15 -0700)

are available in the git repository at:

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

for you to fetch changes up to 2dc9e0b9f162af7e2047176a31716eac5301916f:

  ARM: debug: Enable DEBUG_BCM_5301X for Northstar Plus SoCs (2016-07-06 19:43:22 -0700)

----------------------------------------------------------------
This pull request contains the second part of the Broadcom ARM-based SoC changes:

- Florian updates the DEBUG_UART_BCM5301X entry to cover both NS and NSP SoCs
  since they both have the same location

----------------------------------------------------------------
Florian Fainelli (1):
      ARM: debug: Enable DEBUG_BCM_5301X for Northstar Plus SoCs

 arch/arm/Kconfig.debug | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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

* [GIT PULL 5/4] Broadcom soc-arm64 changes for 4.8 part 2
  2016-07-07  3:36 [GIT PULL 0/4] Second round of Broadcom changes for 4.8 Florian Fainelli
                   ` (3 preceding siblings ...)
  2016-07-07  3:36 ` [GIT PULL 2/4] Broadcom ARM-based SoC changes for 4.8 (part 2) Florian Fainelli
@ 2016-07-07  5:04 ` Florian Fainelli
  2016-07-07 13:58   ` Arnd Bergmann
  2016-07-07  5:05 ` [GIT PULL 0/4] Second round of Broadcom changes for 4.8 Florian Fainelli
  5 siblings, 1 reply; 12+ messages in thread
From: Florian Fainelli @ 2016-07-07  5:04 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 9c7a68017503eda3071ba8647bd0b4c716f18c74:

  arm64: vulcan: enable GPIOLIB in Kconfig (2016-05-31 10:52:25 -0700)

are available in the git repository at:

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

for you to fetch changes up to c4c0e2607abfc86c32a43c9a22b2a256de27dea3:

  Merge tag 'bcm2835-arm64-next-2016-07-03' into soc-arm64/next (2016-07-05 20:49:24 -0700)

----------------------------------------------------------------
This pull requests contains Broadcom ARM64-based SoC changes for 4.8 second part:

- Eric updates the bcm2836 interrupt controller driver not to rely on ARM/Linux specific functions
  in preparation for using it on ARM64

- Eric also adds a Kconfig entry for the BCM2835 Raspberry Pi family in the ARM64 Kconfig.platforms
  file

- Eric cherry picked a patch from Alexander Graf with Acks from ARM64 maintainers to support different
  DMA and bus offsets, required for the Raspberry Pi 3 SoC

----------------------------------------------------------------
Alexander Graf (1):
      arm64: Allow for different DMA and CPU bus offsets

Eric Anholt (3):
      irqchip: bcm2835: Avoid arch/arm-specific handle_IRQ
      Merge remote-tracking branch 'irqchip/irqchip/bcm' into bcm2835-arm64-next
      arm64: Add platform selection for BCM2835.

Florian Fainelli (1):
      Merge tag 'bcm2835-arm64-next-2016-07-03' into soc-arm64/next

 arch/arm64/Kconfig.platforms         | 13 +++++++++++++
 arch/arm64/include/asm/dma-mapping.h | 17 +++++++++++++++--
 drivers/irqchip/irq-bcm2835.c        |  3 +--
 drivers/irqchip/irq-bcm2836.c        |  2 +-
 4 files changed, 30 insertions(+), 5 deletions(-)

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

* [GIT PULL 0/4] Second round of Broadcom changes for 4.8
  2016-07-07  3:36 [GIT PULL 0/4] Second round of Broadcom changes for 4.8 Florian Fainelli
                   ` (4 preceding siblings ...)
  2016-07-07  5:04 ` [GIT PULL 5/4] Broadcom soc-arm64 changes for 4.8 part 2 Florian Fainelli
@ 2016-07-07  5:05 ` Florian Fainelli
  5 siblings, 0 replies; 12+ messages in thread
From: Florian Fainelli @ 2016-07-07  5:05 UTC (permalink / raw)
  To: linux-arm-kernel

Le 06/07/2016 20:36, Florian Fainelli a ?crit :
> Hi Arnd, Olof, Kevin,
> 
> Apologies for sending this second part so close from the merge window,
> we had to wait for a few fixes and form the Raspberry Pi 3 changes to be
> ironed out before sending those out.

And now pull request 5/4 is sent with subject "Broadcom soc-arm64
changes for 4.8 part 2", sorry about that.
-- 
Florian

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

* [GIT PULL 1/4] Broadcom ARM devicetree changes for 4.8 (part 2)
  2016-07-07  3:36 ` [GIT PULL 1/4] Broadcom ARM devicetree " Florian Fainelli
@ 2016-07-07 13:33   ` Arnd Bergmann
  0 siblings, 0 replies; 12+ messages in thread
From: Arnd Bergmann @ 2016-07-07 13:33 UTC (permalink / raw)
  To: linux-arm-kernel

On Wednesday, July 6, 2016 8:36:12 PM CEST Florian Fainelli wrote:
> This pull request contains additional Broadcom ARM-based SoC Device Tree changes:
> 
> - Lubomir updates all BCM2835 (Raspberry Pi family) Device Tree source files with
>   their proper information about the on-board USB Ethernet adapter so there is
>   appropriate binding between this USB device and a device_node (useful for MAC
>   address fetching and stuff)
> 
> - Raveendra adds the ADC controller Device Tree nodes to the Cygnus SoC device
>   tree include files
> 
> - Rafal updates the BCM5301x Device Tree by separating how we specify the NAND
>   chip-select information in a first change and then fixes the NAND controller
>   ECC configuration for the D-Link DIR-885L
> 
> - Florian adds support for the BCM953012ER reference board, adds the HW random
>   number generator DT node and adds proper memory node information to the
>   BCM958625HR reference board
> 

Nice changelog text!

Pulled into next/dt, thanks,

	Arnd

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

* [GIT PULL 2/4] Broadcom ARM-based SoC changes for 4.8 (part 2)
  2016-07-07  3:36 ` [GIT PULL 2/4] Broadcom ARM-based SoC changes for 4.8 (part 2) Florian Fainelli
@ 2016-07-07 13:41   ` Arnd Bergmann
  0 siblings, 0 replies; 12+ messages in thread
From: Arnd Bergmann @ 2016-07-07 13:41 UTC (permalink / raw)
  To: linux-arm-kernel

On Wednesday, July 6, 2016 8:36:14 PM CEST Florian Fainelli wrote:
>   http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.8/soc-part2
> 

Pulled into next/soc, thanks!

	Arnd

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

* [GIT PULL 3/4] Broadcom ARM64 Device Tree changes for 4.8 (part 2)
  2016-07-07  3:36 ` [GIT PULL 3/4] Broadcom ARM64 Device Tree changes for 4.8 (part 2) Florian Fainelli
@ 2016-07-07 13:50   ` Arnd Bergmann
  0 siblings, 0 replies; 12+ messages in thread
From: Arnd Bergmann @ 2016-07-07 13:50 UTC (permalink / raw)
  To: linux-arm-kernel

On Wednesday, July 6, 2016 8:36:11 PM CEST Florian Fainelli wrote:
> This pull request contains the second part of the Broadcom ARM64-based SoCs
> changes for 4.8. Please note that this pull request contains changes from the
> ARM 32-bits port and ARM 64-bits port as well:

Ok, looks reasonable.

> - Lubomir updates all BCM2835 (Raspberry Pi family) Device Tree source files with
>   their proper information about the on-board USB Ethernet adapter so there is
>   appropriate binding between this USB device and a device_node (useful for MAC
>   address fetching and stuff), this commit is also present for the ARM DT pull
>   request
> 
> - Eric adds support for the Raspberry Pi 3 aka BCM2837 and provides the binding
>   information and the basic SoC DT include file required to boot to a prompt
> 
> - Gerd updates the Raspberry Pi 3 DT with Ethernet information based on the
>   earlier change from Lubomir

Pulled into next/dt64, thanks!

	Arnd

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

* [GIT PULL 4/4] Broadcom MAINTAINERS file updates for 4.8 (resend)
  2016-07-07  3:36 ` [GIT PULL 4/4] Broadcom MAINTAINERS file updates for 4.8 (resend) Florian Fainelli
@ 2016-07-07 13:53   ` Arnd Bergmann
  0 siblings, 0 replies; 12+ messages in thread
From: Arnd Bergmann @ 2016-07-07 13:53 UTC (permalink / raw)
  To: linux-arm-kernel

On Wednesday, July 6, 2016 8:36:13 PM CEST Florian Fainelli wrote:
> This pull request contains MAINTAINERS file changes for Broadcom entries:
> 
> - Rafal updates the BCM5301x entry to include the internal Broadcom
>   mailing-list so it's easy for engineers there to keep track of patches
> 
> - Jon updates the NSP regexp, updates the NS2, BCM63xx and Broadcom Mobile SoCs
>   entry
> 
> - Florian changes L to M in all Broadcom ARM/ARM64 entries per feeedback
> 

I've pulled it into next/soc since I couldn't come up with a better branch
to put this into. I've added some other MAINTAINERS changes to the 4.7
fixes branch, but this one doesn't seem as urgent, but it also didn't
feel right to put it into cleanups.

Anyway, not your problem, sending it as a separate branch was the
right thing to do on your side ;-)

	Arnd

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

* [GIT PULL 5/4] Broadcom soc-arm64 changes for 4.8 part 2
  2016-07-07  5:04 ` [GIT PULL 5/4] Broadcom soc-arm64 changes for 4.8 part 2 Florian Fainelli
@ 2016-07-07 13:58   ` Arnd Bergmann
  0 siblings, 0 replies; 12+ messages in thread
From: Arnd Bergmann @ 2016-07-07 13:58 UTC (permalink / raw)
  To: linux-arm-kernel

On Wednesday, July 6, 2016 10:04:11 PM CEST Florian Fainelli wrote:
> This pull requests contains Broadcom ARM64-based SoC changes for 4.8 second part:
> 
> - Eric updates the bcm2836 interrupt controller driver not to rely on ARM/Linux specific functions
>   in preparation for using it on ARM64
> 
> - Eric also adds a Kconfig entry for the BCM2835 Raspberry Pi family in the ARM64 Kconfig.platforms
>   file
> 
> - Eric cherry picked a patch from Alexander Graf with Acks from ARM64 maintainers to support different
>   DMA and bus offsets, required for the Raspberry Pi 3 SoC
> 
> 

Pulled into next/arm64, thanks!

	Arnd

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

end of thread, other threads:[~2016-07-07 13:58 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-07  3:36 [GIT PULL 0/4] Second round of Broadcom changes for 4.8 Florian Fainelli
2016-07-07  3:36 ` [GIT PULL 3/4] Broadcom ARM64 Device Tree changes for 4.8 (part 2) Florian Fainelli
2016-07-07 13:50   ` Arnd Bergmann
2016-07-07  3:36 ` [GIT PULL 1/4] Broadcom ARM devicetree " Florian Fainelli
2016-07-07 13:33   ` Arnd Bergmann
2016-07-07  3:36 ` [GIT PULL 4/4] Broadcom MAINTAINERS file updates for 4.8 (resend) Florian Fainelli
2016-07-07 13:53   ` Arnd Bergmann
2016-07-07  3:36 ` [GIT PULL 2/4] Broadcom ARM-based SoC changes for 4.8 (part 2) Florian Fainelli
2016-07-07 13:41   ` Arnd Bergmann
2016-07-07  5:04 ` [GIT PULL 5/4] Broadcom soc-arm64 changes for 4.8 part 2 Florian Fainelli
2016-07-07 13:58   ` Arnd Bergmann
2016-07-07  5:05 ` [GIT PULL 0/4] Second round of Broadcom changes for 4.8 Florian Fainelli

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