linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] pxa fixes for v4.1
@ 2015-05-01 11:42 Robert Jarzmik
  2015-05-07 16:23 ` Arnd Bergmann
  0 siblings, 1 reply; 3+ messages in thread
From: Robert Jarzmik @ 2015-05-01 11:42 UTC (permalink / raw)
  To: linux-arm-kernel

Hello Arnd, Kevin, Olof,

Please consider this pull request for pxa, repairing lubbock and mainstone.

The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031:

  Linux 4.1-rc1 (2015-04-26 17:59:10 -0700)

are available in the git repository at:

  https://github.com/rjarzmik/linux.git tags/fixes-for-v4.1-rc2

for you to fetch changes up to fc9e38c0f4d38bfc68b405cf48365d65f7b6319e:

  ARM: pxa: lubbock: use new pxa_cplds driver (2015-04-30 22:52:51 +0200)

----------------------------------------------------------------
ARM: pxa: fixes for v4.1-rc2

These fixes reenable the lubbock(pxa25x) and mainstone(pxa27x)
platforms, which were broken since the gpio handling was
converted to a driver, and the interrupt ordering broke the
external interrupts of these systems.

----------------------------------------------------------------
Robert Jarzmik (3):
      ARM: pxa: pxa_cplds: add lubbock and mainstone IO
      ARM: pxa: mainstone: use new pxa_cplds driver
      ARM: pxa: lubbock: use new pxa_cplds driver

 arch/arm/mach-pxa/Kconfig                  |   9 ++
 arch/arm/mach-pxa/Makefile                 |   1 +
 arch/arm/mach-pxa/include/mach/lubbock.h   |   7 +-
 arch/arm/mach-pxa/include/mach/mainstone.h |   6 +-
 arch/arm/mach-pxa/lubbock.c                | 108 +++++-----------
 arch/arm/mach-pxa/mainstone.c              | 115 ++++-------------
 arch/arm/mach-pxa/pxa_cplds_irqs.c         | 200 +++++++++++++++++++++++++++++
 7 files changed, 274 insertions(+), 172 deletions(-)
 create mode 100644 arch/arm/mach-pxa/pxa_cplds_irqs.c

Cheers.

-- 
Robert

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

end of thread, other threads:[~2015-05-07 21:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-01 11:42 [GIT PULL] pxa fixes for v4.1 Robert Jarzmik
2015-05-07 16:23 ` Arnd Bergmann
2015-05-07 21:03   ` Robert Jarzmik

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