public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] twl4030-usb patches
@ 2008-09-02 12:31 Felipe Balbi
  2008-09-02 12:31 ` [PATCH 1/3] i2c: twl4030-usb: move to platform_device Felipe Balbi
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Felipe Balbi @ 2008-09-02 12:31 UTC (permalink / raw)
  To: linux-omap; +Cc: Felipe Balbi

The following patches convert twl4030-usb to a platform_device
in order to set the usb mode via platform_data and get
rid of the Kconfig entry for that.

Later, we add a sysfs entry for reporting the vbus events
coming from triton, this let's us tell the userspace we
have a usb connection (vbus is on) and trigger an application
or something else.

Felipe Balbi (2):
  i2c: twl4030-usb: move to platform_device
  i2c: twl4030-usb: add 'vbus' sysfs file

 arch/arm/mach-omap2/usb-musb.c  |   19 ++
 drivers/i2c/chips/Kconfig       |   16 -
 drivers/i2c/chips/twl4030-usb.c |  593 +++++++++++++--------------------------
 include/linux/i2c/twl4030-usb.h |  256 +++++++++++++++++
 4 files changed, 467 insertions(+), 417 deletions(-)
 create mode 100644 include/linux/i2c/twl4030-usb.h


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

end of thread, other threads:[~2008-09-02 20:15 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-02 12:31 [PATCH 0/2] twl4030-usb patches Felipe Balbi
2008-09-02 12:31 ` [PATCH 1/3] i2c: twl4030-usb: move to platform_device Felipe Balbi
2008-09-02 12:31   ` [PATCH 2/2] i2c: twl4030-usb: add 'vbus' sysfs file Felipe Balbi
2008-09-02 12:34 ` [PATCH 0/2] twl4030-usb patches Felipe Balbi
2008-09-02 15:43   ` David Brownell
2008-09-02 18:48     ` Felipe Balbi
2008-09-02 19:52       ` David Brownell
2008-09-02 15:39 ` David Brownell
2008-09-02 18:58   ` Felipe Balbi
2008-09-02 19:37     ` David Brownell
2008-09-02 19:49       ` Felipe Balbi
2008-09-02 20:15         ` David Brownell

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