public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] twl4030 driver changes
@ 2008-09-25 14:48 Felipe Balbi
  2008-09-25 14:48 ` [PATCH 1/4] i2c: clean add_children a bit Felipe Balbi
  2008-09-25 16:26 ` [PATCH 0/4] twl4030 driver changes David Brownell
  0 siblings, 2 replies; 9+ messages in thread
From: Felipe Balbi @ 2008-09-25 14:48 UTC (permalink / raw)
  To: linux-omap; +Cc: David Brownell, Tony Lindgren, Felipe Balbi

Move twl4030 keypad and usb to new style of
registration for twl4030 driver introduced
by David Brownell.

This is how the device tree looks now:

$ find /sys | grep twl4030
/sys/class/i2c-adapter/i2c-1/1-0048/twl4030_usb
/sys/class/i2c-adapter/i2c-1/1-0048/twl4030_usb/uevent
/sys/class/i2c-adapter/i2c-1/1-0048/twl4030_usb/modalias
/sys/class/i2c-adapter/i2c-1/1-0048/twl4030_usb/subsystem
/sys/class/i2c-adapter/i2c-1/1-0048/twl4030_usb/bus
/sys/class/i2c-adapter/i2c-1/1-0048/twl4030_usb/power
/sys/class/i2c-adapter/i2c-1/1-0048/twl4030_usb/power/wakeup
/sys/class/i2c-adapter/i2c-1/1-0048/twl4030_usb/driver
/sys/class/i2c-adapter/i2c-1/1-0048/twl4030_usb/vbus

/sys/class/i2c-adapter/i2c-1/1-004a/twl4030_keypad
/sys/class/i2c-adapter/i2c-1/1-004a/twl4030_keypad/uevent
/sys/class/i2c-adapter/i2c-1/1-004a/twl4030_keypad/modalias
/sys/class/i2c-adapter/i2c-1/1-004a/twl4030_keypad/subsystem
/sys/class/i2c-adapter/i2c-1/1-004a/twl4030_keypad/bus
/sys/class/i2c-adapter/i2c-1/1-004a/twl4030_keypad/power
/sys/class/i2c-adapter/i2c-1/1-004a/twl4030_keypad/power/wakeup
/sys/class/i2c-adapter/i2c-1/1-004a/twl4030_keypad/driver
/sys/class/i2c-adapter/i2c-1/1-004a/twl4030_keypad/input:input1

/sys/class/i2c-adapter/i2c-1/1-004b/twl4030_rtc
/sys/class/i2c-adapter/i2c-1/1-004b/twl4030_rtc/uevent
/sys/class/i2c-adapter/i2c-1/1-004b/twl4030_rtc/modalias
/sys/class/i2c-adapter/i2c-1/1-004b/twl4030_rtc/subsystem
/sys/class/i2c-adapter/i2c-1/1-004b/twl4030_rtc/bus
/sys/class/i2c-adapter/i2c-1/1-004b/twl4030_rtc/power
/sys/class/i2c-adapter/i2c-1/1-004b/twl4030_rtc/power/wakeup
/sys/class/i2c-adapter/i2c-1/1-004b/twl4030_rtc/driver
/sys/class/i2c-adapter/i2c-1/1-004b/twl4030_rtc/rtc:rtc0

Felipe Balbi (4):
  i2c: clean add_children a bit
  i2c: move twl4030_keypad to new style registration
  i2c: move twl4030-usb to platform_device
  i2c: twl4030-usb: add 'vbus' sysfs file

 arch/arm/mach-omap2/board-2430sdp.c         |   20 +-
 arch/arm/mach-omap2/board-3430sdp.c         |   19 +-
 arch/arm/mach-omap2/board-omap2evm.c        |   21 +-
 arch/arm/mach-omap2/board-omap3evm.c        |   20 +-
 drivers/i2c/chips/Kconfig                   |   16 --
 drivers/i2c/chips/twl4030-core.c            |  100 ++++++--
 drivers/i2c/chips/twl4030-usb.c             |  373 ++++++++++++++-------------
 drivers/input/keyboard/omap-twl4030keypad.c |    6 +-
 include/linux/i2c/twl4030.h                 |   38 +++
 9 files changed, 344 insertions(+), 269 deletions(-)


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

end of thread, other threads:[~2008-09-25 22:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-25 14:48 [PATCH 0/4] twl4030 driver changes Felipe Balbi
2008-09-25 14:48 ` [PATCH 1/4] i2c: clean add_children a bit Felipe Balbi
2008-09-25 14:48   ` [PATCH 2/4] i2c: move twl4030_keypad to new style registration Felipe Balbi
2008-09-25 14:48     ` [PATCH 3/4] i2c: move twl4030-usb to platform_device Felipe Balbi
2008-09-25 14:48       ` [PATCH 4/4] i2c: twl4030-usb: add 'vbus' sysfs file Felipe Balbi
2008-09-25 17:28   ` [PATCH 1/4] i2c: clean add_children a bit David Brownell
2008-09-25 22:08     ` Felipe Balbi
2008-09-25 16:26 ` [PATCH 0/4] twl4030 driver changes David Brownell
2008-09-25 16:38   ` Felipe Balbi

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