Re: [PATCH 2/3] opp: Allow opp-supported-hw to contain multiple versions

2020-08-28 Thread Dmitry Osipenko
26.08.2020 14:50, Viresh Kumar пишет: > The bindings allow multiple versions to be passed to "opp-supported-hw" > property, either of which can result in enabling of the OPP. > > Update code to allow that. > > Signed-off-by: Viresh Kumar > --- > drivers/opp/of.c | 47 +++

Re: [PATCH 2/3] opp: Allow opp-supported-hw to contain multiple versions

2020-08-26 Thread Stephan Gerhold
On Wed, Aug 26, 2020 at 05:20:29PM +0530, Viresh Kumar wrote: > The bindings allow multiple versions to be passed to "opp-supported-hw" > property, either of which can result in enabling of the OPP. > > Update code to allow that. > > Signed-off-by: Viresh Kumar This is exactly what I was lookin

[PATCH 2/3] opp: Allow opp-supported-hw to contain multiple versions

2020-08-26 Thread Viresh Kumar
The bindings allow multiple versions to be passed to "opp-supported-hw" property, either of which can result in enabling of the OPP. Update code to allow that. Signed-off-by: Viresh Kumar --- drivers/opp/of.c | 47 +-- 1 file changed, 33 insertions(+)