linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/20] SA1111 cleanups
@ 2012-02-03 19:54 Russell King - ARM Linux
  2012-02-03 19:54 ` [PATCH 01/20] ARM: sa1111: fix memory request/grant setup on PM events Russell King - ARM Linux
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: Russell King - ARM Linux @ 2012-02-03 19:54 UTC (permalink / raw)
  To: linux-arm-kernel

Another patch series - this time it's SA1111's turn for some attention.
This has been broken, but more recently than Neponset, by a half cooked
change to the IRQ support.

The first two patches are trivial fixes for problems I noticed with the
Neponset board.

Most of the patches speak for themselves.  It's worth noting that the
final patch in this series (which removes the static mapping for the
SA1111) conflicts with the patches in the SA1100 series posted before
this.  The conflict resolution leaves neponset without any mapio hooks
at all.

Obviously, posting this stuff as patch series doesn't lend itself to
providing a conflict resolution in patch form that people can apply with
GNU patch, so that's left out.

 arch/arm/common/sa1111.c               |  281 +++++++++++++++++++++-----------
 arch/arm/include/asm/hardware/sa1111.h |  156 +++---------------
 arch/arm/mach-pxa/lubbock.c            |    1 +
 arch/arm/mach-sa1100/badge4.c          |   21 ++-
 arch/arm/mach-sa1100/jornada720.c      |    6 +-
 arch/arm/mach-sa1100/neponset.c        |    6 +-
 drivers/input/serio/sa1111ps2.c        |   59 +++++--
 drivers/pcmcia/sa1111_generic.c        |   55 ++++++-
 drivers/usb/host/ohci-sa1111.c         |   61 +++++---
 9 files changed, 355 insertions(+), 291 deletions(-)

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

end of thread, other threads:[~2012-02-03 20:01 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-03 19:54 [PATCH 00/20] SA1111 cleanups Russell King - ARM Linux
2012-02-03 19:54 ` [PATCH 01/20] ARM: sa1111: fix memory request/grant setup on PM events Russell King - ARM Linux
2012-02-03 19:55 ` [PATCH 02/20] ARM: sa1111: fix PWM state on suspend Russell King - ARM Linux
2012-02-03 19:55 ` [PATCH 03/20] ARM: sa1111: add sa1111 core driver .owner initializer Russell King - ARM Linux
2012-02-03 19:55 ` [PATCH 04/20] ARM: sa1111: add .owner initializer to sa1111 driver structures Russell King - ARM Linux
2012-02-03 19:56 ` [PATCH 05/20] ARM: sa1111: finish "allow cascaded IRQs to be used by platforms" Russell King - ARM Linux
2012-02-03 19:56 ` [PATCH 06/20] ARM: sa1111: implement support for sparse IRQs Russell King - ARM Linux
2012-02-03 19:56 ` [PATCH 07/20] ARM: sa1111: add shutdown hook to sa1111_driver structure Russell King - ARM Linux
2012-02-03 19:57 ` [PATCH 08/20] ARM: sa1111: add platform enable/disable functions Russell King - ARM Linux
2012-02-03 19:57 ` [PATCH 09/20] ARM: sa11x0: badge4: move board specific ohci initialization to badge4.c Russell King - ARM Linux
2012-02-03 19:57 ` [PATCH 10/20] ARM: sa1111: change devid to be a bitmask Russell King - ARM Linux
2012-02-03 19:58 ` [PATCH 11/20] ARM: sa1111: provide a generic way to prevent devices from registering Russell King - ARM Linux
2012-02-03 19:58 ` [PATCH 12/20] ARM: sa1111: delete unused physical GPIO register definitions Russell King - ARM Linux
2012-02-03 19:58 ` [PATCH 13/20] ARM: sa1111: move PS/2 interface register definitions to sa1111p2.c Russell King - ARM Linux
2012-02-03 19:59 ` [PATCH 14/20] ARM: sa1111: move PCMCIA interface register definitions to sa1111_generic.c Russell King - ARM Linux
2012-02-03 19:59 ` [PATCH 15/20] ARM: sa1111: move USB interface register definitions to ohci-sa1111.c Russell King - ARM Linux
2012-02-03 19:59 ` [PATCH 16/20] ARM: sa1111: register sa1111 devices with dmabounce in bus notifier Russell King - ARM Linux
2012-02-03 20:00 ` [PATCH 17/20] ARM: sa1111: only setup DMA for DMA capable devices Russell King - ARM Linux
2012-02-03 20:00 ` [PATCH 18/20] ARM: sa1111: cleanup sub-device registration and unregistration Russell King - ARM Linux
2012-02-03 20:00 ` [PATCH 19/20] ARM: sa1111: use dev_err() rather than printk() Russell King - ARM Linux
2012-02-03 20:01 ` [PATCH 20/20] ARM: sa11x0: don't static map sa1111 Russell King - ARM Linux

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