Re: [PATCH v2] regulator: twl: voltage lists for vdd1/2 on twl4030

2019-09-09 Thread Mark Brown
On Mon, Sep 09, 2019 at 08:32:06AM -0500, Adam Ford wrote: > I am not sure who the right maintainer is, but as of today, cpufreq > for users of twl4030 on 5.3-RC8 is still broken without this patch. > Is there any way it can be applied before the final release? Ugh, this affects cpufreq :/ I

Re: [PATCH v2] regulator: twl: voltage lists for vdd1/2 on twl4030

2019-09-09 Thread Andreas Kemnade
On Mon, 9 Sep 2019 08:32:06 -0500 Adam Ford wrote: > > > The patch fixes declaration of VDD1/2 regulators by > > > adding proper voltage lists. > > > > > > Fixes: 498209445124 ("regulator: core: simplify return value on > > > suported_voltage") > > > Cc: sta...@vger.kernel.org > > >

Re: [PATCH v2] regulator: twl: voltage lists for vdd1/2 on twl4030

2019-09-09 Thread Adam Ford
On Thu, Aug 15, 2019 at 5:47 AM Adam Ford wrote: > > On Wed, Aug 14, 2019 at 5:18 PM Andreas Kemnade wrote: > > > > _opp_supported_by_regulators() wrongly ignored errors from > > regulator_is_supported_voltage(), so it considered errors as > > success. Since > > commit 498209445124 ("regulator:

Re: [PATCH v2] regulator: twl: voltage lists for vdd1/2 on twl4030

2019-08-15 Thread Adam Ford
On Wed, Aug 14, 2019 at 5:18 PM Andreas Kemnade wrote: > > _opp_supported_by_regulators() wrongly ignored errors from > regulator_is_supported_voltage(), so it considered errors as > success. Since > commit 498209445124 ("regulator: core: simplify return value on > suported_voltage") >