All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v7 0/4] Add support for rk818
@ 2016-08-10  9:05 ` Wadim Egorov
  0 siblings, 0 replies; 24+ messages in thread
From: Wadim Egorov @ 2016-08-10  9:05 UTC (permalink / raw)
  To: linux-kernel, rtc-linux, devicetree, linux-rockchip
  Cc: dianders, zyw, robh+dt, mark.rutland, lee.jones, lgirdwood,
	broonie, a.zummo, alexandre.belloni

Changes since v6:
- Dropped a patch from this series which was applied by Michael Turquette
  commit cb98fd5d4da1 ("clk: Kconfig: Name RK818 in Kconfig for COMMON_CLK_RK808")
- Squashed patch
  mfd: RK808: Fetch PMIC variant from chip id register
  into the first patch.

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(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2016-08-19  8:33 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-10  9:05 [PATCH v7 0/4] Add support for rk818 Wadim Egorov
2016-08-10  9:05 ` Wadim Egorov
2016-08-10  9:05 ` [rtc-linux] " Wadim Egorov
2016-08-10  9:05 ` [PATCH v7 1/4] mfd: RK808: Add RK818 support Wadim Egorov
2016-08-10  9:05   ` Wadim Egorov
2016-08-10  9:05   ` [rtc-linux] " Wadim Egorov
2016-08-18 14:34   ` Lee Jones
2016-08-18 14:34     ` Lee Jones
2016-08-18 14:34     ` [rtc-linux] " Lee Jones
2016-08-19  6:18     ` Wadim Egorov
2016-08-19  6:18       ` Wadim Egorov
2016-08-19  6:18       ` [rtc-linux] " Wadim Egorov
2016-08-19  8:33       ` Lee Jones
2016-08-19  8:33         ` Lee Jones
2016-08-19  8:33         ` [rtc-linux] " Lee Jones
2016-08-10  9:05 ` [PATCH v7 2/4] regulator: rk808: Add regulator driver for RK818 Wadim Egorov
2016-08-10  9:05   ` Wadim Egorov
2016-08-10  9:05   ` [rtc-linux] " Wadim Egorov
2016-08-10  9:05 ` [PATCH v7 3/4] mfd: dt-bindings: Add RK818 device tree bindings document Wadim Egorov
2016-08-10  9:05   ` Wadim Egorov
2016-08-10  9:05   ` [rtc-linux] " Wadim Egorov
2016-08-10  9:05 ` [PATCH v7 4/4] rtc: Kconfig: Name RK818 in Kconfig for RTC_DRV_RK808 Wadim Egorov
2016-08-10  9:05   ` Wadim Egorov
2016-08-10  9:05   ` [rtc-linux] " Wadim Egorov

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.