public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/15] More cleanups
@ 2011-02-15  8:45 Felipe Balbi
  2011-02-15  8:45 ` [PATCH 01/15] cbus: retu: drop retu_get_status Felipe Balbi
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Felipe Balbi @ 2011-02-15  8:45 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: Linux OMAP Mailing List, Felipe Balbi

We're almost there. retu.c looks very nice now.

The bulk effort is now on its children:

. retu-headset.c
	. should use jack framework
	. should use dev_pm_ops
	. some cleanups wouldn't hurt

. retu-rtc.c
	. needs suspend/resume (?)

. retu-wdt.c
	. needs suspend/resume (?)

patches also available at [1] for convenience

[1] git://gitorious.org/usb/usb.git cbus

Felipe Balbi (15):
  cbus: retu: drop retu_get_status
  cbus: retu: replace BUG_ON with WARN
  cbus: retu: drop the unnecessary spinlock_t
  cbus: retu: drop unused PFX macro
  arm: omap: cbus: add IDs for Retu and Tahvo
  arm: omap: pass Retu ID via platform_data
  cbus: retu: use the devid from platform_data
  cbus: retu: introduce internal read/write functions
  cbus: retu: search and replace
  cbus: retu: pwrbutton: save device pointer on our structure
  cbus: retu: pass the child device pointer to all retu functions
  cbus: retu: headset: don't save pdev pointer
  cbus: retu: replace EXPORT_SYMBOL with EXPORT_SYMBOL_GPL
  cbus: retu: tabify retu initialization
  cbus: retu: set pm_power_off to NULL when removing retu

 arch/arm/mach-omap1/board-nokia770.c   |    1 +
 arch/arm/mach-omap2/board-n8x0.c       |    1 +
 arch/arm/plat-omap/include/plat/cbus.h |    4 +
 drivers/cbus/retu-headset.c            |   35 ++++---
 drivers/cbus/retu-pwrbutton.c          |    4 +-
 drivers/cbus/retu-rtc.c                |   34 +++----
 drivers/cbus/retu-wdt.c                |   15 +---
 drivers/cbus/retu.c                    |  160 +++++++++++++++++++-------------
 drivers/cbus/retu.h                    |   10 +-
 9 files changed, 146 insertions(+), 118 deletions(-)

-- 
1.7.4.rc2


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

end of thread, other threads:[~2011-02-16 19:20 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-15  8:45 [PATCH 00/15] More cleanups Felipe Balbi
2011-02-15  8:45 ` [PATCH 01/15] cbus: retu: drop retu_get_status Felipe Balbi
2011-02-15  8:45 ` [PATCH 02/15] cbus: retu: replace BUG_ON with WARN Felipe Balbi
2011-02-15  8:45 ` [PATCH 03/15] cbus: retu: drop the unnecessary spinlock_t Felipe Balbi
2011-02-15  8:45 ` [PATCH 04/15] cbus: retu: drop unused PFX macro Felipe Balbi
2011-02-15  8:45 ` [PATCH 05/15] arm: omap: cbus: add IDs for Retu and Tahvo Felipe Balbi
2011-02-15  8:45 ` [PATCH 06/15] arm: omap: pass Retu ID via platform_data Felipe Balbi
2011-02-15  8:45 ` [PATCH 07/15] cbus: retu: use the devid from platform_data Felipe Balbi
2011-02-15  8:45 ` [PATCH 08/15] cbus: retu: introduce internal read/write functions Felipe Balbi
2011-02-15  8:45 ` [PATCH 09/15] cbus: retu: search and replace Felipe Balbi
2011-02-15  8:45 ` [PATCH 10/15] cbus: retu: pwrbutton: save device pointer on our structure Felipe Balbi
2011-02-16 18:07 ` [PATCH 00/15] More cleanups Tony Lindgren
2011-02-16 19:18   ` Felipe Balbi

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