Re: [PATCH 1/3] cpufreq: brcmstb-avs-cpufreq: more flexible interface for __issue_avs_command()

2020-06-15 Thread Viresh Kumar
On 28-05-20, 11:20, Markus Mayer wrote: > We are changing how parameters are passed to __issue_avs_command(), so we > can pass input *and* output arguments with the same command, rather than > just one or the other. > > Signed-off-by: Markus Mayer > --- > drivers/cpufreq/brcmstb-avs-cpufreq.c |

Re: [PATCH 1/3] cpufreq: brcmstb-avs-cpufreq: more flexible interface for __issue_avs_command()

2020-05-29 Thread Florian Fainelli
On 5/28/20 11:20 AM, Markus Mayer wrote: > We are changing how parameters are passed to __issue_avs_command(), so we > can pass input *and* output arguments with the same command, rather than > just one or the other. > > Signed-off-by: Markus Mayer Acked-by: Florian Fainelli -- Florian

[PATCH 1/3] cpufreq: brcmstb-avs-cpufreq: more flexible interface for __issue_avs_command()

2020-05-28 Thread Markus Mayer
We are changing how parameters are passed to __issue_avs_command(), so we can pass input *and* output arguments with the same command, rather than just one or the other. Signed-off-by: Markus Mayer --- drivers/cpufreq/brcmstb-avs-cpufreq.c | 30 +-- 1 file changed, 14