public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCHv3 0/3] mfd: sec-core: Add support S2MPU02 PMIC device
@ 2014-06-09  6:15 Chanwoo Choi
  2014-06-09  6:15 ` [PATCHv3 1/3] mfd: sec-core: Add support for S2MPU02 device Chanwoo Choi
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Chanwoo Choi @ 2014-06-09  6:15 UTC (permalink / raw)
  To: lee.jones, broonie, sbkim73, sameo, lgirdwood, linux-kernel
  Cc: myungjoo.ham, kyungmin.park, jonghwa3.lee, k.kozlowski,
	Chanwoo Choi

This patch add Samsung S2MPU02 PMIC device driver in exiting S2MPS11 PMIC
driver because S2MPU02 has a little different between S2MPU02 and S2MPS1x.
The S2MPU02 PMIC has LDO[1-28] and BUCK[1-7] regulators.

This patchset had a dependency on regulator.git (Mark Brown) because following
patchset[1-4] has only applied on regulator.git.
[1] https://lkml.org/lkml/2014/4/14/750
[2] https://lkml.org/lkml/2014/4/14/683
[3] https://lkml.org/lkml/2014/5/1/339
[4] https://lkml.org/lkml/2014/5/17/67

Changes from v2:
- Change patchset name
- Remove un-necessary switch statement
- Add acked message by Mark Brown for regulator patch
- Add reviewed message by Krzysztof Kozlowski for all patchs

Changes from v1:
- Fix typo about patch description
- Use existing suspend_state variable instead of defining new variable for S2MPU02
- Remove unnecessary parameter of s2mps11_pmic_dt_parse()
- Remove unfit comment of s2mpu02.h file
- Both patch2 and patch3 should be squashed on patch2

Chanwoo Choi (3):
  mfd: sec-core: Add support for S2MPU02 device
  regulator: s2mps11: Add support S2MPU02 regulator device
  dt-bindings: mfd: s2mps11: Add support S2MPU02 PMIC

 Documentation/devicetree/bindings/mfd/s2mps11.txt |   7 +-
 drivers/mfd/sec-core.c                            |  44 +++
 drivers/mfd/sec-irq.c                             |  88 ++++++
 drivers/regulator/s2mps11.c                       | 311 ++++++++++++++++++++--
 include/linux/mfd/samsung/core.h                  |   1 +
 include/linux/mfd/samsung/irq.h                   |  24 ++
 include/linux/mfd/samsung/s2mpu02.h               | 200 ++++++++++++++
 7 files changed, 654 insertions(+), 21 deletions(-)
 create mode 100644 include/linux/mfd/samsung/s2mpu02.h

-- 
1.8.0


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

end of thread, other threads:[~2014-06-10  1:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-09  6:15 [PATCHv3 0/3] mfd: sec-core: Add support S2MPU02 PMIC device Chanwoo Choi
2014-06-09  6:15 ` [PATCHv3 1/3] mfd: sec-core: Add support for S2MPU02 device Chanwoo Choi
2014-06-09  6:15 ` [PATCHv3 2/3] regulator: s2mps11: Add support S2MPU02 regulator device Chanwoo Choi
2014-06-09 19:55   ` Mark Brown
2014-06-10  1:32     ` Chanwoo Choi
2014-06-09  6:15 ` [PATCHv3 3/3] dt-bindings: mfd: s2mps11: Add support S2MPU02 PMIC Chanwoo Choi

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