From: Armin Wolf <W_Armin@xxxxxx> 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 config data for the Inspiron 3505, which has been verified with the fan data displayed by the Dell UEFI Diag ROM. 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. 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 Dell Inspiron 3505 config data hwmon: (dell-smm) Speed up setting of fan speed drivers/hwmon/dell-smm-hwmon.c | 48 +++++++++++++++++++++++----------- 1 file changed, 33 insertions(+), 15 deletions(-) -- 2.20.1