linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 00/10] ARM: sa1100: improve irq handling
@ 2013-12-15  4:28 Dmitry Eremin-Solenikov
  2013-12-15  4:28 ` [PATCH v3 01/10] ARM: sa1100: switch to MULTI_IRQ_HANDLER Dmitry Eremin-Solenikov
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Dmitry Eremin-Solenikov @ 2013-12-15  4:28 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

Please review my third attempts on touching the sa1100 irq code. I have split
changes to a serie of small, simple and easy to review patches, with each one
touching only one aspect of irq handling code for sa1100.

----------------------------------------------------------------
Dmitry Eremin-Solenikov (10):
      ARM: sa1100: switch to MULTI_IRQ_HANDLER
      ARM: sa1100: drop entry-macro.S
      ARM: sa1100: add platform functions to handle PWER settings
      arm: sa1100: use new functions that hide PWER access
      arm: sa1100: use ioremap'ped access instead of direct register access
      ARM: sa1100: enable IRQ domains
      arm: sa1100: introduce irqdomains support
      arm: sa1100: merge IRQ 11 to "normal" irq domain
      arm: sa1100: switch to hwirq usage
      ARM: locomo: don't clobber chip data for chained irq

 arch/arm/Kconfig                                |   2 +
 arch/arm/common/locomo.c                        |   4 +-
 arch/arm/mach-sa1100/generic.c                  |  21 ++
 arch/arm/mach-sa1100/generic.h                  |   2 +
 arch/arm/mach-sa1100/include/mach/entry-macro.S |  41 ----
 arch/arm/mach-sa1100/irq.c                      | 263 ++++++++++++++++--------
 6 files changed, 209 insertions(+), 124 deletions(-)
 delete mode 100644 arch/arm/mach-sa1100/include/mach/entry-macro.S

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

end of thread, other threads:[~2013-12-20 11:15 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-15  4:28 [PATCH v3 00/10] ARM: sa1100: improve irq handling Dmitry Eremin-Solenikov
2013-12-15  4:28 ` [PATCH v3 01/10] ARM: sa1100: switch to MULTI_IRQ_HANDLER Dmitry Eremin-Solenikov
2013-12-15  4:28 ` [PATCH v3 02/10] ARM: sa1100: drop entry-macro.S Dmitry Eremin-Solenikov
2013-12-15  4:28 ` [PATCH v3 03/10] ARM: sa1100: add platform functions to handle PWER settings Dmitry Eremin-Solenikov
2013-12-15  4:28 ` [PATCH v3 04/10] arm: sa1100: use new functions that hide PWER access Dmitry Eremin-Solenikov
2013-12-15  4:28 ` [PATCH v3 05/10] arm: sa1100: use ioremap'ped access instead of direct register access Dmitry Eremin-Solenikov
2013-12-15  4:28 ` [PATCH v3 06/10] ARM: sa1100: enable IRQ domains Dmitry Eremin-Solenikov
2013-12-15  4:28 ` [PATCH v3 07/10] arm: sa1100: introduce irqdomains support Dmitry Eremin-Solenikov
2013-12-15  4:28 ` [PATCH v3 08/10] arm: sa1100: merge IRQ 11 to "normal" irq domain Dmitry Eremin-Solenikov
2013-12-15  4:28 ` [PATCH v3 09/10] arm: sa1100: switch to hwirq usage Dmitry Eremin-Solenikov
2013-12-15  4:28 ` [PATCH v3 10/10] ARM: locomo: don't clobber chip data for chained irq Dmitry Eremin-Solenikov
2013-12-20  9:25 ` [PATCH v3 00/10] ARM: sa1100: improve irq handling Linus Walleij
2013-12-20 11:15   ` Dmitry Eremin-Solenikov

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