mbox

[GIT,PULL] pxa fixes for v4.3

Message ID 87bncqo71j.fsf@belgarion.home
State New
Headers show

Pull-request

https://github.com/rjarzmik/linux.git tags/pxa-fixes-v4.3

Message

Robert Jarzmik Sept. 25, 2015, 3:25 p.m. UTC
Hello Arnd, Kevin, Olof,

Please consider this pull request for pxa fixes for 4.3, made of 3 small
regression fixes.

The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:

  Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)

are available in the git repository at:

  https://github.com/rjarzmik/linux.git tags/pxa-fixes-v4.3

for you to fetch changes up to 385877c01361401113c101ef5a80a9f0998e072b:

  ARM: pxa: balloon3: Fix build error (2015-09-16 21:24:58 +0200)

----------------------------------------------------------------
ARM: pxa: fixes for v4.3

These fixes are mainly regression fixes triggered by irq changes,
common clock framework introduction and sound side-effect of
other platforms.

----------------------------------------------------------------
Axel Lin (1):
      ARM: pxa: balloon3: Fix build error

Jarkko Nikula (1):
      ARM: pxa: ssp: Fix build error by removing originally incorrect DT binding

Robert Jarzmik (1):
      ARM: pxa: fix DFI bus lockups on startup

 arch/arm/mach-pxa/balloon3.c              |  2 +-
 arch/arm/mach-pxa/include/mach/addr-map.h |  7 +++++++
 arch/arm/mach-pxa/pxa3xx.c                | 21 ++++++++++++++++++++-
 arch/arm/plat-pxa/ssp.c                   |  1 -
 4 files changed, 28 insertions(+), 3 deletions(-)

Cheers.

Comments

Olof Johansson Sept. 27, 2015, 5:25 a.m. UTC | #1
On Fri, Sep 25, 2015 at 05:25:12PM +0200, Robert Jarzmik wrote:
> Hello Arnd, Kevin, Olof,
> 
> Please consider this pull request for pxa fixes for 4.3, made of 3 small
> regression fixes.
> 
> The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:
> 
>   Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/rjarzmik/linux.git tags/pxa-fixes-v4.3
> 
> for you to fetch changes up to 385877c01361401113c101ef5a80a9f0998e072b:
> 
>   ARM: pxa: balloon3: Fix build error (2015-09-16 21:24:58 +0200)
> 
> ----------------------------------------------------------------
> ARM: pxa: fixes for v4.3
> 
> These fixes are mainly regression fixes triggered by irq changes,
> common clock framework introduction and sound side-effect of
> other platforms.

Thanks, merged.


-Olof