mbox

[GIT,PULL] Immutable branch between MFD, Regulator and RTC due for the v4.9 merge window

Message ID 20160831125137.GI9415@dell
State Not Applicable
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-regulator-rtc-v4.9-1

Message

Lee Jones Aug. 31, 2016, 12:51 p.m. UTC
Enjoy!

The following changes since commit 694d0d0bb2030d2e36df73e2d23d5770511dbc8d:

  Linux 4.8-rc2 (2016-08-14 19:11:36 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-regulator-rtc-v4.9-1

for you to fetch changes up to 5d2fd5c79e169547fcd4bf363f96cc544fd3489e:

  rtc: Kconfig: Name RK818 in Kconfig for RTC_DRV_RK808 (2016-08-31 13:48:57 +0100)

----------------------------------------------------------------
Immutable branch between MFD, Regulator and RTC due for the v4.9 merge window

----------------------------------------------------------------
Wadim Egorov (4):
      mfd: rk808: Add RK818 support
      regulator: rk808: Add regulator driver for RK818
      mfd: dt-bindings: Add RK818 device tree bindings document
      rtc: Kconfig: Name RK818 in Kconfig for RTC_DRV_RK808

 Documentation/devicetree/bindings/mfd/rk808.txt |  37 +++-
 drivers/mfd/Kconfig                             |   4 +-
 drivers/mfd/rk808.c                             | 226 ++++++++++++++++++++----
 drivers/regulator/Kconfig                       |   4 +-
 drivers/regulator/rk808-regulator.c             | 143 ++++++++++++++-
 drivers/rtc/Kconfig                             |   4 +-
 include/linux/mfd/rk808.h                       | 154 +++++++++++++++-
 7 files changed, 516 insertions(+), 56 deletions(-)