Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1473425
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [GIT PULL] Immutable branch between MFD, Regulator and RTC due for the v4.9 merge window |
| Date | 2016-08-31 14:50 +0200 |
| Message-ID | <scd7P-2sm-9@gated-at.bofh.it> (permalink) |
| References | <sbsLD-6Cn-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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(-)
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v8 1/4] mfd: RK808: Add RK818 support Wadim Egorov <w.egorov@phytec.de> - 2016-08-29 13:20 +0200 [PATCH v8 2/4] regulator: rk808: Add regulator driver for RK818 Wadim Egorov <w.egorov@phytec.de> - 2016-08-29 13:20 +0200 [PATCH v8 3/4] mfd: dt-bindings: Add RK818 device tree bindings document Wadim Egorov <w.egorov@phytec.de> - 2016-08-29 13:20 +0200 [PATCH v8 4/4] rtc: Kconfig: Name RK818 in Kconfig for RTC_DRV_RK808 Wadim Egorov <w.egorov@phytec.de> - 2016-08-29 13:20 +0200 [GIT PULL] Immutable branch between MFD, Regulator and RTC due for the v4.9 merge window Lee Jones <lee.jones@linaro.org> - 2016-08-31 14:50 +0200
csiph-web