RE: [PATCH v5 35/46] hwmon: pwm-fan: switch to the atomic API

2016-04-01 Thread Kamil Debski
Hi Boris, From: Boris Brezillon [mailto:boris.brezil...@free-electrons.com] Sent: Wednesday, March 30, 2016 10:04 PM Subject: [PATCH v5 35/46] hwmon: pwm-fan: switch to the atomic API > > pwm_config/enable/disable() have been deprecated and should be replaced > by pwm_apply_state(). &g

[PATCH v5 35/46] hwmon: pwm-fan: switch to the atomic API

2016-03-30 Thread Boris Brezillon
pwm_config/enable/disable() have been deprecated and should be replaced by pwm_apply_state(). Signed-off-by: Boris Brezillon --- drivers/hwmon/pwm-fan.c | 81 - 1 file changed, 46 insertions(+), 35 deletions(-) diff --git a/drivers/hwmon/pwm-fan.c