All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/6] Broadcom defconfig changes for 4.19
@ 2018-07-09 15:30 Florian Fainelli
  2018-07-09 15:30 ` [GIT PULL 2/6] Broadcom defconfig-arm64 " Florian Fainelli
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Florian Fainelli @ 2018-07-09 15:30 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:

  Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)

are available in the git repository at:

  https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.19/defconfig

for you to fetch changes up to b0ba9fad81e419f85829c2a6925110d9714dd708:

  Merge tag 'bcm2835-defconfig-next-2018-07-03' into defconfig/next (2018-07-09 05:23:16 -0700)

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

- Stefan enables the Raspberry Pi voltage sensor driver (HWMON) in both
  multi_v7_defconfig and bcm2835_defconfig

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

Stefan Wahren (2):
      ARM: bcm2835_defconfig: Enable RPi voltage sensor
      ARM: multi_v7_defconfig: Enable RPi voltage sensor

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

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

* [GIT PULL 2/6] Broadcom defconfig-arm64 changes for 4.19
  2018-07-09 15:30 [GIT PULL 1/6] Broadcom defconfig changes for 4.19 Florian Fainelli
@ 2018-07-09 15:30 ` Florian Fainelli
  2018-07-14 21:10   ` Olof Johansson
  2018-07-09 15:30 ` [GIT PULL 3/6] Broadcom devicetree " Florian Fainelli
                   ` (4 subsequent siblings)
  5 siblings, 1 reply; 14+ messages in thread
From: Florian Fainelli @ 2018-07-09 15:30 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:

  Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)

are available in the git repository at:

  https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.19/defconfig-arm64

for you to fetch changes up to ec93d5a25f9f959e6c20351e74182ad4bfa85716:

  Merge tag 'bcm2835-defconfig-64-next-2018-07-03' into defconfig-arm64/next (2018-07-09 05:23:47 -0700)

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

- Stefan enables the Raspberry Pi voltage sensor driver (HWMON) in the
  arm64 defconfig file

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

Stefan Wahren (1):
      arm64: defconfig: Enable RPi voltage sensor

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

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

* [GIT PULL 3/6] Broadcom devicetree changes for 4.19
  2018-07-09 15:30 [GIT PULL 1/6] Broadcom defconfig changes for 4.19 Florian Fainelli
  2018-07-09 15:30 ` [GIT PULL 2/6] Broadcom defconfig-arm64 " Florian Fainelli
@ 2018-07-09 15:30 ` Florian Fainelli
  2018-07-14 21:11   ` Olof Johansson
  2018-07-09 15:30 ` [GIT PULL 4/6] Broadcom devicetree-arm64 " Florian Fainelli
                   ` (3 subsequent siblings)
  5 siblings, 1 reply; 14+ messages in thread
From: Florian Fainelli @ 2018-07-09 15:30 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:

  Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)

are available in the git repository at:

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

for you to fetch changes up to 3be77fe8c3f138cbab68d9c745c2038607286b24:

  Merge tag 'bcm2835-dt-next-2018-07-03' into devicetree/next (2018-07-09 08:12:15 -0700)

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

- Clement adds ethernet aliases to the Cygnus DTS include file such that
  a DT aware bootloader such as u-boot can properly insert MAC addresses

- Mohamed adds a Device Tree node for the HWRNG found on Cygnus SoCs

- Vivek migrates all the BCM5301x (Northstar) Device Tree sources to use
  the proper USB 3.0 PHY representation using its parent MDIO bus.
  Vivek also completes the Linksys EA9500 Device Tree by adding support
  for LEDs, internal and external switches.

- Rafal adds the ARM architected timer to the BCM53573 Device Tree
  include file.

- Eric adds the Performance Monitoring Unit to the BCM2837 DTS include
  file since it was absent before

- Boris adds the BCM283x transposer block to the Device Tree

- Stefan adds the Raspberry Pi Compute Module (CM1) Device Tree include
  and sources.

----------------------------------------------------------------
Boris Brezillon (1):
      ARM: dts: bcm283x: Add Transposer block

Cl?ment P?ron (1):
      ARM: dts: cygnus: add ethernet0 alias

Eric Anholt (1):
      ARM: dts: bcm283x: Add the PMU to the devicetree.

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

Mohamed Ismail Abdul Packir Mohamed (1):
      ARM: dts: cygnus: enable iproc-hwrng

Rafa? Mi?ecki (1):
      ARM: dts: BCM53573: Add architected timer

Stefan Wahren (1):
      ARM: dts: add Raspberry Pi Compute Module and IO board

Vivek Unune (2):
      ARM: dts: BCM5301X: Make USB 3.0 PHY use MDIO PHY driver
      ARM: dts: BCM5301X: Add support for Linksys EA9500

 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/bcm-cygnus.dtsi                  |   9 +
 arch/arm/boot/dts/bcm2835-rpi-cm1-io1.dts          |  88 ++++++++
 arch/arm/boot/dts/bcm2835-rpi-cm1.dtsi             |  34 +++
 arch/arm/boot/dts/bcm2837.dtsi                     |   6 +
 arch/arm/boot/dts/bcm283x.dtsi                     |   6 +
 arch/arm/boot/dts/bcm4708-asus-rt-ac56u.dts        |   4 +
 arch/arm/boot/dts/bcm4708-asus-rt-ac68u.dts        |   4 +
 arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts  |   4 +
 arch/arm/boot/dts/bcm4708-linksys-ea6300-v1.dts    |   4 +
 arch/arm/boot/dts/bcm4708-luxul-xap-1510.dts       |   4 +
 arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts       |   4 +
 arch/arm/boot/dts/bcm4708-netgear-r6250.dts        |   4 +
 arch/arm/boot/dts/bcm4708-netgear-r6300-v2.dts     |   4 +
 arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts      |   4 +
 arch/arm/boot/dts/bcm47081-asus-rt-n18u.dts        |   4 +
 arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dts |   4 +
 arch/arm/boot/dts/bcm47081-buffalo-wzr-900dhp.dts  |   4 +
 arch/arm/boot/dts/bcm47081-luxul-xap-1410.dts      |   4 +
 arch/arm/boot/dts/bcm47081-luxul-xwr-1200.dts      |   4 +
 arch/arm/boot/dts/bcm47081-tplink-archer-c5-v2.dts |   4 +
 arch/arm/boot/dts/bcm4709-asus-rt-ac87u.dts        |   4 +
 arch/arm/boot/dts/bcm4709-buffalo-wxr-1900dhp.dts  |   4 +
 arch/arm/boot/dts/bcm4709-linksys-ea9200.dts       |   4 +
 arch/arm/boot/dts/bcm4709-netgear-r7000.dts        |   4 +
 arch/arm/boot/dts/bcm4709-netgear-r8000.dts        |   4 +
 arch/arm/boot/dts/bcm4709-tplink-archer-c9-v1.dts  |   4 +
 arch/arm/boot/dts/bcm47094-dlink-dir-885l.dts      |   4 +
 arch/arm/boot/dts/bcm47094-linksys-panamera.dts    | 233 +++++++++++++++++++++
 arch/arm/boot/dts/bcm47094-luxul-abr-4500.dts      |   4 +
 arch/arm/boot/dts/bcm47094-luxul-xbr-4500.dts      |   4 +
 arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dts      |   4 +
 arch/arm/boot/dts/bcm47094-netgear-r8500.dts       |   4 +
 arch/arm/boot/dts/bcm47094.dtsi                    |   7 +-
 arch/arm/boot/dts/bcm5301x.dtsi                    |  35 +++-
 arch/arm/boot/dts/bcm53573.dtsi                    |   8 +
 arch/arm/boot/dts/bcm94708.dts                     |   4 +
 arch/arm/boot/dts/bcm94709.dts                     |   4 +
 arch/arm/boot/dts/bcm953012er.dts                  |   4 +
 arch/arm/boot/dts/bcm953012hr.dts                  |   4 +
 arch/arm/boot/dts/bcm953012k.dts                   |   4 +
 41 files changed, 540 insertions(+), 11 deletions(-)
 create mode 100644 arch/arm/boot/dts/bcm2835-rpi-cm1-io1.dts
 create mode 100644 arch/arm/boot/dts/bcm2835-rpi-cm1.dtsi

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

* [GIT PULL 4/6] Broadcom devicetree-arm64 changes for 4.19
  2018-07-09 15:30 [GIT PULL 1/6] Broadcom defconfig changes for 4.19 Florian Fainelli
  2018-07-09 15:30 ` [GIT PULL 2/6] Broadcom defconfig-arm64 " Florian Fainelli
  2018-07-09 15:30 ` [GIT PULL 3/6] Broadcom devicetree " Florian Fainelli
@ 2018-07-09 15:30 ` Florian Fainelli
  2018-07-14 21:11   ` Olof Johansson
  2018-07-09 15:30 ` [GIT PULL 5/6] Broadcom drivers " Florian Fainelli
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 14+ messages in thread
From: Florian Fainelli @ 2018-07-09 15:30 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:

  Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)

are available in the git repository at:

  https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.19/devicetree-arm64

for you to fetch changes up to a0061fc283bc4f8ac5f7f4b717ca089100124518:

  arm64: dts: Update Stingray clock DT nodes (2018-06-26 15:40:12 -0700)

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

- Scott does a bunch of updates to the Stingray DTS and DTS include
  files to better support the addition of new boards. Scott also adds
  the Stingray OTP Device Tree node

- Pramod updates the Stingray clocks such that they match the latest
  revision of the ASIC and datasheets

----------------------------------------------------------------
Pramod Kumar (1):
      arm64: dts: Update Stingray clock DT nodes

Scott Branden (2):
      arm64: dts: stingray: move common board components to stingray-board-base
      arm64: dts: stingray: Add OTP device node

 .../boot/dts/broadcom/stingray/bcm958742-base.dtsi | 35 +--------------
 .../dts/broadcom/stingray/stingray-board-base.dtsi | 51 ++++++++++++++++++++++
 .../boot/dts/broadcom/stingray/stingray-clock.dtsi | 26 ++++++++---
 .../arm64/boot/dts/broadcom/stingray/stingray.dtsi |  7 +++
 4 files changed, 78 insertions(+), 41 deletions(-)
 create mode 100644 arch/arm64/boot/dts/broadcom/stingray/stingray-board-base.dtsi

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

* [GIT PULL 5/6] Broadcom drivers changes for 4.19
  2018-07-09 15:30 [GIT PULL 1/6] Broadcom defconfig changes for 4.19 Florian Fainelli
                   ` (2 preceding siblings ...)
  2018-07-09 15:30 ` [GIT PULL 4/6] Broadcom devicetree-arm64 " Florian Fainelli
@ 2018-07-09 15:30 ` Florian Fainelli
  2018-07-09 17:49   ` Florian Fainelli
  2018-07-09 15:30 ` [GIT PULL 6/6] Broadcom soc " Florian Fainelli
  2018-07-14 21:08 ` [GIT PULL 1/6] Broadcom defconfig " Olof Johansson
  5 siblings, 1 reply; 14+ messages in thread
From: Florian Fainelli @ 2018-07-09 15:30 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:

  Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)

are available in the git repository at:

  https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.19/drivers

for you to fetch changes up to 25ee284c21a8d950af463d4235995eeecc5fc70b:

  Merge tag 'bcm2835-drivers-next-2018-07-03' into drivers/next (2018-07-09 05:22:16 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM/ARM64/MIPS SoCs drivers changes
for 4.19, please pull the following:

- Doug updates the low-level suspend/resume code for ARM SoCs to support
  the latest rev B3.0 memory controllers found on newer chips with an
  appropriate match structure to perform the correct entry sequencing

- Florian updates the Device Tree binding document for these memory
  controllers to list all possible compatible strings that exist given
   the supported memory controllers.

- Stefan adds the GET_THROTTLED firmware property value that is required
  for the Rasperry Pi voltage monitoring driver and updates the
  Raspberry Pi firmware driver accordingly to register such a device using
  the HWMON subsystem. Finally he adds support for reporting under
  voltage conditions using a specialized HWMON driver.

----------------------------------------------------------------
Doug Berger (1):
      soc: bcm: brcmstb: pm: Add support for newer rev B3.0 controllers

Florian Fainelli (2):
      soc: bcm: brcmstb: Add missing DDR MEMC compatible strings
      Merge tag 'bcm2835-drivers-next-2018-07-03' into drivers/next

Kees Cook (1):
      firmware: raspberrypi: Remove VLA usage

Stefan Wahren (3):
      ARM: bcm2835: Add GET_THROTTLED firmware property
      hwmon: Add support for RPi voltage sensor
      firmware: raspberrypi: Register hwmon driver

 .../devicetree/bindings/arm/bcm/brcm,brcmstb.txt   |   4 +
 Documentation/hwmon/raspberrypi-hwmon              |  22 +++
 drivers/firmware/raspberrypi.c                     |  29 +++-
 drivers/hwmon/Kconfig                              |  10 ++
 drivers/hwmon/Makefile                             |   1 +
 drivers/hwmon/raspberrypi-hwmon.c                  | 166 +++++++++++++++++++++
 drivers/soc/bcm/brcmstb/pm/pm-arm.c                |  16 ++
 include/soc/bcm2835/raspberrypi-firmware.h         |   1 +
 8 files changed, 247 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/hwmon/raspberrypi-hwmon
 create mode 100644 drivers/hwmon/raspberrypi-hwmon.c

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

* [GIT PULL 6/6] Broadcom soc changes for 4.19
  2018-07-09 15:30 [GIT PULL 1/6] Broadcom defconfig changes for 4.19 Florian Fainelli
                   ` (3 preceding siblings ...)
  2018-07-09 15:30 ` [GIT PULL 5/6] Broadcom drivers " Florian Fainelli
@ 2018-07-09 15:30 ` Florian Fainelli
  2018-07-14 21:12   ` Olof Johansson
  2018-07-14 21:08 ` [GIT PULL 1/6] Broadcom defconfig " Olof Johansson
  5 siblings, 1 reply; 14+ messages in thread
From: Florian Fainelli @ 2018-07-09 15:30 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:

  Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)

are available in the git repository at:

  https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.19/soc

for you to fetch changes up to f3f49e42c119f6fc7cd06ddae495915cf9f65654:

  ARM: debug: fix BCM2836 order entry (2018-06-18 09:30:14 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoCs platform changes for
4.19, please pull the following:

- Clement re-orders the UART debug entries to be in ascending order and
  he also adds the iProc UART3 debug address since that is a common
  location for iProc based designs.

----------------------------------------------------------------
Cl?ment Peron (2):
      ARM: debug: Add iProc UART3 debug addresses
      ARM: debug: fix BCM2836 order entry

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

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

* [GIT PULL 5/6] Broadcom drivers changes for 4.19
  2018-07-09 15:30 ` [GIT PULL 5/6] Broadcom drivers " Florian Fainelli
@ 2018-07-09 17:49   ` Florian Fainelli
  2018-07-14 21:15     ` Olof Johansson
  0 siblings, 1 reply; 14+ messages in thread
From: Florian Fainelli @ 2018-07-09 17:49 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Olof Kevin,

On 07/09/2018 08:30 AM, Florian Fainelli wrote:
> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
> 
>   Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
> 
> are available in the git repository at:
> 
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.19/drivers
> 
> for you to fetch changes up to 25ee284c21a8d950af463d4235995eeecc5fc70b:
> 
>   Merge tag 'bcm2835-drivers-next-2018-07-03' into drivers/next (2018-07-09 05:22:16 -0700)

I will be re-doing this one to squash this patch in:

https://patchwork.kernel.org/patch/10514987/

> 
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM/ARM64/MIPS SoCs drivers changes
> for 4.19, please pull the following:
> 
> - Doug updates the low-level suspend/resume code for ARM SoCs to support
>   the latest rev B3.0 memory controllers found on newer chips with an
>   appropriate match structure to perform the correct entry sequencing
> 
> - Florian updates the Device Tree binding document for these memory
>   controllers to list all possible compatible strings that exist given
>    the supported memory controllers.
> 
> - Stefan adds the GET_THROTTLED firmware property value that is required
>   for the Rasperry Pi voltage monitoring driver and updates the
>   Raspberry Pi firmware driver accordingly to register such a device using
>   the HWMON subsystem. Finally he adds support for reporting under
>   voltage conditions using a specialized HWMON driver.
> 
> ----------------------------------------------------------------
> Doug Berger (1):
>       soc: bcm: brcmstb: pm: Add support for newer rev B3.0 controllers
> 
> Florian Fainelli (2):
>       soc: bcm: brcmstb: Add missing DDR MEMC compatible strings
>       Merge tag 'bcm2835-drivers-next-2018-07-03' into drivers/next
> 
> Kees Cook (1):
>       firmware: raspberrypi: Remove VLA usage
> 
> Stefan Wahren (3):
>       ARM: bcm2835: Add GET_THROTTLED firmware property
>       hwmon: Add support for RPi voltage sensor
>       firmware: raspberrypi: Register hwmon driver
> 
>  .../devicetree/bindings/arm/bcm/brcm,brcmstb.txt   |   4 +
>  Documentation/hwmon/raspberrypi-hwmon              |  22 +++
>  drivers/firmware/raspberrypi.c                     |  29 +++-
>  drivers/hwmon/Kconfig                              |  10 ++
>  drivers/hwmon/Makefile                             |   1 +
>  drivers/hwmon/raspberrypi-hwmon.c                  | 166 +++++++++++++++++++++
>  drivers/soc/bcm/brcmstb/pm/pm-arm.c                |  16 ++
>  include/soc/bcm2835/raspberrypi-firmware.h         |   1 +
>  8 files changed, 247 insertions(+), 2 deletions(-)
>  create mode 100644 Documentation/hwmon/raspberrypi-hwmon
>  create mode 100644 drivers/hwmon/raspberrypi-hwmon.c
> 

-- 
Florian

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

* [GIT PULL 1/6] Broadcom defconfig changes for 4.19
  2018-07-09 15:30 [GIT PULL 1/6] Broadcom defconfig changes for 4.19 Florian Fainelli
                   ` (4 preceding siblings ...)
  2018-07-09 15:30 ` [GIT PULL 6/6] Broadcom soc " Florian Fainelli
@ 2018-07-14 21:08 ` Olof Johansson
  5 siblings, 0 replies; 14+ messages in thread
From: Olof Johansson @ 2018-07-14 21:08 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jul 09, 2018 at 08:30:30AM -0700, Florian Fainelli wrote:
> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
> 
>   Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
> 
> are available in the git repository at:
> 
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.19/defconfig
> 
> for you to fetch changes up to b0ba9fad81e419f85829c2a6925110d9714dd708:
> 
>   Merge tag 'bcm2835-defconfig-next-2018-07-03' into defconfig/next (2018-07-09 05:23:16 -0700)
> 
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM-based SoCs defconfig updates
> for 4.19, please pull the following:
> 
> - Stefan enables the Raspberry Pi voltage sensor driver (HWMON) in both
>   multi_v7_defconfig and bcm2835_defconfig

Merged, thanks!


-Olof

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

* [GIT PULL 2/6] Broadcom defconfig-arm64 changes for 4.19
  2018-07-09 15:30 ` [GIT PULL 2/6] Broadcom defconfig-arm64 " Florian Fainelli
@ 2018-07-14 21:10   ` Olof Johansson
  2018-07-16  9:24     ` Florian Fainelli
  0 siblings, 1 reply; 14+ messages in thread
From: Olof Johansson @ 2018-07-14 21:10 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jul 09, 2018 at 08:30:31AM -0700, Florian Fainelli wrote:
> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
> 
>   Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
> 
> are available in the git repository at:
> 
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.19/defconfig-arm64
> 
> for you to fetch changes up to ec93d5a25f9f959e6c20351e74182ad4bfa85716:
> 
>   Merge tag 'bcm2835-defconfig-64-next-2018-07-03' into defconfig-arm64/next (2018-07-09 05:23:47 -0700)
> 
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM64-based SoCs defconfig changes
> for 4.19, please pull the following changes:
> 
> - Stefan enables the Raspberry Pi voltage sensor driver (HWMON) in the
>   arm64 defconfig file
> 
> ----------------------------------------------------------------
> Florian Fainelli (1):
>       Merge tag 'bcm2835-defconfig-64-next-2018-07-03' into defconfig-arm64/next
> 
> Stefan Wahren (1):
>       arm64: defconfig: Enable RPi voltage sensor

It looks like you revisited this tag and branch after you sent the pull
request. It's usually better to do a new tag instead (and remove the
old one in case you don't want me to merge it), to avoid confusion.

New contents looks reasonable so I merged anyway.


-Olof

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

* [GIT PULL 3/6] Broadcom devicetree changes for 4.19
  2018-07-09 15:30 ` [GIT PULL 3/6] Broadcom devicetree " Florian Fainelli
@ 2018-07-14 21:11   ` Olof Johansson
  0 siblings, 0 replies; 14+ messages in thread
From: Olof Johansson @ 2018-07-14 21:11 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jul 09, 2018 at 08:30:32AM -0700, Florian Fainelli wrote:
> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
> 
>   Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
> 
> are available in the git repository at:
> 
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.19/devicetree
> 
> for you to fetch changes up to 3be77fe8c3f138cbab68d9c745c2038607286b24:
> 
>   Merge tag 'bcm2835-dt-next-2018-07-03' into devicetree/next (2018-07-09 08:12:15 -0700)
> 
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM-based SoCs Device Tree changes
> for 4.19, please pull the following:
> 
> - Clement adds ethernet aliases to the Cygnus DTS include file such that
>   a DT aware bootloader such as u-boot can properly insert MAC addresses
> 
> - Mohamed adds a Device Tree node for the HWRNG found on Cygnus SoCs
> 
> - Vivek migrates all the BCM5301x (Northstar) Device Tree sources to use
>   the proper USB 3.0 PHY representation using its parent MDIO bus.
>   Vivek also completes the Linksys EA9500 Device Tree by adding support
>   for LEDs, internal and external switches.
> 
> - Rafal adds the ARM architected timer to the BCM53573 Device Tree
>   include file.
> 
> - Eric adds the Performance Monitoring Unit to the BCM2837 DTS include
>   file since it was absent before
> 
> - Boris adds the BCM283x transposer block to the Device Tree
> 
> - Stefan adds the Raspberry Pi Compute Module (CM1) Device Tree include
>   and sources.

Merged, thanks!


-Olof

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

* [GIT PULL 4/6] Broadcom devicetree-arm64 changes for 4.19
  2018-07-09 15:30 ` [GIT PULL 4/6] Broadcom devicetree-arm64 " Florian Fainelli
@ 2018-07-14 21:11   ` Olof Johansson
  0 siblings, 0 replies; 14+ messages in thread
From: Olof Johansson @ 2018-07-14 21:11 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jul 09, 2018 at 08:30:33AM -0700, Florian Fainelli wrote:
> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
> 
>   Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
> 
> are available in the git repository at:
> 
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.19/devicetree-arm64
> 
> for you to fetch changes up to a0061fc283bc4f8ac5f7f4b717ca089100124518:
> 
>   arm64: dts: Update Stingray clock DT nodes (2018-06-26 15:40:12 -0700)
> 
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM64-based SoCs Device Tree changes
> for 4.19, please pull the following:
> 
> - Scott does a bunch of updates to the Stingray DTS and DTS include
>   files to better support the addition of new boards. Scott also adds
>   the Stingray OTP Device Tree node
> 
> - Pramod updates the Stingray clocks such that they match the latest
>   revision of the ASIC and datasheets

Merged, thanks!


-Olof

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

* [GIT PULL 6/6] Broadcom soc changes for 4.19
  2018-07-09 15:30 ` [GIT PULL 6/6] Broadcom soc " Florian Fainelli
@ 2018-07-14 21:12   ` Olof Johansson
  0 siblings, 0 replies; 14+ messages in thread
From: Olof Johansson @ 2018-07-14 21:12 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jul 09, 2018 at 08:30:35AM -0700, Florian Fainelli wrote:
> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
> 
>   Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
> 
> are available in the git repository at:
> 
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.19/soc
> 
> for you to fetch changes up to f3f49e42c119f6fc7cd06ddae495915cf9f65654:
> 
>   ARM: debug: fix BCM2836 order entry (2018-06-18 09:30:14 -0700)
> 
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM-based SoCs platform changes for
> 4.19, please pull the following:
> 
> - Clement re-orders the UART debug entries to be in ascending order and
>   he also adds the iProc UART3 debug address since that is a common
>   location for iProc based designs.

Merged, thanks.


-Olof

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

* [GIT PULL 5/6] Broadcom drivers changes for 4.19
  2018-07-09 17:49   ` Florian Fainelli
@ 2018-07-14 21:15     ` Olof Johansson
  0 siblings, 0 replies; 14+ messages in thread
From: Olof Johansson @ 2018-07-14 21:15 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jul 09, 2018 at 10:49:48AM -0700, Florian Fainelli wrote:
> Hi Arnd, Olof Kevin,
> 
> On 07/09/2018 08:30 AM, Florian Fainelli wrote:
> > The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
> > 
> >   Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
> > 
> > are available in the git repository at:
> > 
> >   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.19/drivers
> > 
> > for you to fetch changes up to 25ee284c21a8d950af463d4235995eeecc5fc70b:
> > 
> >   Merge tag 'bcm2835-drivers-next-2018-07-03' into drivers/next (2018-07-09 05:22:16 -0700)
> 
> I will be re-doing this one to squash this patch in:
> 
> https://patchwork.kernel.org/patch/10514987/

Ok, merged now.


-Olof

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

* [GIT PULL 2/6] Broadcom defconfig-arm64 changes for 4.19
  2018-07-14 21:10   ` Olof Johansson
@ 2018-07-16  9:24     ` Florian Fainelli
  0 siblings, 0 replies; 14+ messages in thread
From: Florian Fainelli @ 2018-07-16  9:24 UTC (permalink / raw)
  To: linux-arm-kernel



On 07/14/2018 02:10 PM, Olof Johansson wrote:
> On Mon, Jul 09, 2018 at 08:30:31AM -0700, Florian Fainelli wrote:
>> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
>>
>>   Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
>>
>> are available in the git repository at:
>>
>>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.19/defconfig-arm64
>>
>> for you to fetch changes up to ec93d5a25f9f959e6c20351e74182ad4bfa85716:
>>
>>   Merge tag 'bcm2835-defconfig-64-next-2018-07-03' into defconfig-arm64/next (2018-07-09 05:23:47 -0700)
>>
>> ----------------------------------------------------------------
>> This pull request contains Broadcom ARM64-based SoCs defconfig changes
>> for 4.19, please pull the following changes:
>>
>> - Stefan enables the Raspberry Pi voltage sensor driver (HWMON) in the
>>   arm64 defconfig file
>>
>> ----------------------------------------------------------------
>> Florian Fainelli (1):
>>       Merge tag 'bcm2835-defconfig-64-next-2018-07-03' into defconfig-arm64/next
>>
>> Stefan Wahren (1):
>>       arm64: defconfig: Enable RPi voltage sensor
> 
> It looks like you revisited this tag and branch after you sent the pull
> request. It's usually better to do a new tag instead (and remove the
> old one in case you don't want me to merge it), to avoid confusion.

Good point, I did send out new emails with [GIT PULL v2] in the subject,
but depending on your mail client (e.g: Gmail) this can be easy to
conflate with the original one.

> 
> New contents looks reasonable so I merged anyway.

Thanks!
-- 
Florian

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

end of thread, other threads:[~2018-07-16  9:24 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-09 15:30 [GIT PULL 1/6] Broadcom defconfig changes for 4.19 Florian Fainelli
2018-07-09 15:30 ` [GIT PULL 2/6] Broadcom defconfig-arm64 " Florian Fainelli
2018-07-14 21:10   ` Olof Johansson
2018-07-16  9:24     ` Florian Fainelli
2018-07-09 15:30 ` [GIT PULL 3/6] Broadcom devicetree " Florian Fainelli
2018-07-14 21:11   ` Olof Johansson
2018-07-09 15:30 ` [GIT PULL 4/6] Broadcom devicetree-arm64 " Florian Fainelli
2018-07-14 21:11   ` Olof Johansson
2018-07-09 15:30 ` [GIT PULL 5/6] Broadcom drivers " Florian Fainelli
2018-07-09 17:49   ` Florian Fainelli
2018-07-14 21:15     ` Olof Johansson
2018-07-09 15:30 ` [GIT PULL 6/6] Broadcom soc " Florian Fainelli
2018-07-14 21:12   ` Olof Johansson
2018-07-14 21:08 ` [GIT PULL 1/6] Broadcom defconfig " Olof Johansson

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.