public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add Dialog DA9063 core and regulator drivers
@ 2013-07-24 16:34 Philipp Zabel
  2013-07-24 16:34 ` [PATCH 1/2] mfd: Add Dialog DA9063 core driver Philipp Zabel
  2013-07-24 16:34 ` [PATCH 2/2] regulator: Add Dialog DA9063 voltage regulators support Philipp Zabel
  0 siblings, 2 replies; 15+ messages in thread
From: Philipp Zabel @ 2013-07-24 16:34 UTC (permalink / raw)
  To: linux-kernel; +Cc: Mark Brown, Lee Jones, Krystian Garbaciak

Hi, 

I've taken the DA9063 patches posted by Krystian Garbaciak last year and
tried to massage them into shape a bit, added device tree support and  
made changes to use more of the existing regulator and regmap infrastructure.
Here are the core driver and the regulator driver. 

The core driver depends on a patch I've sent earlier:
"[RFC] regmap: core: allow a virtual range to cover its own data window"
(https://lkml.org/lkml/2013/7/23/165). 

regards
Philipp

 drivers/mfd/Kconfig                  |   12 +
 drivers/mfd/Makefile                 |    3 +
 drivers/mfd/da9063-core.c            |  177 ++++++
 drivers/mfd/da9063-i2c.c             |  197 ++++++
 drivers/mfd/da9063-irq.c             |  193 ++++++
 drivers/regulator/Kconfig            |   10 +
 drivers/regulator/Makefile           |    1 +
 drivers/regulator/da9063-regulator.c | 1042 ++++++++++++++++++++++++++++++++
 include/linux/mfd/da9063/core.h      |  110 ++++
 include/linux/mfd/da9063/pdata.h     |  114 ++++
 include/linux/mfd/da9063/registers.h | 1090 ++++++++++++++++++++++++++++++++++
 11 files changed, 2949 insertions(+)


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

end of thread, other threads:[~2013-07-29 15:58 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-24 16:34 [PATCH 0/2] Add Dialog DA9063 core and regulator drivers Philipp Zabel
2013-07-24 16:34 ` [PATCH 1/2] mfd: Add Dialog DA9063 core driver Philipp Zabel
2013-07-24 17:07   ` Mark Brown
2013-07-25 11:00     ` Philipp Zabel
2013-07-25  8:04   ` Lee Jones
2013-07-25  8:08     ` Lee Jones
2013-07-25 17:34       ` Philipp Zabel
2013-07-25 18:00         ` Mark Brown
2013-07-29 15:46         ` Lee Jones
2013-07-29 15:57           ` Samuel Ortiz
2013-07-29 15:57           ` Philipp Zabel
2013-07-24 16:34 ` [PATCH 2/2] regulator: Add Dialog DA9063 voltage regulators support Philipp Zabel
2013-07-24 17:29   ` Mark Brown
2013-07-25 17:35     ` Philipp Zabel
2013-07-25 18:01       ` Mark Brown

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