public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM: sa1100: move irq driver to irqchip subsystem
@ 2015-05-18 22:11 Dmitry Eremin-Solenikov
  2015-05-18 22:11 ` [PATCH 1/2] ARM: sa1100: prepare for moving irq driver to drivers/irqchip Dmitry Eremin-Solenikov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Dmitry Eremin-Solenikov @ 2015-05-18 22:11 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

These two patches finish my work on refactoring StrongARM SA-11x0 IRQ
driver into sane irqchip driver. As they depend on the patches already
accepted by Russell, I'd ask Thomas and/or Jason to Ack merging these
two patches through his tree.

----------------------------------------------------------------
Dmitry Eremin-Solenikov (2):
      ARM: sa1100: prepare for moving irq driver to drivers/irqchip
      ARM: sa1100: move irq driver to drivers/irqchip/

 arch/arm/mach-sa1100/Makefile                              |  2 +-
 arch/arm/mach-sa1100/generic.c                             | 13 +++++++++++++
 drivers/irqchip/Makefile                                   |  1 +
 arch/arm/mach-sa1100/irq.c => drivers/irqchip/irq-sa11x0.c | 23 ++++++-----------------
 include/linux/irqchip/irq-sa11x0.h                         | 17 +++++++++++++++++
 5 files changed, 38 insertions(+), 18 deletions(-)
 rename arch/arm/mach-sa1100/irq.c => drivers/irqchip/irq-sa11x0.c (89%)
 create mode 100644 include/linux/irqchip/irq-sa11x0.h

-- 
With best wishes
Dmitry

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

end of thread, other threads:[~2015-05-19 14:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-18 22:11 [PATCH 0/2] ARM: sa1100: move irq driver to irqchip subsystem Dmitry Eremin-Solenikov
2015-05-18 22:11 ` [PATCH 1/2] ARM: sa1100: prepare for moving irq driver to drivers/irqchip Dmitry Eremin-Solenikov
2015-05-18 22:11 ` [PATCH 2/2] ARM: sa1100: move irq driver to drivers/irqchip/ Dmitry Eremin-Solenikov
2015-05-19 14:48 ` [PATCH 0/2] ARM: sa1100: move irq driver to irqchip subsystem Thomas Gleixner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox