public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/3] Add RK818 PMIC support
@ 2016-04-08  9:47 Wadim Egorov
  2016-04-08  9:47 ` [RFC 1/3] mfd: RK808: Add RK818 support Wadim Egorov
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Wadim Egorov @ 2016-04-08  9:47 UTC (permalink / raw)
  To: linux-kernel, linux-rockchip, devicetree
  Cc: robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak,
	lee.jones, lgirdwood, broonie, dianders, zyw

Hello,

this patch adds support for rockchip's RK818 PMIC.

I am not sure if I have to rename all filenames and all relevant variable names
after adding a second supported device to the RK808 driver, e.g:

  mfd/rk8xx.c
  regulator/rk8xx-regulator.c
  clk/clk-rk8xx.c

Regards,
Wadim

Wadim Egorov (3):
  mfd: RK808: Add RK818 support
  regulator: rk808: Add support for rk818
  mfd: dt-bindings: Add RK818 device tree bindings document

 Documentation/devicetree/bindings/mfd/rk808.txt |  37 ++-
 drivers/mfd/Kconfig                             |   6 +-
 drivers/mfd/rk808.c                             | 279 +++++++++++++++----
 drivers/regulator/rk808-regulator.c             | 343 ++++++++++++++++++++++--
 include/linux/mfd/rk808.h                       | 182 ++++++++++++-
 5 files changed, 761 insertions(+), 86 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2016-04-11 16:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-08  9:47 [RFC 0/3] Add RK818 PMIC support Wadim Egorov
2016-04-08  9:47 ` [RFC 1/3] mfd: RK808: Add RK818 support Wadim Egorov
2016-04-11  8:41   ` Lee Jones
2016-04-08  9:47 ` [RFC 2/3] regulator: rk808: Add support for rk818 Wadim Egorov
2016-04-10 19:04   ` Mark Brown
2016-04-08  9:47 ` [RFC 3/3] mfd: dt-bindings: Add RK818 device tree bindings document Wadim Egorov
2016-04-11  8:44   ` Lee Jones
2016-04-11 16:03     ` Rob Herring
2016-04-11 16:19       ` Lee Jones
2016-04-11 15:48   ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox