All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Broadcom Device Tree changes for 4.3 (part 1)
@ 2015-07-16 23:13 Florian Fainelli
  2015-07-16 23:13 ` [GIT PULL] Broadcom SoC " Florian Fainelli
  2015-07-17 17:17 ` [GIT PULL] Broadcom Device Tree " Olof Johansson
  0 siblings, 2 replies; 4+ messages in thread
From: Florian Fainelli @ 2015-07-16 23:13 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:

  Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)

are available in the git repository at:

  http://github.com/broadcom/stblinux tags/arm-soc/for-4.3/dts

for you to fetch changes up to 0dfc7f687917a93175d469a2dc1254fd2f77fb63:

  ARM: BCM5301X: Enable UART0 on tested devices (2015-07-07 18:08:57 -0700)

----------------------------------------------------------------
This pull request contains two changes:

- Ray adds the relevant clocks device tree nodes for Cygnus SoCs

- Rafal enables UART0 on BCM5301X routers where it has been verified to work
  correctly

----------------------------------------------------------------
Rafa? Mi?ecki (1):
      ARM: BCM5301X: Enable UART0 on tested devices

Ray Jui (1):
      ARM: dts: enable clock support for Broadcom Cygnus

 arch/arm/boot/dts/bcm-cygnus-clock.dtsi            | 89 +++++++++++++++-------
 arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts  |  4 +
 arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts       |  4 +
 arch/arm/boot/dts/bcm4708-netgear-r6250.dts        | 14 +---
 arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts      |  4 +
 arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dts |  4 +
 6 files changed, 81 insertions(+), 38 deletions(-)

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

* [GIT PULL] Broadcom SoC changes for 4.3 (part 1)
  2015-07-16 23:13 [GIT PULL] Broadcom Device Tree changes for 4.3 (part 1) Florian Fainelli
@ 2015-07-16 23:13 ` Florian Fainelli
  2015-07-17 17:19   ` Olof Johansson
  2015-07-17 17:17 ` [GIT PULL] Broadcom Device Tree " Olof Johansson
  1 sibling, 1 reply; 4+ messages in thread
From: Florian Fainelli @ 2015-07-16 23:13 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:

  Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)

are available in the git repository at:

  http://github.com/broadcom/stblinux tags/arm-soc/for-4.3/soc

for you to fetch changes up to ffb910d7b84f21ef6caeed041032a0af8d2e00ed:

  ARM: BCM63xx: Remove custom secondary_startup function (2015-07-11 18:33:51 -0700)

----------------------------------------------------------------
This pull request contains two fixes for the Broadcom BCM63xx SMP code:

- Sudeep removes an invalid use of cpu_logical_map() which turned to be a no-op
  since we always boot from physical CPU 0 = logical CPU 0

- Florian removes the custom secondary_startup function and replaces it with
  the generic one

----------------------------------------------------------------
Florian Fainelli (1):
      ARM: BCM63xx: Remove custom secondary_startup function

Sudeep Holla (1):
      ARM: BCM63xx: fix parameter to of_get_cpu_node in bcm63138_smp_boot_secondary

 arch/arm/mach-bcm/Makefile          |  4 +---
 arch/arm/mach-bcm/bcm63xx_headsmp.S | 23 -----------------------
 arch/arm/mach-bcm/bcm63xx_smp.c     |  4 ++--
 arch/arm/mach-bcm/bcm63xx_smp.h     |  1 -
 4 files changed, 3 insertions(+), 29 deletions(-)
 delete mode 100644 arch/arm/mach-bcm/bcm63xx_headsmp.S

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

* [GIT PULL] Broadcom Device Tree changes for 4.3 (part 1)
  2015-07-16 23:13 [GIT PULL] Broadcom Device Tree changes for 4.3 (part 1) Florian Fainelli
  2015-07-16 23:13 ` [GIT PULL] Broadcom SoC " Florian Fainelli
@ 2015-07-17 17:17 ` Olof Johansson
  1 sibling, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2015-07-17 17:17 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Jul 16, 2015 at 04:13:46PM -0700, Florian Fainelli wrote:
> The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:
> 
>   Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)
> 
> are available in the git repository at:
> 
>   http://github.com/broadcom/stblinux tags/arm-soc/for-4.3/dts
> 
> for you to fetch changes up to 0dfc7f687917a93175d469a2dc1254fd2f77fb63:
> 
>   ARM: BCM5301X: Enable UART0 on tested devices (2015-07-07 18:08:57 -0700)
> 
> ----------------------------------------------------------------
> This pull request contains two changes:
> 
> - Ray adds the relevant clocks device tree nodes for Cygnus SoCs
> 
> - Rafal enables UART0 on BCM5301X routers where it has been verified to work
>   correctly

Merged, thanks.


-Olof

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

* [GIT PULL] Broadcom SoC changes for 4.3 (part 1)
  2015-07-16 23:13 ` [GIT PULL] Broadcom SoC " Florian Fainelli
@ 2015-07-17 17:19   ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2015-07-17 17:19 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Jul 16, 2015 at 04:13:47PM -0700, Florian Fainelli wrote:
> The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:
> 
>   Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)
> 
> are available in the git repository at:
> 
>   http://github.com/broadcom/stblinux tags/arm-soc/for-4.3/soc
> 
> for you to fetch changes up to ffb910d7b84f21ef6caeed041032a0af8d2e00ed:
> 
>   ARM: BCM63xx: Remove custom secondary_startup function (2015-07-11 18:33:51 -0700)

Thanks, merged into next/cleanup.


-Olof

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

end of thread, other threads:[~2015-07-17 17:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-16 23:13 [GIT PULL] Broadcom Device Tree changes for 4.3 (part 1) Florian Fainelli
2015-07-16 23:13 ` [GIT PULL] Broadcom SoC " Florian Fainelli
2015-07-17 17:19   ` Olof Johansson
2015-07-17 17:17 ` [GIT PULL] Broadcom Device Tree " 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.