All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] regulator fixes for 2.6.36-rc5
@ 2010-09-15 15:13 Liam Girdwood
  0 siblings, 0 replies; only message in thread
From: Liam Girdwood @ 2010-09-15 15:13 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Mark Brown, linux-kernel

Hi Linus,

Please pull the following regulator fixes for 2.6.36-rc5. Mostly trivial
logic and value checking fixes.

Thanks

Liam

---

The following changes since commit 2bfc96a127bc1cc94d26bfaa40159966064f9c8c:
  Linus Torvalds (1):
        Linux 2.6.36-rc3

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git for-linus

Axel Lin (15):
      regulator: ab3100 - fix the logic to remove already registered regulators in error path
      regulator: ab8500 - fix the logic to remove already registered regulators in error path
      regulator: max1586 - improve the logic of choosing selector
      regulator: tps6507x - remove incorrect comments
      regulator: max8998 - fix memory allocation size for max8998->rdev
      regulator: max8998 - set max8998->num_regulators
      regulator: tps6586x-regulator - fix value range checking for val
      regulator: tps6586x-regulator - fix bit_mask parameter for tps6586x_set_bits()
      regulator: set max8998->dev to &pdev->dev.
      regulator: ad5398 - fix a memory leak
      regulator: isl6271a-regulator - fix regulator_desc parameter for regulator_register()
      regulator: 88pm8607 - fix value range checking for accessing info->vol_table
      regulator: ab8500 - fix off-by-one value range checking for selector
      regulator: wm831x-ldo - fix the logic to set REGULATOR_MODE_IDLE and REGULATOR_MODE_STANDBY modes
      regulator: wm8350-regulator - fix the logic of checking REGULATOR_MODE_STANDBY mode

Dan Carpenter (1):
      regulator/ab8500: move dereference below the check for NULL

Mark Brown (1):
      regulator: Update e-mail address for Liam Girdwood

 Documentation/power/regulator/overview.txt |    2 +-
 drivers/regulator/88pm8607.c               |    4 ++--
 drivers/regulator/ab3100.c                 |    5 +----
 drivers/regulator/ab8500.c                 |    9 ++++-----
 drivers/regulator/ad5398.c                 |   12 ++++++------
 drivers/regulator/isl6271a-regulator.c     |    2 +-
 drivers/regulator/max1586.c                |   12 ++++++------
 drivers/regulator/max8998.c                |    8 +++++---
 drivers/regulator/tps6507x-regulator.c     |    6 ------
 drivers/regulator/tps6586x-regulator.c     |    4 ++--
 drivers/regulator/wm831x-ldo.c             |    7 ++++---
 drivers/regulator/wm8350-regulator.c       |    2 +-
 12 files changed, 33 insertions(+), 40 deletions(-)



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-09-15 15:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-15 15:13 [GIT PULL] regulator fixes for 2.6.36-rc5 Liam Girdwood

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.