summaryrefslogtreecommitdiff
path: root/drivers/hwmon/aht10.c
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2021-01-12 22:13:14 +0300
committerGuenter Roeck <linux@roeck-us.net>2021-01-28 04:44:19 +0300
commit86585c61972f0997ed5fef54a2eb5de0b268ad86 (patch)
treea7d396e586f7382fec9ed38cbb4bcd684bcbb7f1 /drivers/hwmon/aht10.c
parent8c78f0dee4371ab3b0422edf08597525c6219512 (diff)
downloadlinux-86585c61972f0997ed5fef54a2eb5de0b268ad86.tar.xz
hwmon: (pwm-fan) stop using legacy PWM functions and some cleanups
pwm_apply_state() does what the legacy functions pwm_config() and pwm_{en,dis}able() do in a single function call. This simplifies error handling and is more efficient for new-style PWM hardware drivers. Instead of repeatedly querying the PWM framework about the initial PWM configuration, cache the settings in driver data. Also use __set_pwm() in .probe() to have the algorithm calculating the PWM state in a single place. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Link: https://lore.kernel.org/r/20210112191314.124686-1-u.kleine-koenig@pengutronix.de [groeck: Added missing empty line after declaration] Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/aht10.c')
0 files changed, 0 insertions, 0 deletions