All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/7] Add support for rk818
@ 2016-04-26 14:54 ` Wadim Egorov
  0 siblings, 0 replies; 34+ messages in thread
From: Wadim Egorov @ 2016-04-26 14:54 UTC (permalink / raw)
  To: linux-kernel, linux-clk, rtc-linux, devicetree, linux-rockchip,
	lee.jones
  Cc: robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak,
	mturquette, sboyd, lgirdwood, broonie, a.zummo,
	alexandre.belloni, dianders, zyw

Hello,

I dropped the patch which renamed the rk808 struct.

The regulator patches are based on top of
commit 4a5ed8c1adc3 ("regulator: rk808: remove unused rk808_reg_ops_ranges")

Changes since v3:
- dropped rename patch
- rebased patch 4: renamed rk8xx struct back to rk808
- File comment description shows now RK808/RK818
- Module descriptions show now RK808/RK818


Wadim Egorov (7):
  regulator: rk808: Add rk808_reg_ops_ranges for LDO3
  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                             | 229 +++++++++++---
 drivers/regulator/Kconfig                       |   4 +-
 drivers/regulator/rk808-regulator.c             | 393 ++++++++++++++----------
 drivers/rtc/Kconfig                             |   4 +-
 include/linux/mfd/rk808.h                       | 162 +++++++++-
 8 files changed, 618 insertions(+), 219 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2016-05-10  7:54 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-26 14:54 [PATCH v4 0/7] Add support for rk818 Wadim Egorov
2016-04-26 14:54 ` Wadim Egorov
2016-04-26 14:54 ` [rtc-linux] " Wadim Egorov
2016-04-26 14:54 ` [PATCH v4 1/7] regulator: rk808: Add rk808_reg_ops_ranges for LDO3 Wadim Egorov
2016-04-26 14:54   ` [rtc-linux] " Wadim Egorov
2016-04-27 16:35   ` Applied "regulator: rk808: Add rk808_reg_ops_ranges for LDO3" to the regulator tree Mark Brown
2016-04-27 16:35     ` Mark Brown
2016-04-27 16:35     ` Mark Brown
2016-04-27 16:35     ` [rtc-linux] " Mark Brown
2016-04-27 21:54   ` [PATCH v4 1/7] regulator: rk808: Add rk808_reg_ops_ranges for LDO3 Heiko Stübner
2016-04-27 21:54     ` [rtc-linux] " Heiko Stübner
2016-04-26 14:54 ` [PATCH v4 2/7] regulator: rk808: Migrate to regulator core's simplified DT parsing code Wadim Egorov
2016-04-26 14:54   ` Wadim Egorov
2016-04-26 14:54   ` [rtc-linux] " Wadim Egorov
2016-04-27 16:57   ` Mark Brown
2016-04-27 16:57     ` Mark Brown
2016-04-27 16:57     ` [rtc-linux] " Mark Brown
2016-04-26 14:54 ` [PATCH v4 3/7] mfd: RK808: Add RK818 support Wadim Egorov
2016-04-26 14:54   ` [rtc-linux] " Wadim Egorov
2016-05-10  6:51   ` Wadim Egorov
2016-05-10  6:51     ` [rtc-linux] " Wadim Egorov
2016-05-10  7:54     ` Lee Jones
2016-05-10  7:54       ` [rtc-linux] " Lee Jones
2016-04-26 14:54 ` [PATCH v4 4/7] regulator: rk808: Add regulator driver for RK818 Wadim Egorov
2016-04-26 14:54   ` [rtc-linux] " Wadim Egorov
2016-04-26 14:54 ` [PATCH v4 5/7] mfd: dt-bindings: Add RK818 device tree bindings document Wadim Egorov
2016-04-26 14:54   ` Wadim Egorov
2016-04-26 14:54   ` [rtc-linux] " Wadim Egorov
2016-04-26 14:54 ` [PATCH v4 6/7] clk: Kconfig: Name RK818 in Kconfig for COMMON_CLK_RK808 Wadim Egorov
2016-04-26 14:54   ` Wadim Egorov
2016-04-26 14:54   ` [rtc-linux] " Wadim Egorov
2016-04-26 14:54 ` [PATCH v4 7/7] rtc: Kconfig: Name RK818 in Kconfig for RTC_DRV_RK808 Wadim Egorov
2016-04-26 14:54   ` Wadim Egorov
2016-04-26 14:54   ` [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.