Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1258630

Re: [PATCH v4 3/4] regulator: s2mps11: add support for S2MPS15 regulators

From Krzysztof Kozlowski <k.kozlowski@samsung.com>
Newsgroups linux.kernel
Subject Re: [PATCH v4 3/4] regulator: s2mps11: add support for S2MPS15 regulators
Date 2015-10-29 09:20 +0100
Message-ID <qoQBb-69G-3@gated-at.bofh.it> (permalink)
References <qoNtD-3ZY-3@gated-at.bofh.it> <qoNtE-3ZY-13@gated-at.bofh.it> <qoQrv-66j-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 29.10.2015 17:08, Lee Jones wrote:
> On Thu, 29 Oct 2015, Alim Akhtar wrote:
> 
>> From: Thomas Abraham <thomas.ab@samsung.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@samsung.com>
>> Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
>> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v4 0/4] mfd: sec: add S2MPS15 PMIC support Alim Akhtar <alim.akhtar@samsung.com> - 2015-10-29 06:00 +0100
  [PATCH v4 2/4] mfd: sec: Add support for S2MPS15 PMIC Alim Akhtar <alim.akhtar@samsung.com> - 2015-10-29 06:00 +0100
    Re: [PATCH v4 2/4] mfd: sec: Add support for S2MPS15 PMIC Lee Jones <lee.jones@linaro.org> - 2015-10-29 09:10 +0100
      Re: [PATCH v4 2/4] mfd: sec: Add support for S2MPS15 PMIC Alim Akhtar <alim.akhtar@samsung.com> - 2015-10-29 09:40 +0100
  [PATCH v4 4/4] drivers/rtc/rtc-s5m.c: add support for S2MPS15 RTC Alim Akhtar <alim.akhtar@samsung.com> - 2015-10-29 06:00 +0100
    Re: [PATCH v4 4/4] drivers/rtc/rtc-s5m.c: add support for S2MPS15 RTC Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-10-29 06:10 +0100
      Re: [PATCH v4 4/4] drivers/rtc/rtc-s5m.c: add support for S2MPS15 RTC Alim Akhtar <alim.akhtar@samsung.com> - 2015-10-29 06:40 +0100
    Re: [PATCH v4 4/4] drivers/rtc/rtc-s5m.c: add support for S2MPS15 RTC Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-10-29 07:00 +0100
      Re: [PATCH v4 4/4] drivers/rtc/rtc-s5m.c: add support for S2MPS15 RTC Alim Akhtar <alim.akhtar@samsung.com> - 2015-10-29 08:50 +0100
        Re: [PATCH v4 4/4] drivers/rtc/rtc-s5m.c: add support for S2MPS15 RTC Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-10-29 12:10 +0100
          Re: [PATCH v4 4/4] drivers/rtc/rtc-s5m.c: add support for S2MPS15 RTC Alim Akhtar <alim.akhtar@samsung.com> - 2015-10-29 12:20 +0100
            Re: [rtc-linux] Re: [PATCH v4 4/4] drivers/rtc/rtc-s5m.c: add support  for S2MPS15 RTC Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-10-29 12:40 +0100
              Re: [rtc-linux] Re: [PATCH v4 4/4] drivers/rtc/rtc-s5m.c: add support  for S2MPS15 RTC Alim Akhtar <alim.akhtar@gmail.com> - 2015-10-29 17:20 +0100
  [PATCH v4 1/4] dt-bindings: mfd: s2mps11: add documentation for  s2mps15 PMIC Alim Akhtar <alim.akhtar@samsung.com> - 2015-10-29 06:00 +0100
    Re: [PATCH v4 1/4] dt-bindings: mfd: s2mps11: add documentation for  s2mps15 PMIC Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-10-29 07:00 +0100
      Re: [PATCH v4 1/4] dt-bindings: mfd: s2mps11: add documentation for  s2mps15 PMIC Alim Akhtar <alim.akhtar@samsung.com> - 2015-10-29 08:50 +0100
  [PATCH v4 3/4] regulator: s2mps11: add support for S2MPS15 regulators Alim Akhtar <alim.akhtar@samsung.com> - 2015-10-29 06:00 +0100
    Re: [PATCH v4 3/4] regulator: s2mps11: add support for S2MPS15  regulators Lee Jones <lee.jones@linaro.org> - 2015-10-29 09:10 +0100
      Re: [PATCH v4 3/4] regulator: s2mps11: add support for S2MPS15  regulators Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-10-29 09:20 +0100
        Re: [PATCH v4 3/4] regulator: s2mps11: add support for S2MPS15  regulators Alim Akhtar <alim.akhtar@samsung.com> - 2015-10-29 09:40 +0100

csiph-web