linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/6] Add support for rk818
@ 2016-05-10 13:18 Wadim Egorov
  2016-05-10 13:18 ` [PATCH v5 1/6] regulator: rk808: Migrate to regulator core's simplified DT parsing code Wadim Egorov
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Wadim Egorov @ 2016-05-10 13:18 UTC (permalink / raw)
  To: linux-kernel, linux-clk, rtc-linux, devicetree, linux-rockchip
  Cc: robh+dt, mark.rutland, ijc+devicetree, galak, mturquette, sboyd,
	lee.jones, lgirdwood, broonie, a.zummo, alexandre.belloni,
	dianders, zyw

Hello,

patches are based on top of

commit d5623161accb ("mfd: rk808: Use devm_mfd_add_devices() for mfd_device registration")

in linux-next.

Changes since v4:
- Added Acked-by from Mark Brown in patch 1
- Dropped a patch from this series which was applied by Mark Brown
  commit 129d7cf98f5c ("regulator: rk808: Add rk808_reg_ops_ranges for LDO3")

Wadim Egorov (6):
  regulator: rk808: Migrate to regulator core's simplified DT parsing
    code
  mfd: RK808: Add RK818 support
  regulator: rk808: Add regulator driver for RK818
  mfd: dt-bindings: Add RK818 device tree bindings document
  clk: Kconfig: Name RK818 in Kconfig for COMMON_CLK_RK808
  rtc: Kconfig: Name RK818 in Kconfig for RTC_DRV_RK808

 Documentation/devicetree/bindings/mfd/rk808.txt |  37 ++-
 drivers/clk/Kconfig                             |   4 +-
 drivers/mfd/Kconfig                             |   4 +-
 drivers/mfd/rk808.c                             | 231 ++++++++++++---
 drivers/regulator/Kconfig                       |   4 +-
 drivers/regulator/rk808-regulator.c             | 363 +++++++++++++-----------
 drivers/rtc/Kconfig                             |   4 +-
 include/linux/mfd/rk808.h                       | 162 ++++++++++-
 8 files changed, 590 insertions(+), 219 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2016-05-13 11:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-10 13:18 [PATCH v5 0/6] Add support for rk818 Wadim Egorov
2016-05-10 13:18 ` [PATCH v5 1/6] regulator: rk808: Migrate to regulator core's simplified DT parsing code Wadim Egorov
2016-05-10 13:18 ` [PATCH v5 2/6] mfd: RK808: Add RK818 support Wadim Egorov
2016-05-10 13:18 ` [PATCH v5 3/6] regulator: rk808: Add regulator driver for RK818 Wadim Egorov
2016-05-10 14:03   ` Lee Jones
2016-05-10 14:15     ` Wadim Egorov
2016-05-13 11:20   ` Mark Brown
2016-05-10 13:18 ` [PATCH v5 4/6] mfd: dt-bindings: Add RK818 device tree bindings document Wadim Egorov
2016-05-10 13:18 ` [PATCH v5 5/6] clk: Kconfig: Name RK818 in Kconfig for COMMON_CLK_RK808 Wadim Egorov
2016-05-10 13:19 ` [PATCH v5 6/6] rtc: Kconfig: Name RK818 in Kconfig for RTC_DRV_RK808 Wadim Egorov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).