Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1320343
| From | Laxman Dewangan <ldewangan@nvidia.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH V5 5/5] regulator: max77620: add regulator driver for max77620/max20024 |
| Date | 2016-01-28 07:40 +0100 |
| Message-ID | <qVOpl-7Sk-37@gated-at.bofh.it> (permalink) |
| References | <qVzgB-4Ob-5@gated-at.bofh.it> <qVzgC-4Ob-25@gated-at.bofh.it> <qVLUv-5Mr-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thursday 28 January 2016 09:25 AM, Krzysztof Kozlowski wrote: > On 27.01.2016 23:10, Laxman Dewangan wrote: >> MAXIM Semiconductor's PMIC, MAX77620 and MAX20024 have the >> multiple DCDC and LDOs. This supplies the power to different >> components of the system. >> Also these rails has configuration for ramp time, flexible >> power sequence, slew rate etc. >> >> Add regulator driver to access these rails via regulator APIs. >> >> Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> >> Signed-off-by: Mallikarjun Kasoju <mkasoju@nvidia.com> >> --- >> Changes from V1: >> - Cleanup code based on comment received on mfd/rtc. >> - Avoid duplication on error message. >> >> Changes form V2: >> - Run coccicheck and checkpatch in strict mode for the alignment. >> - Refactor Regulator driver to use core API for DT parsing. >> - Update based on API changes. >> >> Changes from V3: >> - Change all sys initcall to module driver. >> - change the max77620_read argument to unisgned int from u8. >> >> Changes from V4: >> - Added DT binding document as devicetree/bindings/regulator/regulator-max77620.txt >> - Detail out properties. > What does it mean "Detail out properties"? What have changed> Based on review comment from Linus W, I added more description on the properties. > >> .../bindings/regulator/regulator-max77620.txt | 163 ++++ > Please put the bindings in separate patch. It might be easier for DT > guys to review them (they are acking the bindings, not the driver). Also OK, will push it. > I already reviewed the patchset but because of adding bindings here, you > could not add my reviewed-by tag (which makes my effort not tracked...). Yaah, This patch include the dt binding and so wanted your review again. This si only reason to not add reviewed-by. Now I am going to separate out DT binding and driver, I will add reviewed-by tag for you in driver file.
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH V5 0/5] Add support for MAXIM MAX77620/MAX20024 PMIC Laxman Dewangan <ldewangan@nvidia.com> - 2016-01-27 15:30 +0100
[PATCH V5 1/5] DT: mfd: add device-tree binding doc fro PMIC max77620/max20024 Laxman Dewangan <ldewangan@nvidia.com> - 2016-01-27 15:30 +0100
[PATCH V5 5/5] regulator: max77620: add regulator driver for max77620/max20024 Laxman Dewangan <ldewangan@nvidia.com> - 2016-01-27 15:30 +0100
Re: [PATCH V5 5/5] regulator: max77620: add regulator driver for max77620/max20024 Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-01-28 05:00 +0100
Re: [PATCH V5 5/5] regulator: max77620: add regulator driver for max77620/max20024 Laxman Dewangan <ldewangan@nvidia.com> - 2016-01-28 07:40 +0100
Re: [PATCH V5 5/5] regulator: max77620: add regulator driver for max77620/max20024 Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-01-28 07:50 +0100
Re: [PATCH V5 5/5] regulator: max77620: add regulator driver for max77620/max20024 Rob Herring <robh@kernel.org> - 2016-02-01 15:00 +0100
csiph-web