All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] mfd: TPS65910 bug fixes and enhancements
@ 2011-10-18 18:26 Kyle Manna
  2011-10-18 18:26 ` [PATCH 1/6] mfd: TPS65910: Handle non-existent devices Kyle Manna
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Kyle Manna @ 2011-10-18 18:26 UTC (permalink / raw)
  To: linux-kernel, Samuel Ortiz, Liam Girdwood
  Cc: Kyle Manna, Jorge Eduardo Candelaria, Graeme Gregory

This series of patches fixes a number of small problems with the TPS65910 that
were discovered on a custom board.

Additionally, the last patch enhances the platform to driver interface using the
TWL4030 series of regulators as an example.

Kyle Manna (6):
  mfd: TPS65910: Handle non-existent devices
  mfd: TPS65910: Add I2C slave address macros
  mfd: TPS65910: Fix typo that clobbers genirq
  mfd: TPS65910: Move linux/gpio.h include to header
  mfd: TPS65910: Fix tps65910_set_voltage
  mfd: TPS65910: Improve regulator init data

 drivers/mfd/tps65910.c                 |   23 ++-
 drivers/regulator/tps65910-regulator.c |  246 +++++++++++++++++++++++++-------
 include/linux/mfd/tps65910.h           |   36 +++++-
 3 files changed, 247 insertions(+), 58 deletions(-)

-- 
1.7.5.4


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

end of thread, other threads:[~2011-10-24 16:13 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-18 18:26 [PATCH 0/6] mfd: TPS65910 bug fixes and enhancements Kyle Manna
2011-10-18 18:26 ` [PATCH 1/6] mfd: TPS65910: Handle non-existent devices Kyle Manna
2011-10-18 18:26 ` [PATCH 2/6] mfd: TPS65910: Add I2C slave address macros Kyle Manna
2011-10-18 18:26 ` [PATCH 3/6] mfd: TPS65910: Fix typo that clobbers genirq Kyle Manna
2011-10-18 18:26 ` [PATCH 4/6] mfd: TPS65910: Move linux/gpio.h include to header Kyle Manna
2011-10-18 18:26 ` [PATCH 5/6] mfd: TPS65910: Fix tps65910_set_voltage Kyle Manna
2011-10-19 13:32   ` Mark Brown
2011-10-20 15:21     ` Kyle Manna
2011-10-18 18:26 ` [PATCH 6/6] mfd: TPS65910: Improve regulator init data Kyle Manna
2011-10-19 14:00   ` Mark Brown
2011-10-24 16:13     ` Kyle Manna
2011-10-18 18:42 ` [PATCH 0/6] mfd: TPS65910 bug fixes and enhancements Graeme Gregory

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.