Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1595944
| From | Mark Brown <broonie@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 1/2] regulator: core: add regulator_has_continuous_voltage_range() |
| Date | 2017-03-09 12:30 +0100 |
| Message-ID | <tj4qB-4sF-1@gated-at.bofh.it> (permalink) |
| References | <tiQdY-35t-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
On Wed, Mar 08, 2017 at 12:02:45PM -0800, Matthias Kaehlcke wrote: > The new function allows consumers to determine if a regulator is > continuous or discrete, and whether the results of Why? As we discussed at ELC this is an implementation detail of the regulator and it's to an extent a taste decision if the regulator is represented as a linear range or a continuous range (in fact given improvements in the core we could probably just update all continuous range regulators to linear ones). > regulator_count_voltages() and regulator_list_voltage() correspond > to the regulator itself or its supply. Why? > Change-Id: I1198cee9fff60dc747a02860e9652034f4d5da33 Don't include noise like this upstream.
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 1/2] regulator: core: add regulator_has_continuous_voltage_range() Matthias Kaehlcke <mka@chromium.org> - 2017-03-08 21:20 +0100
[PATCH v2 2/2] regulator: Add driver for voltage controlled regulators Matthias Kaehlcke <mka@chromium.org> - 2017-03-08 21:20 +0100
Re: [PATCH v2 1/2] regulator: core: add regulator_has_continuous_voltage_range() Mark Brown <broonie@kernel.org> - 2017-03-09 12:30 +0100
Re: [PATCH v2 1/2] regulator: core: add regulator_has_continuous_voltage_range() Matthias Kaehlcke <mka@chromium.org> - 2017-03-09 20:50 +0100
csiph-web