linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/2] Broadcom devicetree changes for 4.12
@ 2017-05-14  3:35 Florian Fainelli
  2017-05-14  3:35 ` [GIT PULL 2/2] Broadcom drivers " Florian Fainelli
  2017-05-19  6:56 ` [GIT PULL 1/2] Broadcom devicetree " Olof Johansson
  0 siblings, 2 replies; 4+ messages in thread
From: Florian Fainelli @ 2017-05-14  3:35 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:

  Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)

are available in the git repository at:

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

for you to fetch changes up to b155f05dc578299557447a6fd6545ebc72c1d19b:

  Merge tag 'bcm2835-dt-next-2017-03-30' into devicetree/fixes (2017-05-13 20:26:09 -0700)

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

- Baruch provides several fixes for the Raspberry Pi (BCM2835) Device
  Tree source include file: uart0 pinctrl node names, pin number for
  i2c0, uart0 rts/cts pins and invalid uart1 pin, missing numbers for
  ethernet aliases

----------------------------------------------------------------
Baruch Siach (4):
      ARM: dts: bcm2835: fix uart0 pinctrl node names
      ARM: dts: bcm2835: fix i2c0 pins
      ARM: dts: bcm2835: fix uart0/uart1 pins
      ARM: dts: bcm2835: add index to the ethernet alias

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

 arch/arm/boot/dts/bcm283x-rpi-smsc9512.dtsi |  2 +-
 arch/arm/boot/dts/bcm283x-rpi-smsc9514.dtsi |  2 +-
 arch/arm/boot/dts/bcm283x.dtsi              | 22 +++++++++++++---------
 3 files changed, 15 insertions(+), 11 deletions(-)

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

* [GIT PULL 2/2] Broadcom drivers changes for 4.12
  2017-05-14  3:35 [GIT PULL 1/2] Broadcom devicetree changes for 4.12 Florian Fainelli
@ 2017-05-14  3:35 ` Florian Fainelli
  2017-05-19  6:56   ` Olof Johansson
  2017-05-19  6:56 ` [GIT PULL 1/2] Broadcom devicetree " Olof Johansson
  1 sibling, 1 reply; 4+ messages in thread
From: Florian Fainelli @ 2017-05-14  3:35 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:

  Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)

are available in the git repository at:

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

for you to fetch changes up to 31d848aa1d85530770f0bdf1b61a042335d340ad:

  soc: bcm: brcmstb: Correctly match 7435 SoC (2017-05-13 20:27:33 -0700)

----------------------------------------------------------------
This pull request contains Broadcom SoC drivers fixes for 4.12, please
pull the following:

- Florian removes the duplicate compatible string matched by the
  SUN_TOP_CTRL driver and instead uses the correct one for 7435

----------------------------------------------------------------
Florian Fainelli (1):
      soc: bcm: brcmstb: Correctly match 7435 SoC

 drivers/soc/bcm/brcmstb/common.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

* [GIT PULL 1/2] Broadcom devicetree changes for 4.12
  2017-05-14  3:35 [GIT PULL 1/2] Broadcom devicetree changes for 4.12 Florian Fainelli
  2017-05-14  3:35 ` [GIT PULL 2/2] Broadcom drivers " Florian Fainelli
@ 2017-05-19  6:56 ` Olof Johansson
  1 sibling, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2017-05-19  6:56 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, May 13, 2017 at 08:35:25PM -0700, Florian Fainelli wrote:
> The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
> 
>   Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
> 
> are available in the git repository at:
> 
>   http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.12/devicetree-fixes
> 
> for you to fetch changes up to b155f05dc578299557447a6fd6545ebc72c1d19b:
> 
>   Merge tag 'bcm2835-dt-next-2017-03-30' into devicetree/fixes (2017-05-13 20:26:09 -0700)
> 
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM-based SoC Device Tree fixes for
> 4.12, please pull the following:
> 
> - Baruch provides several fixes for the Raspberry Pi (BCM2835) Device
>   Tree source include file: uart0 pinctrl node names, pin number for
>   i2c0, uart0 rts/cts pins and invalid uart1 pin, missing numbers for
>   ethernet aliases

Thanks, merged.


-Olof

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

* [GIT PULL 2/2] Broadcom drivers changes for 4.12
  2017-05-14  3:35 ` [GIT PULL 2/2] Broadcom drivers " Florian Fainelli
@ 2017-05-19  6:56   ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2017-05-19  6:56 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, May 13, 2017 at 08:35:26PM -0700, Florian Fainelli wrote:
> The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
> 
>   Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
> 
> are available in the git repository at:
> 
>   http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.12/drivers-fixes
> 
> for you to fetch changes up to 31d848aa1d85530770f0bdf1b61a042335d340ad:
> 
>   soc: bcm: brcmstb: Correctly match 7435 SoC (2017-05-13 20:27:33 -0700)
> 
> ----------------------------------------------------------------
> This pull request contains Broadcom SoC drivers fixes for 4.12, please
> pull the following:
> 
> - Florian removes the duplicate compatible string matched by the
>   SUN_TOP_CTRL driver and instead uses the correct one for 7435

Thanks, merged.


-Olof

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

end of thread, other threads:[~2017-05-19  6:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-14  3:35 [GIT PULL 1/2] Broadcom devicetree changes for 4.12 Florian Fainelli
2017-05-14  3:35 ` [GIT PULL 2/2] Broadcom drivers " Florian Fainelli
2017-05-19  6:56   ` Olof Johansson
2017-05-19  6:56 ` [GIT PULL 1/2] Broadcom devicetree " Olof Johansson

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