]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: sec: Add support for S2MPS15 PMIC
authorThomas Abraham <thomas.ab@samsung.com>
Fri, 20 Nov 2015 10:37:51 +0000 (16:07 +0530)
committerLee Jones <lee.jones@linaro.org>
Mon, 23 Nov 2015 10:33:16 +0000 (10:33 +0000)
commit4319c7a3cb511c0f098d4ae22ee26aeb76dec996
tree4f67d44a6244c675ab8531d1ef46d3516faab758
parentdb40e31ebbf3ef7dc8769277dd7bd9cc45daf866
mfd: sec: Add support for S2MPS15 PMIC

Add support for S2MPS15 PMIC which is similar to S2MPS11 PMIC. The S2MPS15
PMIC supports 27 LDO regulators, 10 buck regulators, RTC, three 32.768KHz
clock outputs and battery charger. This patch adds initial support for
LDO and buck regulators of S2MPS15 device.

Signed-off-by: Thomas Abraham <thomas.ab@samsung.com>
Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
[Alim: Added s2mps15_devs like rtc and clk and related changes]
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/sec-core.c
drivers/mfd/sec-irq.c
include/linux/mfd/samsung/core.h
include/linux/mfd/samsung/s2mps15.h [new file with mode: 0644]