[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-id: <1401275411-21947-1-git-send-email-cw00.choi@samsung.com>
Date: Wed, 28 May 2014 20:10:07 +0900
From: Chanwoo Choi <cw00.choi@...sung.com>
To: sbkim73@...sung.com, sameo@...ux.intel.com, lee.jones@...aro.org,
broonie@...nel.org, lgirdwood@...il.com,
linux-kernel@...r.kernel.org
Cc: myungjoo.ham@...sung.com, kyungmin.park@...sung.com,
jonghwa3.lee@...sung.com, Chanwoo Choi <cw00.choi@...sung.com>
Subject: [PATCH 0/4] regulator: s2mps11: Add support S2MPU02 PMIC device
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.
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
Jonghwa Lee (1):
regulator: s2mps11: Set offset to voltage hexadecimal code of S2MPU02 LDO regulators
Documentation/devicetree/bindings/mfd/s2mps11.txt | 7 +-
drivers/mfd/sec-core.c | 45 ++++
drivers/mfd/sec-irq.c | 88 ++++++
drivers/regulator/s2mps11.c | 315 ++++++++++++++++++++--
include/linux/mfd/samsung/core.h | 1 +
include/linux/mfd/samsung/irq.h | 24 ++
include/linux/mfd/samsung/s2mpu02.h | 205 ++++++++++++++
7 files changed, 667 insertions(+), 18 deletions(-)
create mode 100644 include/linux/mfd/samsung/s2mpu02.h
--
1.8.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists