Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1384832
| From | Mark Brown <broonie@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 3/7] regulator: rk808: Migrate to regulator core's simplified DT parsing code |
| Date | 2016-04-22 11:50 +0200 |
| Message-ID | <rqFSP-8hs-11@gated-at.bofh.it> (permalink) |
| References | <rqmGu-1gD-9@gated-at.bofh.it> <rqmGv-1gD-19@gated-at.bofh.it> <rqpl1-3pZ-23@gated-at.bofh.it> <rqFg7-7ZV-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
On Fri, Apr 22, 2016 at 11:03:09AM +0200, Wadim Egorov wrote:
> On 21.04.2016 18:01, Mark Brown wrote:
> >> +static int rk808_set_suspend_voltage(struct regulator_dev *rdev, int uv)
> >> +{
> > This is fine but is adding a new feature and not part of the refactoring
> > that the changelog talked about so should be in a separate commit.
> This is not really a new feature.
> rk808_set_suspend_voltage() was using regulator_map_voltage_linear_range().
> I have just renamed the function to rk808_set_suspend_voltage_range()
> and added an ops struct for ranges.
> Yes, I have also added rk808_set_suspend_voltage(), but this is just a split
> for the two types of ops that the driver needs now.
> This was needed, because the driver used only linear ranges.
> IMO it should be a part of the refactoring.
If that's the case then split this into multiple refactorings each doing
one change so this can be more easily reviewed.
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v2 3/7] regulator: rk808: Migrate to regulator core's simplified DT parsing code Wadim Egorov <w.egorov@phytec.de> - 2016-04-21 15:20 +0200
Re: [PATCH v2 3/7] regulator: rk808: Migrate to regulator core's simplified DT parsing code Mark Brown <broonie@kernel.org> - 2016-04-21 18:10 +0200
Re: [PATCH v2 3/7] regulator: rk808: Migrate to regulator core's simplified DT parsing code Wadim Egorov <w.egorov@phytec.de> - 2016-04-22 11:10 +0200
Re: [PATCH v2 3/7] regulator: rk808: Migrate to regulator core's simplified DT parsing code Mark Brown <broonie@kernel.org> - 2016-04-22 11:50 +0200
csiph-web