Message ID | 20211021190531.17379-1-W_Armin@gmx.de (mailing list archive) |
---|---|
Headers | show |
Series | hwmon: (dell-smm) Miscellaneous Improvments | expand |
On Thu, Oct 21, 2021 at 09:05:26PM +0200, W_Armin@gmx.de wrote: > From: Armin Wolf <W_Armin@gmx.de> > > This patch series contains various improvments to the > dell-smm-hwmon driver. The first patch is merely a cosmetic > change. The next two patches improve the ioctl handling > and have been tested with i8kutils (the only program using > this interface). The fourth patch adds some clarification > about i8k_config_data[], and the last patch > accelerates the setting of fan speed and has been tested as well > over the legacy interface and the hwmon sysfs interface. > > Tested on a Dell Inspiron 3505, the Dell Latitude C600 is > currently out-of-service. Series applied. Thanks, Guenter > --- > Changes in v2: > - drop patch 4 and instead add a comment on when to use > i8k_config_data[] > - reword patch 5 > > Armin Wolf (5): > hwmon: (dell-smm) Sort includes in alphabetical order > hwmon: (dell-smm) Use strscpy_pad() > hwmon: (dell-smm) Return -ENOIOCTLCMD instead of -EINVAL > hwmon: (dell-smm) Add comment explaining usage of i8k_config_data[] > hwmon: (dell-smm) Speed up setting of fan speed > > drivers/hwmon/dell-smm-hwmon.c | 40 +++++++++++++++++++++------------- > 1 file changed, 25 insertions(+), 15 deletions(-) > > -- > 2.20.1 >
From: Armin Wolf <W_Armin@gmx.de> This patch series contains various improvments to the dell-smm-hwmon driver. The first patch is merely a cosmetic change. The next two patches improve the ioctl handling and have been tested with i8kutils (the only program using this interface). The fourth patch adds some clarification about i8k_config_data[], and the last patch accelerates the setting of fan speed and has been tested as well over the legacy interface and the hwmon sysfs interface. Tested on a Dell Inspiron 3505, the Dell Latitude C600 is currently out-of-service. --- Changes in v2: - drop patch 4 and instead add a comment on when to use i8k_config_data[] - reword patch 5 Armin Wolf (5): hwmon: (dell-smm) Sort includes in alphabetical order hwmon: (dell-smm) Use strscpy_pad() hwmon: (dell-smm) Return -ENOIOCTLCMD instead of -EINVAL hwmon: (dell-smm) Add comment explaining usage of i8k_config_data[] hwmon: (dell-smm) Speed up setting of fan speed drivers/hwmon/dell-smm-hwmon.c | 40 +++++++++++++++++++++------------- 1 file changed, 25 insertions(+), 15 deletions(-) -- 2.20.1