mbox

[GIT,PULL] pxa fixes for v4.0

Message ID 87y4mw8yyk.fsf@free.fr
State New
Headers show

Pull-request

https://github.com/rjarzmik/linux.git tags/fixes-for-v4.0-rc5

Message

Robert Jarzmik March 16, 2015, 8:33 p.m. UTC
Hello Arnd, Kevin, Olof,

I'm a bit late in this window, I've been quite busy lately. Please consider
these pxa fixes for 4.0 cycle.

The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:

  Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

are available in the git repository at:

  https://github.com/rjarzmik/linux.git tags/fixes-for-v4.0-rc5

for you to fetch changes up to d6cf30ca716b347587b35923eda400ad2d9e8832:

  ARM: pxa: fix pxa interrupts handling in DT (2015-02-23 22:40:48 +0100)

----------------------------------------------------------------
arm: pxa: fixes for v4.0-rc5

There are only 2 fixes, one for the zeus board about the regulator changes,
where a typo prevented the zeus board from having a working can regulator,
and one regression triggered by the interrupts IRQ shift of 16 affecting all
boards.

----------------------------------------------------------------
Masanari Iida (1):
      ARM: pxa: Fix typo in zeus.c

Robert Jarzmik (1):
      ARM: pxa: fix pxa interrupts handling in DT

 arch/arm/Kconfig         |   1 +
 arch/arm/mach-pxa/irq.c  | 111 ++++++++++++++++++++---------------------------
 arch/arm/mach-pxa/zeus.c |   2 +-
 3 files changed, 50 insertions(+), 64 deletions(-)

Comments

Olof Johansson March 29, 2015, 8:48 p.m. UTC | #1
On Mon, Mar 16, 2015 at 09:33:07PM +0100, Robert Jarzmik wrote:
> 
> Hello Arnd, Kevin, Olof,
> 
> I'm a bit late in this window, I've been quite busy lately. Please consider
> these pxa fixes for 4.0 cycle.
> 
> The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:
> 
>   Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)
> 
> are available in the git repository at:
> 
>   https://github.com/rjarzmik/linux.git tags/fixes-for-v4.0-rc5
> 
> for you to fetch changes up to d6cf30ca716b347587b35923eda400ad2d9e8832:
> 
>   ARM: pxa: fix pxa interrupts handling in DT (2015-02-23 22:40:48 +0100)

Merged, thanks.


-Olof