mbox

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

Message ID 8760uyrj09.fsf@belgarion.home
State New
Headers show

Pull-request

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

Message

Robert Jarzmik April 30, 2016, 7:31 p.m. UTC
Hi Arnd, Kevin, and Olof,

This is the pxa pull request for 4.7 device-tree. It is a tiny collection of
fixes and pin control addition. Can you please consider pulling ?

The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:

  Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)

are available in the git repository at:

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

for you to fetch changes up to fca43c3f7e6fe421194e9b21eabc72604edac16c:

  ARM: dts: pxa3xx: add pincontrol helpers (2016-04-20 20:20:26 +0200)

----------------------------------------------------------------
This device-tree pxa update brings :
 - pin control nodes for pxa2xx and pxa3xx
 - the LCD controller for pxa2xx
 - the missing pxa3xx pulse width modulator nodes
 - an USB Host fix for pxa3xx

----------------------------------------------------------------
Robert Jarzmik (6):
      ARM: dts: pxa: add pxa framebuffer device
      ARM: dts: pxa: add pxa3xx pwm nodes
      ARM: dts: add pincontroller to pxa27x
      ARM: dts: pxa: fix the ohci clock for pxa3xx
      ARM: dts: pxa: add pinctrl to pxa3xx
      ARM: dts: pxa3xx: add pincontrol helpers

 arch/arm/boot/dts/pxa27x.dtsi |   7 +++
 arch/arm/boot/dts/pxa2xx.dtsi |   8 +++
 arch/arm/boot/dts/pxa3xx.dtsi | 133 +++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 147 insertions(+), 1 deletion(-)

Comments

Olof Johansson July 8, 2016, 3:41 a.m. UTC | #1
On Sat, Apr 30, 2016 at 09:31:18PM +0200, Robert Jarzmik wrote:
> Hi Arnd, Kevin, and Olof,
> 
> This is the pxa pull request for 4.7 device-tree. It is a tiny collection of
> fixes and pin control addition. Can you please consider pulling ?
> 
> The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:
> 
>   Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/rjarzmik/linux.git tags/pxa-dt-4.7
> 
> for you to fetch changes up to fca43c3f7e6fe421194e9b21eabc72604edac16c:
> 
>   ARM: dts: pxa3xx: add pincontrol helpers (2016-04-20 20:20:26 +0200)
> 
> ----------------------------------------------------------------
> This device-tree pxa update brings :
>  - pin control nodes for pxa2xx and pxa3xx
>  - the LCD controller for pxa2xx
>  - the missing pxa3xx pulse width modulator nodes
>  - an USB Host fix for pxa3xx

Looks like we missed this branch when it was sent.

I've merged it for 4.8 now. Apologies about that, and please hassle us
if this happens in the future.


-Olof
Robert Jarzmik July 8, 2016, 6:34 a.m. UTC | #2
Olof Johansson <olof@lixom.net> writes:

> Looks like we missed this branch when it was sent.
>
> I've merged it for 4.8 now. Apologies about that, and please hassle us
> if this happens in the future.

Thanks for remembering, I was going to respin a pull request for v4.8, but I got
lost in professional concerns. And no need to worry about missing one merge
window, it's not as if anything like "time to market" was meaning anything to me
:)

Cheers.