[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-id: <5631D533.6070807@samsung.com>
Date: Thu, 29 Oct 2015 17:13:39 +0900
From: Krzysztof Kozlowski <k.kozlowski@...sung.com>
To: Lee Jones <lee.jones@...aro.org>,
Alim Akhtar <alim.akhtar@...sung.com>
Cc: broonie@...nel.org, linux-samsung-soc@...r.kernel.org,
rtc-linux@...glegroups.com, linux-kernel@...r.kernel.org,
Thomas Abraham <thomas.ab@...sung.com>
Subject: Re: [PATCH v4 3/4] regulator: s2mps11: add support for S2MPS15
regulators
On 29.10.2015 17:08, Lee Jones wrote:
> On Thu, 29 Oct 2015, Alim Akhtar wrote:
>
>> From: Thomas Abraham <thomas.ab@...sung.com>
>>
>> The S2MPS15 PMIC is similar in functionality to S2MPS11/14 PMIC. It contains
>> 27 LDO and 10 Buck regulators and allows programming these regulators via a
>> I2C interface. This patch adds initial support for LDO/Buck regulators of
>> S2MPS15 PMIC.
>>
>> Signed-off-by: Thomas Abraham <thomas.ab@...sung.com>
>> Signed-off-by: Alim Akhtar <alim.akhtar@...sung.com>
>> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@...sung.com>
>> ---
>> drivers/regulator/Kconfig | 4 +-
>> drivers/regulator/s2mps11.c | 135 ++++++++++++++++++++++++++++++++++++++++++-
>> 2 files changed, 136 insertions(+), 3 deletions(-)
>
> [...]
>
>> @@ -1070,6 +1202,7 @@ static const struct platform_device_id s2mps11_pmic_id[] = {
>> { "s2mps11-pmic", S2MPS11X},
>> { "s2mps13-pmic", S2MPS13X},
>> { "s2mps14-pmic", S2MPS14X},
>> + { "s2mps15-regulator", S2MPS15X},
>> { "s2mpu02-pmic", S2MPU02},
>> { },
>> };
>
> Are you going to s/pmic/regulator/ for the existing devices too?
Yeah, I expected that as well... but of course it is orthogonal to this
patchset.
Best regards,
Krzysztof
--
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