Message ID | 1510426507-28245-1-git-send-email-radoslaw.biernacki@linaro.org |
---|---|
Headers | show |
Series | power: fixes for power ACPI through sysfs | expand |
Hi David, I forgot to add V2 to the topic (sorry for that). But did you had time to look at V2 of this patch? On 11 November 2017 at 19:55, Radoslaw Biernacki < radoslaw.biernacki@linaro.org> wrote: > This series of patches is fixing bug in power ACPI subsystem code as > well as improve the debugging messages and cleans the code. > > V2: > - error checking macros removed (checkpatch warning) > - using plain open()/read()/write() system functions instead of STDIO > - added check for intel_pstate driver together with suggestion about > needed kernel boot parameter > > Radoslaw Biernacki (3): > power: removing code macros > power: switching to unbuffered access for /sys files > power: check if userspace governor is available > > lib/librte_power/rte_power_acpi_cpufreq.c | 304 > ++++++++++++++++++------------ > 1 file changed, 182 insertions(+), 122 deletions(-) > > -- > 2.7.4 > >