All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] regulator: s5m8767: Small fixes and device support
@ 2012-12-10 12:49 Amit Daniel Kachhap
  2012-12-10 12:49 ` [PATCH 1/4] regulator: s5m8767: Fix to work when platform registers less regulators Amit Daniel Kachhap
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Amit Daniel Kachhap @ 2012-12-10 12:49 UTC (permalink / raw)
  To: linux-kernel
  Cc: Sangbeom Kim, Liam Girdwood, Mark Brown, amit.kachhap,
	Thomas Abraham, kgene.kim, linux-samsung-soc

These patch series contains 3 small fixes and device tree support for pmic 
component of s5m8767 regulator driver.

Amit Daniel Kachhap (4):
  regulator: s5m8767: Fix to work when platform registers less
    regulators
  regulator: s5m8767: Fix to read the first DVS register.
  regulator: s5m8767: Fix to work even if no DVS gpio present
  regulator: add device tree support for s5m8767

 .../bindings/regulator/s5m8767-regulator.txt       |  133 +++++++++++
 drivers/mfd/sec-core.c                             |   75 ++++++-
 drivers/regulator/s5m8767.c                        |  230 ++++++++++++++++++--
 include/linux/mfd/samsung/core.h                   |    3 +
 4 files changed, 424 insertions(+), 17 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt

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

end of thread, other threads:[~2013-01-08 22:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-10 12:49 [PATCH 0/4] regulator: s5m8767: Small fixes and device support Amit Daniel Kachhap
2012-12-10 12:49 ` [PATCH 1/4] regulator: s5m8767: Fix to work when platform registers less regulators Amit Daniel Kachhap
2012-12-11  3:44   ` Mark Brown
2012-12-10 12:49 ` [PATCH 2/4] regulator: s5m8767: Fix to read the first DVS register Amit Daniel Kachhap
2012-12-11  3:47   ` Mark Brown
2012-12-10 12:49 ` [PATCH 3/4] regulator: s5m8767: Fix to work even if no DVS gpio present Amit Daniel Kachhap
2012-12-11  3:48   ` Mark Brown
2012-12-10 12:49 ` [PATCH 4/4] regulator: add device tree support for s5m8767 Amit Daniel Kachhap
2013-01-08 22:07   ` Thomas Abraham

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.