linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] Enable SPARSE_IRQ for mach-mxs
@ 2012-08-20 14:19 Shawn Guo
  2012-08-20 14:19 ` [PATCH 1/6] gpio/mxs: adopt irq_domain support for mxs gpio driver Shawn Guo
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Shawn Guo @ 2012-08-20 14:19 UTC (permalink / raw)
  To: linux-arm-kernel

The series adopts irq_domain support for mxs icoll and gpio drivers,
enables SPARSE_IRQ, and remove mach/irqs.h for mach-mxs.

As the series depends on mxs/dt branch, I plan to have it go via arm-soc
tree with Linus' ack on the first patch.

Shawn Guo (6):
  gpio/mxs: adopt irq_domain support for mxs gpio driver
  ARM: mxs: retrieve timer irq from device tree
  ARM: mxs: select MULTI_IRQ_HANDLER
  ARM: mxs: adopt irq_domain support for icoll driver
  ARM: mxs: select SPARSE_IRQ
  ARM: mxs: remove mach/irqs.h

 arch/arm/Kconfig                             |    2 +
 arch/arm/boot/dts/imx23.dtsi                 |    5 +-
 arch/arm/boot/dts/imx28.dtsi                 |    5 +-
 arch/arm/mach-mxs/icoll.c                    |   63 ++++++++++++++++++++++----
 arch/arm/mach-mxs/include/mach/common.h      |    3 +-
 arch/arm/mach-mxs/include/mach/entry-macro.S |   35 --------------
 arch/arm/mach-mxs/include/mach/irqs.h        |   32 -------------
 arch/arm/mach-mxs/mach-mxs.c                 |   39 ++--------------
 arch/arm/mach-mxs/timer.c                    |   13 +++++-
 drivers/clk/mxs/clk-imx23.c                  |    2 +-
 drivers/clk/mxs/clk-imx28.c                  |    2 +-
 drivers/gpio/gpio-mxs.c                      |   48 ++++++++++++-------
 12 files changed, 112 insertions(+), 137 deletions(-)
 delete mode 100644 arch/arm/mach-mxs/include/mach/entry-macro.S
 delete mode 100644 arch/arm/mach-mxs/include/mach/irqs.h

-- 
1.7.5.4

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

end of thread, other threads:[~2012-09-03  0:28 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-20 14:19 [PATCH 0/6] Enable SPARSE_IRQ for mach-mxs Shawn Guo
2012-08-20 14:19 ` [PATCH 1/6] gpio/mxs: adopt irq_domain support for mxs gpio driver Shawn Guo
2012-08-21 13:01   ` Linus Walleij
2012-08-21 13:16     ` Rob Herring
2012-08-22  2:14       ` Shawn Guo
2012-08-23 21:49   ` Linus Walleij
2012-08-24  1:09     ` Shawn Guo
2012-08-31 22:28       ` Linus Walleij
2012-09-03  0:28         ` Shawn Guo
2012-08-20 14:19 ` [PATCH 2/6] ARM: mxs: retrieve timer irq from device tree Shawn Guo
2012-08-20 14:19 ` [PATCH 3/6] ARM: mxs: select MULTI_IRQ_HANDLER Shawn Guo
2012-08-20 14:19 ` [PATCH 4/6] ARM: mxs: adopt irq_domain support for icoll driver Shawn Guo
2012-08-20 14:19 ` [PATCH 5/6] ARM: mxs: select SPARSE_IRQ Shawn Guo
2012-08-20 14:24   ` Shawn Guo
2012-08-20 14:20 ` [PATCH 6/6] ARM: mxs: remove mach/irqs.h Shawn Guo

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