mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v3 0/6] Add Dialog DA9063 core and regulator drivers
@ 2013-07-29 17:00 Philipp Zabel
  2013-07-29 17:00 ` [PATCH v3 1/6] mfd: da9063: Add register definitions for DA9063 driver Philipp Zabel
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Philipp Zabel @ 2013-07-29 17:00 UTC (permalink / raw)
  To: linux-kernel; +Cc: Mark Brown, Samuel Ortiz, Lee Jones, Krystian Garbaciak

Hi,

here is the third round of the DA9063 mfd core and regulator patches, with the
following changes since v2:
 - Split DA9063 core driver patch into three more digestible parts
   (register definitions, core mfd/i2c driver, regmap irqchip support)
 - Removed 32k clock output from the regulator driver
 - Added device tree binding documentation
 - Added 32k clock output to mfd driver using clock API

The regmap irq patch depends on regmap changes available at

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-irq-ack-mask

regards
Philipp

 .../devicetree/bindings/mfd/da9063-i2c.txt         |   68 ++
 drivers/mfd/Kconfig                                |   12 +
 drivers/mfd/Makefile                               |    3 +
 drivers/mfd/da9063-core.c                          |  261 +++++
 drivers/mfd/da9063-i2c.c                           |  182 ++++
 drivers/mfd/da9063-irq.c                           |  193 ++++
 drivers/regulator/Kconfig                          |   10 +
 drivers/regulator/Makefile                         |    1 +
 drivers/regulator/da9063-regulator.c               |  941 ++++++++++++++++++
 include/linux/mfd/da9063/core.h                    |   93 ++
 include/linux/mfd/da9063/pdata.h                   |  111 +++
 include/linux/mfd/da9063/registers.h               | 1028 ++++++++++++++++++++
 12 files changed, 2903 insertions(+)



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

end of thread, other threads:[~2013-08-29 18:35 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-29 17:00 [PATCH v3 0/6] Add Dialog DA9063 core and regulator drivers Philipp Zabel
2013-07-29 17:00 ` [PATCH v3 1/6] mfd: da9063: Add register definitions for DA9063 driver Philipp Zabel
2013-07-29 17:00 ` [PATCH v3 2/6] mfd: da9063: Add Dialog DA9063 core driver Philipp Zabel
2013-07-29 17:00 ` [PATCH v3 3/6] mfd: da9063: Add IRQ support Philipp Zabel
2013-07-29 17:00 ` [PATCH v3 4/6] regulator: da9063: Add Dialog DA9063 voltage regulators support Philipp Zabel
2013-08-29 18:35   ` Mark Brown
2013-07-29 17:00 ` [PATCH v3 5/6] Documentation: Add device tree bindings for DA9063 PMIC Philipp Zabel
2013-07-29 17:00 ` [PATCH v3 6/6] mfd: da9063: add 32 kHz output clock to clock tree Philipp Zabel
2013-07-29 18:15   ` Mark Brown
2013-08-02 11:50     ` Philipp Zabel
2013-08-20  1:18 ` [PATCH v3 0/6] Add Dialog DA9063 core and regulator drivers Samuel Ortiz

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

all inboxes | Powered by JetHome®