public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] twl4030 updates
@ 2008-09-26  9:40 Felipe Balbi
  2008-09-26  9:40 ` [PATCH 1/8] twl4030: fix potential null pointer dereference Felipe Balbi
  0 siblings, 1 reply; 14+ messages in thread
From: Felipe Balbi @ 2008-09-26  9:40 UTC (permalink / raw)
  To: linux-omap; +Cc: David Brownell, Tony Lindgren, Felipe Balbi

The following series has a full set of fixes to
twl4030 drivers. This series was made of Jagadeesh's
pullup fix, my usb and keypad fixes and Dave's
gpio patches.

Dave's patches got a few failed HUNKs so Dave,
please check if I patched everything fine.

David Brownell (2):
  twl4030 gpio platform data
  twl4030 uses gpiolib

Felipe Balbi (5):
  twl4030: fix potential null pointer dereference
  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

Jagadeesh Bhaskar Pakaravoor (1):
  twl4030-gpio: Remove default pullup enable/disable of GPIO

 arch/arm/mach-omap2/board-2430sdp.c         |   27 ++-
 arch/arm/mach-omap2/board-3430sdp.c         |   26 ++-
 arch/arm/mach-omap2/board-ldp.c             |   14 +
 arch/arm/mach-omap2/board-omap2evm.c        |   28 ++-
 arch/arm/mach-omap2/board-omap3beagle.c     |   19 ++
 arch/arm/mach-omap2/board-omap3evm.c        |   80 +++---
 arch/arm/mach-omap2/board-overo.c           |    7 +
 drivers/i2c/chips/Kconfig                   |   18 +--
 drivers/i2c/chips/twl4030-core.c            |  159 ++++++++++--
 drivers/i2c/chips/twl4030-gpio.c            |  278 ++++++++++++++------
 drivers/i2c/chips/twl4030-usb.c             |  373 ++++++++++++++-------------
 drivers/input/keyboard/omap-twl4030keypad.c |    8 +-
 include/linux/i2c/twl4030.h                 |   40 +++-
 13 files changed, 695 insertions(+), 382 deletions(-)


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

end of thread, other threads:[~2008-09-27  8:01 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-26  9:40 [PATCH 0/8] twl4030 updates Felipe Balbi
2008-09-26  9:40 ` [PATCH 1/8] twl4030: fix potential null pointer dereference Felipe Balbi
2008-09-26  9:40   ` [PATCH 2/8] twl4030-gpio: Remove default pullup enable/disable of GPIO Felipe Balbi
2008-09-26  9:40     ` [PATCH 3/8] i2c: clean add_children a bit Felipe Balbi
2008-09-26  9:40       ` [PATCH 4/8] i2c: move twl4030_keypad to new style registration Felipe Balbi
2008-09-26  9:40         ` [PATCH 5/8] i2c: move twl4030-usb to platform_device Felipe Balbi
2008-09-26  9:40           ` [PATCH 6/8] i2c: twl4030-usb: add 'vbus' sysfs file Felipe Balbi
2008-09-26  9:41             ` [PATCH 7/8] twl4030 gpio platform data Felipe Balbi
2008-09-26  9:41               ` [PATCH 8/8] twl4030 uses gpiolib Felipe Balbi
2008-09-26 10:32           ` [PATCH 5/8] i2c: move twl4030-usb to platform_device Felipe Balbi
2008-09-26 10:33           ` Felipe Balbi
2008-09-26 10:37             ` Felipe Balbi
2008-09-27  3:13           ` Steve Sakoman
2008-09-27  8:01             ` Felipe Balbi

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