mbox series

[GIT,PULL] pxa-dt for v4.18

Message ID 878t83tujv.fsf@belgarion.home
State New
Headers show
Series [GIT,PULL] pxa-dt for v4.18 | expand

Pull-request

https://github.com/rjarzmik/linux.git tags/pxa-dt-4.18

Message

Robert Jarzmik May 28, 2018, 8:05 p.m. UTC
Hi Arnd, Kevin, and Olof,

This is the pxa pull request for 4.18 device-tree, with a couple fixes from
Daniel for pxa3xx.

The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:

  Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)

are available in the git repository at:

  https://github.com/rjarzmik/linux.git tags/pxa-dt-4.18

for you to fetch changes up to 07c8d21d08a589bc01238fe09a6edb54d24f3da0:

  ARM: dts: pxa3xx: fix MMC clocks (2018-05-25 23:16:18 +0200)

----------------------------------------------------------------
This device-tree pxa update brings :
 - fix pxa3xx MMC bindings
 - add pxa3xx GPIOs
 - add pxa3xx missing pin controller

----------------------------------------------------------------
Daniel Mack (3):
      ARM: pxa: dts: add gpio-ranges to gpio controller
      ARM: pxa: dts: add pin definitions for extended GPIOs
      ARM: dts: pxa3xx: fix MMC clocks

 arch/arm/boot/dts/pxa3xx.dtsi | 20 +++++++++++++++++---
 1 file changed, 17 insertions(+), 3 deletions(-)

Comments

Olof Johansson June 2, 2018, 8:20 a.m. UTC | #1
On Mon, May 28, 2018 at 10:05:40PM +0200, Robert Jarzmik wrote:
> Hi Arnd, Kevin, and Olof,
> 
> This is the pxa pull request for 4.18 device-tree, with a couple fixes from
> Daniel for pxa3xx.
> 
> The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
> 
>   Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/rjarzmik/linux.git tags/pxa-dt-4.18
> 
> for you to fetch changes up to 07c8d21d08a589bc01238fe09a6edb54d24f3da0:
> 
>   ARM: dts: pxa3xx: fix MMC clocks (2018-05-25 23:16:18 +0200)
> 
> ----------------------------------------------------------------
> This device-tree pxa update brings :
>  - fix pxa3xx MMC bindings
>  - add pxa3xx GPIOs
>  - add pxa3xx missing pin controller

Same comment as for the other pull request but merged now. Thanks!


-Olof