Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1412108
| From | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [RFC PATCH v1 0/3] regulator: qcom_smd: add list_voltage callback support. |
| Date | 2016-06-02 12:30 +0200 |
| Message-ID | <rFy2Z-4Jw-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patchset adds list_voltage callback support to qcom smd regulator driver. One of the helper patch modifies the existing list_voltage_linear_range() callback to consider voltage constriants, so that the consumers get the actual supported voltage range information. Without this patchset, I was unable to get SD card working with the mainline kernel on DB410c. Thanks, srini Srinivas Kandagatla (3): regulator: helpers: consider constriants in list_voltage_linear_range regulator: qcom_smd: add list_voltage callback regulator: qcom_smd: add linear range to pm8941 lnldo drivers/regulator/helpers.c | 10 ++++++++-- drivers/regulator/qcom_smd-regulator.c | 6 +++++- 2 files changed, 13 insertions(+), 3 deletions(-) -- 2.8.2
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[RFC PATCH v1 0/3] regulator: qcom_smd: add list_voltage callback support. Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2016-06-02 12:30 +0200
[RFC PATCH v1 2/3] regulator: qcom_smd: add list_voltage callback Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2016-06-02 12:30 +0200
Re: [RFC PATCH v1 2/3] regulator: qcom_smd: add list_voltage callback Mark Brown <broonie@kernel.org> - 2016-06-03 12:50 +0200
Re: [RFC PATCH v1 2/3] regulator: qcom_smd: add list_voltage callback Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2016-06-03 13:30 +0200
csiph-web