All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/7] Broadcom soc changes for 4.12
@ 2017-03-24 17:58 Florian Fainelli
  2017-03-24 17:58 ` [GIT PULL 2/7] Broadcom devicetree " Florian Fainelli
                   ` (6 more replies)
  0 siblings, 7 replies; 18+ messages in thread
From: Florian Fainelli @ 2017-03-24 17:58 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

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

for you to fetch changes up to d47b51ad31e21ab8129da64d42e2fc48e7a215eb:

  ARM: brcmstb: Add entry for 7260 (2017-03-15 14:57:50 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoC Kconfig/platform changes for
4.12, please pull the following:

- Al enables ZONE_DMA for BRCMSTB platforms since a bunch of on-chip
  peripherals such as USB (OHCI and EHCI) and SDHCI cannot support physical
  addresses > 32-bit. This is only required when ARM_LPAE is enabled

- Danesh enables ARCH_HAS_HOLES_MEMORYMODEL in order for the kernel to provide
  a pfn_valid() implementation despite BRCMSTB enabling the SPARSEMEM model by
  default.

- Florian adds support for a new 28nm generation chip: 7260 by updating the
  runtime detection UART debuggin stub used for DEBUG_LL.

----------------------------------------------------------------
Al Cooper (1):
      ARM: brcmstb: Enable ZONE_DMA for non 64-bit capable peripherals

Danesh Petigara (1):
      ARM: brcmstb: Enable ARCH_HAS_HOLES_MEMORYMODEL

Florian Fainelli (1):
      ARM: brcmstb: Add entry for 7260

 arch/arm/include/debug/brcmstb.S | 18 ++++++++++--------
 arch/arm/mach-bcm/Kconfig        |  2 ++
 2 files changed, 12 insertions(+), 8 deletions(-)

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

* [GIT PULL 2/7] Broadcom devicetree changes for 4.12
  2017-03-24 17:58 [GIT PULL 1/7] Broadcom soc changes for 4.12 Florian Fainelli
@ 2017-03-24 17:58 ` Florian Fainelli
  2017-03-25 21:33   ` Baruch Siach
  2017-03-31 10:04   ` Arnd Bergmann
  2017-03-24 17:58 ` [GIT PULL 3/7] Broadcom devicetree-arm64 " Florian Fainelli
                   ` (5 subsequent siblings)
  6 siblings, 2 replies; 18+ messages in thread
From: Florian Fainelli @ 2017-03-24 17:58 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

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

for you to fetch changes up to 414ce21ae20547e0eea72fe0c4e8ee3280d30888:

  Merge tag 'bcm2835-dt-next-2017-03-21' into devicetree/next (2017-03-24 10:12:31 -0700)

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

- Rafal:

	* adds basic support for the Linksys EA9200, Linksys EA6300 V1, Linksys
	  EA9500, TP-Link Archer C5 V2 which are all based on BCM470x SoCs with
	  a bunch of BCM43602 radios.

	* updates the BCM5301X DTS and DTS include file and moves the serial
	  console parameters to the DTS include file since all BCM5301X that we have so
	  far are consistent in using the same UART. He also does the same for the
	  BCM53573 DTS.

	* makes some updates to the Tenda AC9 platform by describing its
	  PCIe controllers and endpoints in order to be able to represent GPIOs attached
	  to the on-chip Wi-Fi module. Once done, he adds the 2Ghz LED which is connected
	  to one of these GPIOs.

	* re-licenses the DTS files he created to the ISC license

	* removes the use of the non-existend "default-off" LED trigger in the
	  BCM53573 and BCM5301X DTS files

- Aditya adds missing Netgear R8000 LEDS and keys for WAN status LEDS and brightness

- Jon:
	* adds NAND controller Device Tree nodes to the BCM953012K reference board

  	* converts the BCM5301X SoC to use the recently introduced Broadcom QSPI controller
  	  Device Tree nodes.

	* fixes the GIC PPI interrupt flags that the kernel now
  	  reports about.

	* adds ARM TWD watchdog entries to the BCM5301X DTS include file
  	* adds I2C entries to the BCM5301X DTS include files.

	* disables i2c by default in the Northstar Plus DTS include file, and
	 ,enables it at the board level instead.

	* adds USB (OHCI & EHCI) Device Tree nodes to the Northstar Plus DTS
	  include files.

- Steven adds the mailbox (PDC) unit and the crytographic unit (SPU) to the
  Broadcom Northstar Plus SoC DTS include file. Steven also adds proper ethernet
  aliases to the BCM53012HR board since some bootloaders require that for MAC address
  patching.

- Eric adds the DSI and its corresponding clock nodes to the BCM283x DTS files
  but leaves them disabled by default (overlays should take care of enabling it)

- Boris adds support for HDMI audio and related DMA channels to the BCM283x SoCs

- Gerd adds support for the BCM2835 specific SDHCI controller to the BCM283x SoCs

- Rob fixes the iProc msi-controller name and unit address now that DTC can produce
  additional errors

----------------------------------------------------------------
Aditya Xavier (1):
      ARM: dts: BCM5301X: Add missing Netgear R8000 LEDs and Keys

Boris Brezillon (1):
      ARM: dts: bcm283x: Add HDMI audio related properties

Eric Anholt (1):
      ARM: dts: bcm2835: Add the DSI module nodes and clocks.

Florian Fainelli (1):
      Merge tag 'bcm2835-dt-next-2017-03-21' into devicetree/next

Gerd Hoffmann (1):
      ARM: dts: bcm2835: add sdhost controller to devicetree

Jon Mason (7):
      ARM: dts: BCM5301X: Add NAND entries to bcm953012k
      ARM: dts: BCM5301X: convert to iProc QSPI
      ARM: dts: BCM5301X: Correct GIC_PPI interrupt flags
      ARM: dts: BCM5301X: Add TWD WD Support to DT
      ARM: dts: BCM5301X: Add I2C support to the DT
      ARM: dts: NSP: Add EHCI/OHCI USB nodes to device tree
      ARM: dts: NSP: disable i2c DT entry by default

Rafa? Mi?ecki (11):
      ARM: dts: BCM5301X: Add basic DT for Linksys EA9200
      ARM: dts: BCM5301X: Add basic DT for Linksys EA6300 V1
      ARM: dts: BCM5301X: Add basic DT for Linksys EA9500
      ARM: dts: BCM53573: Describe Tenda AC9 PCIe card in DT
      ARM: dts: BCM53573: Add Tenda AC9 2 GHz LED
      ARM: dts: BCM5301X: Relicense DTS files I created to the ISC
      ARM: dts: BCM53573: Don't use nonexistent "default-off" LED trigger
      ARM: dts: BCM5301X: Don't use nonexistent "default-off" LED trigger
      ARM: dts: BCM5301X: Add support for TP-LINK Archer C5 V2
      ARM: dts: BCM5301X: Specify serial console params in dtsi files
      ARM: dts: BCM53573: Specify serial console parameters

Rob Herring (1):
      ARM: dts: bcm: fix msi-controller name and unit address

Steve Lin (4):
      ARM: dts: BCM5301X: Add support for BCM953012HR
      ARM: dts: BCM953012HR: Add ethernet aliases
      ARM: dts: NSP: Add mailbox (PDC) to NSP
      ARM: dts: NSP: Add crypto (SPU) to dtsi

 arch/arm/boot/dts/Makefile                         |  5 ++
 arch/arm/boot/dts/bcm-cygnus.dtsi                  |  4 +-
 arch/arm/boot/dts/bcm-nsp.dtsi                     | 36 +++++++-
 arch/arm/boot/dts/bcm2835-rpi.dtsi                 | 14 ++++
 arch/arm/boot/dts/bcm283x.dtsi                     | 60 ++++++++++++-
 arch/arm/boot/dts/bcm4708-asus-rt-ac56u.dts        | 17 ++--
 arch/arm/boot/dts/bcm4708-asus-rt-ac68u.dts        | 14 +++-
 arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts  |  5 --
 arch/arm/boot/dts/bcm4708-linksys-ea6300-v1.dts    | 41 +++++++++
 arch/arm/boot/dts/bcm4708-netgear-r6250.dts        |  3 -
 arch/arm/boot/dts/bcm4708-netgear-r6300-v2.dts     | 15 +++-
 arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts      | 10 ---
 arch/arm/boot/dts/bcm4708.dtsi                     |  8 ++
 arch/arm/boot/dts/bcm47081-asus-rt-n18u.dts        | 14 +++-
 arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dts | 16 ++--
 arch/arm/boot/dts/bcm47081-buffalo-wzr-900dhp.dts  | 12 ++-
 arch/arm/boot/dts/bcm47081-tplink-archer-c5-v2.dts | 98 ++++++++++++++++++++++
 arch/arm/boot/dts/bcm47081.dtsi                    | 20 ++++-
 arch/arm/boot/dts/bcm4709-asus-rt-ac87u.dts        | 14 +++-
 arch/arm/boot/dts/bcm4709-buffalo-wxr-1900dhp.dts  |  8 --
 arch/arm/boot/dts/bcm4709-linksys-ea9200.dts       | 42 ++++++++++
 arch/arm/boot/dts/bcm4709-netgear-r7000.dts        | 19 +++--
 arch/arm/boot/dts/bcm4709-netgear-r8000.dts        | 41 ++++++---
 arch/arm/boot/dts/bcm4709-tplink-archer-c9-v1.dts  |  8 --
 arch/arm/boot/dts/bcm47094-dlink-dir-885l.dts      | 18 ++--
 arch/arm/boot/dts/bcm47094-linksys-panamera.dts    | 36 ++++++++
 arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dts      |  8 --
 arch/arm/boot/dts/bcm47094-netgear-r8500.dts       |  6 --
 arch/arm/boot/dts/bcm47189-tenda-ac9.dts           | 39 ++++++++-
 arch/arm/boot/dts/bcm5301x.dtsi                    | 81 +++++++++++++-----
 arch/arm/boot/dts/bcm53573.dtsi                    | 10 ++-
 arch/arm/boot/dts/bcm94708.dts                     |  8 --
 arch/arm/boot/dts/bcm94709.dts                     |  8 --
 arch/arm/boot/dts/bcm953012er.dts                  |  8 --
 arch/arm/boot/dts/bcm953012hr.dts                  | 97 +++++++++++++++++++++
 arch/arm/boot/dts/bcm953012k.dts                   | 62 +++++++++++++-
 arch/arm/boot/dts/bcm958522er.dts                  | 10 ++-
 arch/arm/boot/dts/bcm958525er.dts                  | 10 ++-
 arch/arm/boot/dts/bcm958525xmc.dts                 | 10 +++
 arch/arm/boot/dts/bcm958622hr.dts                  | 10 ++-
 arch/arm/boot/dts/bcm958623hr.dts                  | 10 ++-
 arch/arm/boot/dts/bcm958625hr.dts                  |  8 ++
 arch/arm/boot/dts/bcm958625k.dts                   |  8 ++
 arch/arm/boot/dts/bcm988312hr.dts                  | 10 ++-
 44 files changed, 814 insertions(+), 167 deletions(-)
 create mode 100644 arch/arm/boot/dts/bcm4708-linksys-ea6300-v1.dts
 create mode 100644 arch/arm/boot/dts/bcm47081-tplink-archer-c5-v2.dts
 create mode 100644 arch/arm/boot/dts/bcm4709-linksys-ea9200.dts
 create mode 100644 arch/arm/boot/dts/bcm47094-linksys-panamera.dts
 create mode 100644 arch/arm/boot/dts/bcm953012hr.dts

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

* [GIT PULL 3/7] Broadcom devicetree-arm64 changes for 4.12
  2017-03-24 17:58 [GIT PULL 1/7] Broadcom soc changes for 4.12 Florian Fainelli
  2017-03-24 17:58 ` [GIT PULL 2/7] Broadcom devicetree " Florian Fainelli
@ 2017-03-24 17:58 ` Florian Fainelli
  2017-03-31  9:53   ` Arnd Bergmann
  2017-03-24 17:58 ` [GIT PULL 4/7] Broadcom maintainers " Florian Fainelli
                   ` (4 subsequent siblings)
  6 siblings, 1 reply; 18+ messages in thread
From: Florian Fainelli @ 2017-03-24 17:58 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

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

for you to fetch changes up to 231b362aec8c38a35bdbb2456c42b503ad6ce620:

  arm64: dts: NS2: convert "ok" to "okay" (2017-03-15 14:54:21 -0700)

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

- Rob enables the cryptographic block on Northstar 2 (SPU) by adding the proper
  Device Tree nodes

- Jon replaces all occurences of: status = "ok" with status = "okay" to better
  conform to the Device Tree specification

----------------------------------------------------------------
Jon Mason (1):
      arm64: dts: NS2: convert "ok" to "okay"

Rob Rice (1):
      arm64: dts: NS2: Add Broadcom SPU driver DT entry

 arch/arm64/boot/dts/broadcom/ns2-svk.dts | 38 ++++++++++++++++----------------
 arch/arm64/boot/dts/broadcom/ns2-xmc.dts | 20 ++++++++---------
 arch/arm64/boot/dts/broadcom/ns2.dtsi    | 24 ++++++++++++++++++++
 3 files changed, 53 insertions(+), 29 deletions(-)

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

* [GIT PULL 4/7] Broadcom maintainers changes for 4.12
  2017-03-24 17:58 [GIT PULL 1/7] Broadcom soc changes for 4.12 Florian Fainelli
  2017-03-24 17:58 ` [GIT PULL 2/7] Broadcom devicetree " Florian Fainelli
  2017-03-24 17:58 ` [GIT PULL 3/7] Broadcom devicetree-arm64 " Florian Fainelli
@ 2017-03-24 17:58 ` Florian Fainelli
  2017-03-31  8:56   ` Arnd Bergmann
  2017-03-24 17:58 ` [GIT PULL 5/7] Broadcom defconfig " Florian Fainelli
                   ` (3 subsequent siblings)
  6 siblings, 1 reply; 18+ messages in thread
From: Florian Fainelli @ 2017-03-24 17:58 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

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

for you to fetch changes up to 38b06b9d00f7d4907fc18866ec766253aa34f1c6:

  Merge tag 'bcm2835-maintainers-next-2017-03-21' into maintainers/next (2017-03-24 10:14:50 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoCs MAINTAINERS file updates for
4.12, please pull the following:

- Jon adds himself as a maintainer for the BCM5301X SoCs (Northstar) since he has
  been contributing changes to these platforms for a while now

- Stephen Warren removes himself from the BCM2835 maintainers (Rasperrby Pi) since
  in his own words he has not been active that much lately

- Eric adds Stefan Wahren as a maintainer for the BCM2835 platform since he has
  been very active on it for neary 2 years now

----------------------------------------------------------------
Eric Anholt (1):
      MAINTAINERS: Add Stefan Wahren to bcm2835.

Florian Fainelli (1):
      Merge tag 'bcm2835-maintainers-next-2017-03-21' into maintainers/next

Jon Mason (1):
      MAINTAINERS: Add Jon Mason to BCM5301X maintainers

Stephen Warren (1):
      MAINTAINERS: remove swarren from bcm2835

 MAINTAINERS | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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

* [GIT PULL 5/7] Broadcom defconfig changes for 4.12
  2017-03-24 17:58 [GIT PULL 1/7] Broadcom soc changes for 4.12 Florian Fainelli
                   ` (2 preceding siblings ...)
  2017-03-24 17:58 ` [GIT PULL 4/7] Broadcom maintainers " Florian Fainelli
@ 2017-03-24 17:58 ` Florian Fainelli
  2017-03-31  9:01   ` Arnd Bergmann
  2017-03-24 17:58 ` [GIT PULL 6/7] Broadcom defconfig-arm64 " Florian Fainelli
                   ` (2 subsequent siblings)
  6 siblings, 1 reply; 18+ messages in thread
From: Florian Fainelli @ 2017-03-24 17:58 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

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

for you to fetch changes up to f880c8fd8cfb3bcb77a219c00de45ad0a8386d23:

  Merge tag 'bcm2835-defconfig-next-2017-03-21' into defconfig/next (2017-03-24 10:13:25 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoCs defconfig updates for 4.12,
please pull the following:

- Gerd enables the BCM2835 MMC driver which yields better performance than the
  default one (iProc)

----------------------------------------------------------------
Florian Fainelli (1):
      Merge tag 'bcm2835-defconfig-next-2017-03-21' into defconfig/next

Gerd Hoffmann (1):
      arm: set CONFIG_MMC_BCM2835=y in bcm2835_defconfig and multi_v7_defconfig

Stefan Wahren (1):
      ARM: bcm2835: Enable missing CMA settings for VC4 driver

 arch/arm/configs/bcm2835_defconfig  | 5 +++--
 arch/arm/configs/multi_v7_defconfig | 1 +
 2 files changed, 4 insertions(+), 2 deletions(-)

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

* [GIT PULL 6/7] Broadcom defconfig-arm64 changes for 4.12
  2017-03-24 17:58 [GIT PULL 1/7] Broadcom soc changes for 4.12 Florian Fainelli
                   ` (3 preceding siblings ...)
  2017-03-24 17:58 ` [GIT PULL 5/7] Broadcom defconfig " Florian Fainelli
@ 2017-03-24 17:58 ` Florian Fainelli
  2017-03-31  9:04   ` Arnd Bergmann
  2017-03-24 17:58 ` [GIT PULL 7/7] Broadcom drivers " Florian Fainelli
  2017-03-30 15:29 ` [GIT PULL 1/7] Broadcom soc " Arnd Bergmann
  6 siblings, 1 reply; 18+ messages in thread
From: Florian Fainelli @ 2017-03-24 17:58 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

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

for you to fetch changes up to 1aaf0f47350ef912dd65d58cd94d4976b02e78c7:

  Merge tag 'bcm2835-defconfig-64-next-2017-03-21' into defconfig-arm64/next (2017-03-24 10:14:14 -0700)

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

- Gerd enables the BCM2835 MMC driver which yields better performance than the
  default one (iProc)

----------------------------------------------------------------
Florian Fainelli (1):
      Merge tag 'bcm2835-defconfig-64-next-2017-03-21' into defconfig-arm64/next

Gerd Hoffmann (1):
      arm64: set CONFIG_MMC_BCM2835=y in defconfig

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

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

* [GIT PULL 7/7] Broadcom drivers changes for 4.12
  2017-03-24 17:58 [GIT PULL 1/7] Broadcom soc changes for 4.12 Florian Fainelli
                   ` (4 preceding siblings ...)
  2017-03-24 17:58 ` [GIT PULL 6/7] Broadcom defconfig-arm64 " Florian Fainelli
@ 2017-03-24 17:58 ` Florian Fainelli
  2017-03-31  8:59   ` Arnd Bergmann
  2017-03-30 15:29 ` [GIT PULL 1/7] Broadcom soc " Arnd Bergmann
  6 siblings, 1 reply; 18+ messages in thread
From: Florian Fainelli @ 2017-03-24 17:58 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

  http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.12/drivers

for you to fetch changes up to bd0faf08dc7fcb3e555b35f556c9012b3c93de3b:

  soc: bcm: brcmstb: Match additional compatible strings (2017-03-05 17:00:57 -0800)

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

- Florian updates the Broadcom STB GISB arbiter driver with a bunch of
  compatible strings for MIPS-based STBs found under arch/mips/boot/dts/brcm/ in
  order for the SoC identification driver to recognize these chips

----------------------------------------------------------------
Florian Fainelli (1):
      soc: bcm: brcmstb: Match additional compatible strings

 drivers/soc/bcm/brcmstb/common.c | 9 +++++++++
 1 file changed, 9 insertions(+)

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

* [GIT PULL 2/7] Broadcom devicetree changes for 4.12
  2017-03-24 17:58 ` [GIT PULL 2/7] Broadcom devicetree " Florian Fainelli
@ 2017-03-25 21:33   ` Baruch Siach
  2017-03-27 17:14     ` Eric Anholt
  2017-03-31 10:04   ` Arnd Bergmann
  1 sibling, 1 reply; 18+ messages in thread
From: Baruch Siach @ 2017-03-25 21:33 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Florian,

On Fri, Mar 24, 2017 at 10:58:02AM -0700, Florian Fainelli wrote:
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
> 
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
> 
> are available in the git repository at:
> 
>   http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.12/devicetree
> 
> for you to fetch changes up to 414ce21ae20547e0eea72fe0c4e8ee3280d30888:
> 
>   Merge tag 'bcm2835-dt-next-2017-03-21' into devicetree/next (2017-03-24 10:12:31 -0700)
> 
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM-based SoCs Device Tree updates for
> 4.12, please pull the following:

What about my dts fixes that were in the delayed 4.11 pull request[1]?

[1] http://lists.infradead.org/pipermail/linux-arm-kernel/2017-March/491554.html

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -

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

* [GIT PULL 2/7] Broadcom devicetree changes for 4.12
  2017-03-25 21:33   ` Baruch Siach
@ 2017-03-27 17:14     ` Eric Anholt
  2017-03-27 19:52       ` Florian Fainelli
  0 siblings, 1 reply; 18+ messages in thread
From: Eric Anholt @ 2017-03-27 17:14 UTC (permalink / raw)
  To: linux-arm-kernel

Baruch Siach <baruch@tkos.co.il> writes:

> Hi Florian,
>
> On Fri, Mar 24, 2017 at 10:58:02AM -0700, Florian Fainelli wrote:
>> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
>> 
>>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
>> 
>> are available in the git repository at:
>> 
>>   http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.12/devicetree
>> 
>> for you to fetch changes up to 414ce21ae20547e0eea72fe0c4e8ee3280d30888:
>> 
>>   Merge tag 'bcm2835-dt-next-2017-03-21' into devicetree/next (2017-03-24 10:12:31 -0700)
>> 
>> ----------------------------------------------------------------
>> This pull request contains Broadcom ARM-based SoCs Device Tree updates for
>> 4.12, please pull the following:
>
> What about my dts fixes that were in the delayed 4.11 pull request[1]?
>
> [1] http://lists.infradead.org/pipermail/linux-arm-kernel/2017-March/491554.html

I'm verry sorry to have misplaced those.  I've put them back on dt-next,
pushed, and will get a PR out after kbuild comes back clean.

(I thought that the 4.11 PR had got backed off to before the clk merge,
not discarded)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 832 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20170327/282c168c/attachment.sig>

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

* [GIT PULL 2/7] Broadcom devicetree changes for 4.12
  2017-03-27 17:14     ` Eric Anholt
@ 2017-03-27 19:52       ` Florian Fainelli
  0 siblings, 0 replies; 18+ messages in thread
From: Florian Fainelli @ 2017-03-27 19:52 UTC (permalink / raw)
  To: linux-arm-kernel

On 03/27/2017 10:14 AM, Eric Anholt wrote:
> Baruch Siach <baruch@tkos.co.il> writes:
> 
>> Hi Florian,
>>
>> On Fri, Mar 24, 2017 at 10:58:02AM -0700, Florian Fainelli wrote:
>>> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
>>>
>>>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
>>>
>>> are available in the git repository at:
>>>
>>>   http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.12/devicetree
>>>
>>> for you to fetch changes up to 414ce21ae20547e0eea72fe0c4e8ee3280d30888:
>>>
>>>   Merge tag 'bcm2835-dt-next-2017-03-21' into devicetree/next (2017-03-24 10:12:31 -0700)
>>>
>>> ----------------------------------------------------------------
>>> This pull request contains Broadcom ARM-based SoCs Device Tree updates for
>>> 4.12, please pull the following:
>>
>> What about my dts fixes that were in the delayed 4.11 pull request[1]?
>>
>> [1] http://lists.infradead.org/pipermail/linux-arm-kernel/2017-March/491554.html
> 
> I'm verry sorry to have misplaced those.  I've put them back on dt-next,
> pushed, and will get a PR out after kbuild comes back clean.
> 
> (I thought that the 4.11 PR had got backed off to before the clk merge,
> not discarded)

That should have been how I was supposed to handle it, but unfortunately
I did not.

Thanks to both of you for your patience, we'll definitively avoid doing
that again in the future...
-- 
Florian

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

* [GIT PULL 1/7] Broadcom soc changes for 4.12
  2017-03-24 17:58 [GIT PULL 1/7] Broadcom soc changes for 4.12 Florian Fainelli
                   ` (5 preceding siblings ...)
  2017-03-24 17:58 ` [GIT PULL 7/7] Broadcom drivers " Florian Fainelli
@ 2017-03-30 15:29 ` Arnd Bergmann
  2017-03-31  8:53   ` Arnd Bergmann
  6 siblings, 1 reply; 18+ messages in thread
From: Arnd Bergmann @ 2017-03-30 15:29 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Mar 24, 2017 at 6:58 PM, Florian Fainelli <f.fainelli@gmail.com> wrote:
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
>
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
>
> are available in the git repository at:
>
>   http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.12/soc
>
> for you to fetch changes up to d47b51ad31e21ab8129da64d42e2fc48e7a215eb:
>
>   ARM: brcmstb: Add entry for 7260 (2017-03-15 14:57:50 -0700)
>
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM-based SoC Kconfig/platform changes for
> 4.12, please pull the following:
>
> - Al enables ZONE_DMA for BRCMSTB platforms since a bunch of on-chip
>   peripherals such as USB (OHCI and EHCI) and SDHCI cannot support physical
>   addresses > 32-bit. This is only required when ARM_LPAE is enabled
>
> - Danesh enables ARCH_HAS_HOLES_MEMORYMODEL in order for the kernel to provide
>   a pfn_valid() implementation despite BRCMSTB enabling the SPARSEMEM model by
>   default.
>
> - Florian adds support for a new 28nm generation chip: 7260 by updating the
>   runtime detection UART debuggin stub used for DEBUG_LL.
>

I tried pulling this, but github appears to be particularly slow today, so
I deferred all your branches for the moment. We'll get there.

       Arnd

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

* [GIT PULL 1/7] Broadcom soc changes for 4.12
  2017-03-30 15:29 ` [GIT PULL 1/7] Broadcom soc " Arnd Bergmann
@ 2017-03-31  8:53   ` Arnd Bergmann
  0 siblings, 0 replies; 18+ messages in thread
From: Arnd Bergmann @ 2017-03-31  8:53 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Mar 30, 2017 at 5:29 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> On Fri, Mar 24, 2017 at 6:58 PM, Florian Fainelli <f.fainelli@gmail.com> wrote:
>> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
>>
>>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
>>
>> are available in the git repository at:
>>
>>   http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.12/soc
>>
>> for you to fetch changes up to d47b51ad31e21ab8129da64d42e2fc48e7a215eb:
>>
>>   ARM: brcmstb: Add entry for 7260 (2017-03-15 14:57:50 -0700)
>>
>> ----------------------------------------------------------------
>> This pull request contains Broadcom ARM-based SoC Kconfig/platform changes for
>> 4.12, please pull the following:
>>
>> - Al enables ZONE_DMA for BRCMSTB platforms since a bunch of on-chip
>>   peripherals such as USB (OHCI and EHCI) and SDHCI cannot support physical
>>   addresses > 32-bit. This is only required when ARM_LPAE is enabled
>>
>> - Danesh enables ARCH_HAS_HOLES_MEMORYMODEL in order for the kernel to provide
>>   a pfn_valid() implementation despite BRCMSTB enabling the SPARSEMEM model by
>>   default.
>>
>> - Florian adds support for a new 28nm generation chip: 7260 by updating the
>>   runtime detection UART debuggin stub used for DEBUG_LL.
>>
>
> I tried pulling this, but github appears to be particularly slow today, so
> I deferred all your branches for the moment. We'll get there.

Pulled into next/soc now, thanks.
(I did a 'git remote add', 'git fetch' on your tree overnight and now have all
the branches).

       Arnd

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

* [GIT PULL 4/7] Broadcom maintainers changes for 4.12
  2017-03-24 17:58 ` [GIT PULL 4/7] Broadcom maintainers " Florian Fainelli
@ 2017-03-31  8:56   ` Arnd Bergmann
  0 siblings, 0 replies; 18+ messages in thread
From: Arnd Bergmann @ 2017-03-31  8:56 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Mar 24, 2017 at 6:58 PM, Florian Fainelli <f.fainelli@gmail.com> wrote:
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
>
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
>
> are available in the git repository at:
>
>   http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.12/maintainers
>
> for you to fetch changes up to 38b06b9d00f7d4907fc18866ec766253aa34f1c6:
>
>   Merge tag 'bcm2835-maintainers-next-2017-03-21' into maintainers/next (2017-03-24 10:14:50 -0700)
>
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM-based SoCs MAINTAINERS file updates for
> 4.12, please pull the following:
>
> - Jon adds himself as a maintainer for the BCM5301X SoCs (Northstar) since he has
>   been contributing changes to these platforms for a while now
>
> - Stephen Warren removes himself from the BCM2835 maintainers (Rasperrby Pi) since
>   in his own words he has not been active that much lately
>
> - Eric adds Stefan Wahren as a maintainer for the BCM2835 platform since he has
>   been very active on it for neary 2 years now

Pulled into next/fixes-non-critical, thanks

       Arnd

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

* [GIT PULL 7/7] Broadcom drivers changes for 4.12
  2017-03-24 17:58 ` [GIT PULL 7/7] Broadcom drivers " Florian Fainelli
@ 2017-03-31  8:59   ` Arnd Bergmann
  0 siblings, 0 replies; 18+ messages in thread
From: Arnd Bergmann @ 2017-03-31  8:59 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Mar 24, 2017 at 6:58 PM, Florian Fainelli <f.fainelli@gmail.com> wrote:
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
>
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
>
> are available in the git repository at:
>
>   http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.12/drivers
>
> for you to fetch changes up to bd0faf08dc7fcb3e555b35f556c9012b3c93de3b:
>
>   soc: bcm: brcmstb: Match additional compatible strings (2017-03-05 17:00:57 -0800)
>
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM-based SoC drivers updates for 4.12,
> please pull the following changes:
>
> - Florian updates the Broadcom STB GISB arbiter driver with a bunch of
>   compatible strings for MIPS-based STBs found under arch/mips/boot/dts/brcm/ in
>   order for the SoC identification driver to recognize these chips

Pulled into next/drivers, thanks!

      Arnd

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

* [GIT PULL 5/7] Broadcom defconfig changes for 4.12
  2017-03-24 17:58 ` [GIT PULL 5/7] Broadcom defconfig " Florian Fainelli
@ 2017-03-31  9:01   ` Arnd Bergmann
  0 siblings, 0 replies; 18+ messages in thread
From: Arnd Bergmann @ 2017-03-31  9:01 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Mar 24, 2017 at 6:58 PM, Florian Fainelli <f.fainelli@gmail.com> wrote:
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
>
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
>
> are available in the git repository at:
>
>   http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.12/defconfig
>
> for you to fetch changes up to f880c8fd8cfb3bcb77a219c00de45ad0a8386d23:
>
>   Merge tag 'bcm2835-defconfig-next-2017-03-21' into defconfig/next (2017-03-24 10:13:25 -0700)
>
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM-based SoCs defconfig updates for 4.12,
> please pull the following:
>
> - Gerd enables the BCM2835 MMC driver which yields better performance than the
>   default one (iProc)
>
Pulled into next/defconfig, thanks!

      Arnd

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

* [GIT PULL 6/7] Broadcom defconfig-arm64 changes for 4.12
  2017-03-24 17:58 ` [GIT PULL 6/7] Broadcom defconfig-arm64 " Florian Fainelli
@ 2017-03-31  9:04   ` Arnd Bergmann
  0 siblings, 0 replies; 18+ messages in thread
From: Arnd Bergmann @ 2017-03-31  9:04 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Mar 24, 2017 at 6:58 PM, Florian Fainelli <f.fainelli@gmail.com> wrote:
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
>
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
>
> are available in the git repository at:
>
>   http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.12/defconfig-arm64
>
> for you to fetch changes up to 1aaf0f47350ef912dd65d58cd94d4976b02e78c7:
>
>   Merge tag 'bcm2835-defconfig-64-next-2017-03-21' into defconfig-arm64/next (2017-03-24 10:14:14 -0700)
>
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM64-based SoCs defconfig updates for
> 4.12, please pull the following:
>
> - Gerd enables the BCM2835 MMC driver which yields better performance than the
>   default one (iProc)
>

Pulled into next/arm64, thanks!

      Arnd

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

* [GIT PULL 3/7] Broadcom devicetree-arm64 changes for 4.12
  2017-03-24 17:58 ` [GIT PULL 3/7] Broadcom devicetree-arm64 " Florian Fainelli
@ 2017-03-31  9:53   ` Arnd Bergmann
  0 siblings, 0 replies; 18+ messages in thread
From: Arnd Bergmann @ 2017-03-31  9:53 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Mar 24, 2017 at 6:58 PM, Florian Fainelli <f.fainelli@gmail.com> wrote:
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM64-based SoCs Device Tree updates for
> 4.12, please pull the following:
>
> - Rob enables the cryptographic block on Northstar 2 (SPU) by adding the proper
>   Device Tree nodes
>
> - Jon replaces all occurences of: status = "ok" with status = "okay" to better
>   conform to the Device Tree specification

Pulled into next/dt64, thanks!

        Arnd

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

* [GIT PULL 2/7] Broadcom devicetree changes for 4.12
  2017-03-24 17:58 ` [GIT PULL 2/7] Broadcom devicetree " Florian Fainelli
  2017-03-25 21:33   ` Baruch Siach
@ 2017-03-31 10:04   ` Arnd Bergmann
  1 sibling, 0 replies; 18+ messages in thread
From: Arnd Bergmann @ 2017-03-31 10:04 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Mar 24, 2017 at 6:58 PM, Florian Fainelli <f.fainelli@gmail.com> wrote:
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
>
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
>
> are available in the git repository at:
>
>   http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.12/devicetree
>
> for you to fetch changes up to 414ce21ae20547e0eea72fe0c4e8ee3280d30888:
>
>   Merge tag 'bcm2835-dt-next-2017-03-21' into devicetree/next (2017-03-24 10:12:31 -0700)
>
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM-based SoCs Device Tree updates for
> 4.12, please pull the following:
>
> - Rafal:
>
>         * adds basic support for the Linksys EA9200, Linksys EA6300 V1, Linksys
>           EA9500, TP-Link Archer C5 V2 which are all based on BCM470x SoCs with
>           a bunch of BCM43602 radios.
>
>         * updates the BCM5301X DTS and DTS include file and moves the serial
>           console parameters to the DTS include file since all BCM5301X that we have so
>           far are consistent in using the same UART. He also does the same for the
>           BCM53573 DTS.
>
>         * makes some updates to the Tenda AC9 platform by describing its
>           PCIe controllers and endpoints in order to be able to represent GPIOs attached
>           to the on-chip Wi-Fi module. Once done, he adds the 2Ghz LED which is connected
>           to one of these GPIOs.
>
>         * re-licenses the DTS files he created to the ISC license
>
>         * removes the use of the non-existend "default-off" LED trigger in the
>           BCM53573 and BCM5301X DTS files
>
> - Aditya adds missing Netgear R8000 LEDS and keys for WAN status LEDS and brightness
>
> - Jon:
>         * adds NAND controller Device Tree nodes to the BCM953012K reference board
>
>         * converts the BCM5301X SoC to use the recently introduced Broadcom QSPI controller
>           Device Tree nodes.
>
>         * fixes the GIC PPI interrupt flags that the kernel now
>           reports about.
>
>         * adds ARM TWD watchdog entries to the BCM5301X DTS include file
>         * adds I2C entries to the BCM5301X DTS include files.
>
>         * disables i2c by default in the Northstar Plus DTS include file, and
>          ,enables it at the board level instead.
>
>         * adds USB (OHCI & EHCI) Device Tree nodes to the Northstar Plus DTS
>           include files.
>
> - Steven adds the mailbox (PDC) unit and the crytographic unit (SPU) to the
>   Broadcom Northstar Plus SoC DTS include file. Steven also adds proper ethernet
>   aliases to the BCM53012HR board since some bootloaders require that for MAC address
>   patching.
>
> - Eric adds the DSI and its corresponding clock nodes to the BCM283x DTS files
>   but leaves them disabled by default (overlays should take care of enabling it)
>
> - Boris adds support for HDMI audio and related DMA channels to the BCM283x SoCs
>
> - Gerd adds support for the BCM2835 specific SDHCI controller to the BCM283x SoCs
>
> - Rob fixes the iProc msi-controller name and unit address now that DTC can produce
>   additional errors


Pulled into next/dt, thanks!

      Arnd

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

end of thread, other threads:[~2017-03-31 10:04 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-24 17:58 [GIT PULL 1/7] Broadcom soc changes for 4.12 Florian Fainelli
2017-03-24 17:58 ` [GIT PULL 2/7] Broadcom devicetree " Florian Fainelli
2017-03-25 21:33   ` Baruch Siach
2017-03-27 17:14     ` Eric Anholt
2017-03-27 19:52       ` Florian Fainelli
2017-03-31 10:04   ` Arnd Bergmann
2017-03-24 17:58 ` [GIT PULL 3/7] Broadcom devicetree-arm64 " Florian Fainelli
2017-03-31  9:53   ` Arnd Bergmann
2017-03-24 17:58 ` [GIT PULL 4/7] Broadcom maintainers " Florian Fainelli
2017-03-31  8:56   ` Arnd Bergmann
2017-03-24 17:58 ` [GIT PULL 5/7] Broadcom defconfig " Florian Fainelli
2017-03-31  9:01   ` Arnd Bergmann
2017-03-24 17:58 ` [GIT PULL 6/7] Broadcom defconfig-arm64 " Florian Fainelli
2017-03-31  9:04   ` Arnd Bergmann
2017-03-24 17:58 ` [GIT PULL 7/7] Broadcom drivers " Florian Fainelli
2017-03-31  8:59   ` Arnd Bergmann
2017-03-30 15:29 ` [GIT PULL 1/7] Broadcom soc " Arnd Bergmann
2017-03-31  8:53   ` 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.