Message ID | 20190522184547.31791-1-f.fainelli@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | cpufreq: brcmstb-avs-cpufreq: Couple fixes | expand |
On Wednesday, May 22, 2019 8:45:45 PM CEST Florian Fainelli wrote: > Hi Rafael, Viresh, > > These patch series contains two minor fixes for the brcmstb-avs-cpufreq > driver. > > Florian Fainelli (2): > cpufreq: brcmstb-avs-cpufreq: Fix initial command check > cpufreq: brcmstb-avs-cpufreq: Fix types for voltage/frequency > > drivers/cpufreq/brcmstb-avs-cpufreq.c | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) These look straightforward enough to me, but it would be good to get an ACK from the driver maintainer for them.
On 5/27/19 3:51 AM, Rafael J. Wysocki wrote: > On Wednesday, May 22, 2019 8:45:45 PM CEST Florian Fainelli wrote: >> Hi Rafael, Viresh, >> >> These patch series contains two minor fixes for the brcmstb-avs-cpufreq >> driver. >> >> Florian Fainelli (2): >> cpufreq: brcmstb-avs-cpufreq: Fix initial command check >> cpufreq: brcmstb-avs-cpufreq: Fix types for voltage/frequency >> >> drivers/cpufreq/brcmstb-avs-cpufreq.c | 12 ++++++------ >> 1 file changed, 6 insertions(+), 6 deletions(-) > > These look straightforward enough to me, but it would be good to get an ACK from the > driver maintainer for them. Adding Markus' other email address. > > >
On Wed, 29 May 2019 at 10:02, Florian Fainelli <f.fainelli@gmail.com> wrote: > > On 5/27/19 3:51 AM, Rafael J. Wysocki wrote: > > On Wednesday, May 22, 2019 8:45:45 PM CEST Florian Fainelli wrote: > >> Hi Rafael, Viresh, > >> > >> These patch series contains two minor fixes for the brcmstb-avs-cpufreq > >> driver. > >> > >> Florian Fainelli (2): > >> cpufreq: brcmstb-avs-cpufreq: Fix initial command check > >> cpufreq: brcmstb-avs-cpufreq: Fix types for voltage/frequency To both of these Acked-by: Markus Mayer <mmayer@broadcom.com> My apologies for the delay. > >> drivers/cpufreq/brcmstb-avs-cpufreq.c | 12 ++++++------ > >> 1 file changed, 6 insertions(+), 6 deletions(-) > > > > These look straightforward enough to me, but it would be good to get an ACK from the > > driver maintainer for them. > > Adding Markus' other email address. > -- > Florian
On 03-06-19, 12:55, Markus Mayer wrote: > On Wed, 29 May 2019 at 10:02, Florian Fainelli <f.fainelli@gmail.com> wrote: > > > > On 5/27/19 3:51 AM, Rafael J. Wysocki wrote: > > > On Wednesday, May 22, 2019 8:45:45 PM CEST Florian Fainelli wrote: > > >> Hi Rafael, Viresh, > > >> > > >> These patch series contains two minor fixes for the brcmstb-avs-cpufreq > > >> driver. > > >> > > >> Florian Fainelli (2): > > >> cpufreq: brcmstb-avs-cpufreq: Fix initial command check > > >> cpufreq: brcmstb-avs-cpufreq: Fix types for voltage/frequency > > To both of these > > Acked-by: Markus Mayer <mmayer@broadcom.com> Applied. Thanks.