Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1232274

[GIT PULL] regulator fixes for v4.3

From Mark Brown <broonie@kernel.org>
Newsgroups linux.kernel
Subject [GIT PULL] regulator fixes for v4.3
Date 2015-09-24 19:20 +0200
Message-ID <qcilB-143-31@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

The following changes since commit 1f93e4a96c9109378204c147b3eec0d0e8100fde:

  Linux 4.3-rc2 (2015-09-20 14:32:34 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v4.3-rc2

for you to fetch changes up to 16651fc2f30dfe14dcdd59cf0ccb4e1ccdba4dc7:

  Merge remote-tracking branches 'regulator/fix/anatop', 'regulator/fix/gpio', 'regulator/fix/pbias', 'regulator/fix/tpx65218' and 'regulator/fix/vexpress' into regulator-linus (2015-09-21 14:16:09 -0700)

----------------------------------------------------------------
regulator: Fixes for v4.3

A collection of fixes that came in since I tagged the merge window pull
request for v4.3:

 - Error handling fixes in the core.
 - Fixes to a couple of TI drivers for device specific issues.
 - Several fixes for module autoloading.

----------------------------------------------------------------
Andrew F. Davis (1):
      regulator: tps65218: Fix missing zero typo

Charles Keepax (1):
      regulator: core: Correct return value check in regulator_resolve_supply

Kishon Vijay Abraham I (1):
      regulator: pbias: program pbias register offset in pbias driver

Luis de Bethencourt (3):
      regulator: anatop: Fix module autoload for OF platform driver
      regulator: gpio: Fix module autoload for OF platform driver
      regulator: vexpress: Fix module autoload for OF platform driver

Mark Brown (2):
      Merge remote-tracking branch 'regulator/fix/core' into regulator-linus
      Merge remote-tracking branches 'regulator/fix/anatop', 'regulator/fix/gpio', 'regulator/fix/pbias', 'regulator/fix/tpx65218' and 'regulator/fix/vexpress' into regulator-linus

Sudip Mukherjee (1):
      regulator: core: fix possible NULL dereference

 .../bindings/regulator/pbias-regulator.txt         |  7 ++-
 drivers/regulator/anatop-regulator.c               |  1 +
 drivers/regulator/core.c                           | 21 ++++----
 drivers/regulator/gpio-regulator.c                 |  1 +
 drivers/regulator/pbias-regulator.c                | 56 +++++++++++++++++++---
 drivers/regulator/tps65218-regulator.c             |  2 +-
 drivers/regulator/vexpress.c                       |  1 +
 7 files changed, 70 insertions(+), 19 deletions(-)

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[GIT PULL] regulator fixes for v4.3 Mark Brown <broonie@kernel.org> - 2015-09-24 19:20 +0200

csiph-web