mbox

[GIT,PULL] Immutable branch between MFD, GPIO, Input and Regulator due for the v4.10 merge window

Message ID 20161026093438.GO8574@dell
State Not Applicable, archived
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-gpio-input-regulator-v4.10

Message

Lee Jones Oct. 26, 2016, 9:34 a.m. UTC
The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:

  Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-gpio-input-regulator-v4.10

for you to fetch changes up to 2dc4940360d4c0c38aa9275532c7c0d7542f6258:

  regulator: tps65218: Remove all the compatibles (2016-10-26 10:30:39 +0100)

----------------------------------------------------------------
Immutable branch between MFD, GPIO, Input and Regulator due for the v4.10 merge window

----------------------------------------------------------------
Keerthy (5):
      mfd: tps65218: Remove redundant read wrapper
      Documentation: regulator: tps65218: Update examples
      input: tps65218-pwrbutton: Add platform_device_id table
      mfd: tps65218: Use mfd_add_devices instead of of_platform_populate
      regulator: tps65218: Remove all the compatibles

 .../devicetree/bindings/regulator/tps65218.txt     |  87 +++++++++---
 drivers/gpio/gpio-tps65218.c                       |   3 +-
 drivers/input/misc/tps65218-pwrbutton.c            |   8 ++
 drivers/mfd/tps65218.c                             |  34 ++---
 drivers/regulator/tps65218-regulator.c             | 153 ++++++++-------------
 include/linux/mfd/tps65218.h                       |   3 +-
 6 files changed, 157 insertions(+), 131 deletions(-)