public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [RFT/RFC/PATCH 00/13] CBUS meets GENIRQ
@ 2011-02-03 10:20 Felipe Balbi
  2011-02-03 10:20 ` [RFT/RFC/PATCH 01/13] cbus: retu: get rid of retu-user.c Felipe Balbi
                   ` (13 more replies)
  0 siblings, 14 replies; 16+ messages in thread
From: Felipe Balbi @ 2011-02-03 10:20 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: Linux OMAP Mailing List, Felipe Balbi

Hi Tony,

When you have some extra time, could you run these on N810
to check whether I'm on the right path ? After these patches
all CBUS drivers are using standard request_threaded_irq()
calls. It's one step closer into getting those in mainline.

Felipe Balbi (13):
  cbus: retu: get rid of retu-user.c
  cbus: retu: give it a context structure
  cbus: retu: move module_* close to the matching symbol
  cbus: retu: cleanup error path
  arm: omap: irqs: add CBUS_RETU_IRQ_BASE and CBUS_RETU_IRQ_END
  arm: omap: cbus: pass irq_base and irq_end via platform_data
  cbus: retu: move to threaded IRQ and GENIRQ
  cbus: retu: headset: convert to threaded_irq
  cbus: retu-pwrbutton: convert to threaded irq
  cbus: retu-rtc: move to threaded irq
  cbus: retu-rtc: drop the reset_occurred flag
  cbus: Makefile: re-enable retu-wdt
  cbus: tahvo: drop tahvo-user

 arch/arm/mach-omap1/board-nokia770.c   |    8 +
 arch/arm/mach-omap2/board-n8x0.c       |    8 +
 arch/arm/plat-omap/include/plat/cbus.h |    5 +
 arch/arm/plat-omap/include/plat/irqs.h |   10 +-
 drivers/cbus/Kconfig                   |   14 -
 drivers/cbus/Makefile                  |    3 +-
 drivers/cbus/retu-headset.c            |   22 +-
 drivers/cbus/retu-pwrbutton.c          |   37 +--
 drivers/cbus/retu-rtc.c                |  130 ++---------
 drivers/cbus/retu-user.c               |  424 --------------------------------
 drivers/cbus/retu.c                    |  394 ++++++++++++++----------------
 drivers/cbus/retu.h                    |   12 -
 drivers/cbus/tahvo-user.c              |  406 ------------------------------
 drivers/cbus/tahvo.c                   |   11 -
 drivers/cbus/tahvo.h                   |    5 -
 15 files changed, 258 insertions(+), 1231 deletions(-)
 delete mode 100644 drivers/cbus/retu-user.c
 delete mode 100644 drivers/cbus/tahvo-user.c

-- 
1.7.4.rc2


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

end of thread, other threads:[~2011-02-10  9:14 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-03 10:20 [RFT/RFC/PATCH 00/13] CBUS meets GENIRQ Felipe Balbi
2011-02-03 10:20 ` [RFT/RFC/PATCH 01/13] cbus: retu: get rid of retu-user.c Felipe Balbi
2011-02-03 10:20 ` [RFT/RFC/PATCH 02/13] cbus: retu: give it a context structure Felipe Balbi
2011-02-03 10:20 ` [RFT/RFC/PATCH 03/13] cbus: retu: move module_* close to the matching symbol Felipe Balbi
2011-02-03 10:20 ` [RFT/RFC/PATCH 04/13] cbus: retu: cleanup error path Felipe Balbi
2011-02-03 10:20 ` [RFT/RFC/PATCH 05/13] arm: omap: irqs: add CBUS_RETU_IRQ_BASE and CBUS_RETU_IRQ_END Felipe Balbi
2011-02-03 10:20 ` [RFT/RFC/PATCH 06/13] arm: omap: cbus: pass irq_base and irq_end via platform_data Felipe Balbi
2011-02-03 10:20 ` [RFT/RFC/PATCH 07/13] cbus: retu: move to threaded IRQ and GENIRQ Felipe Balbi
2011-02-03 10:20 ` [RFT/RFC/PATCH 08/13] cbus: retu: headset: convert to threaded_irq Felipe Balbi
2011-02-03 10:20 ` [RFT/RFC/PATCH 09/13] cbus: retu-pwrbutton: convert to threaded irq Felipe Balbi
2011-02-03 10:20 ` [RFT/RFC/PATCH 10/13] cbus: retu-rtc: move " Felipe Balbi
2011-02-03 10:20 ` [RFT/RFC/PATCH 11/13] cbus: retu-rtc: drop the reset_occurred flag Felipe Balbi
2011-02-03 10:20 ` [RFT/RFC/PATCH 12/13] cbus: Makefile: re-enable retu-wdt Felipe Balbi
2011-02-03 10:20 ` [RFT/RFC/PATCH 13/13] cbus: tahvo: drop tahvo-user Felipe Balbi
2011-02-10  2:43 ` [RFT/RFC/PATCH 00/13] CBUS meets GENIRQ Tony Lindgren
2011-02-10  9:14   ` Felipe Balbi

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