aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/pwm-fan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-16hwmon: (pwm-fan) Explicitly switch off fan power when setting pwm1_enable to 0Matthias Schiffer1-1/+4
2022-09-25hwmon: (pwm-fan) Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+2
2022-09-25hwmon: (pwm-fan) Switch regulator dynamicallyAlexander Stein1-68/+142
2022-09-25hwmon: (pwm-fan) split __set_pwm into locked/unlocked functionsAlexander Stein1-8/+15
2022-09-25hwmon: (pwm-fan) Add dedicated power switch functionAlexander Stein1-15/+31
2022-09-25hwmon: (pwm-fan) Simplify enable/disable checkAlexander Stein1-9/+34
2022-09-25hwmon: (pwm-fan) Refactor fan power on/offAlexander Stein1-6/+30
2022-09-19hwmon: (pwm-fan) Replace OF specific call to PWM by plain oneAndy Shevchenko1-1/+1
2022-05-22hwmon: (pwm-fan) Use HWMON_CHANNEL_INFO macroGuenter Roeck1-11/+1
2021-11-30hwmon: (pwm-fan) Ensure the fan going on in .probe()Billy Tsai1-2/+0
2021-02-22Merge tag 'thermal-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linuxLinus Torvalds1-1/+0
2021-01-27hwmon: (pwm-fan) stop using legacy PWM functions and some cleanupsUwe Kleine-König1-28/+20
2021-01-27hwmon: (pwm-fan) Support multiple fan tachometersPaul Barker1-38/+53
2021-01-27hwmon: (pwm-fan) Store tach data separatelyPaul Barker1-20/+32
2021-01-19thermal/core: Make cooling device state change privateDaniel Lezcano1-1/+0
2020-12-30hwmon: (pwm-fan) Ensure that calculation doesn't discard big period valuesUwe Kleine-König1-1/+11
2020-12-02hwmon: (pwm-fan) Convert to hwmon_device_register_with_info APIPaul Barker1-44/+70
2020-12-02hwmon: pwm-fan: Refactor pwm_fan_probePaul Barker1-17/+33
2020-11-12hwmon: (pwm-fan) Fix RPM calculationPaul Barker1-7/+9
2020-09-23hwmon: (pwm-fan) Use dev_err_probe() to simplify error handlingAnson Huang1-8/+2
2020-06-16hwmon: pwm-fan: Use 64-bit division macroGuru Das Srinagesh1-1/+1
2020-01-23hwmon: (pwm-fan) stop fan on shutdownAkinobu Mita1-2/+13
2019-08-28hwmon: pwm-fan: Use platform_get_irq_optional()Thierry Reding1-1/+1
2019-06-23hwmon: (pwm-fan) Check return value from devm_add_action_or_resetGuenter Roeck1-3/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-05-16Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermalLinus Torvalds1-59/+38
2019-05-14hwmon: (pwm-fan) Use devm_thermal_of_cooling_device_registerGuenter Roeck1-44/+29
2019-04-15hwmon: (pwm-fan) Report probe errors consistentlyRobin Murphy1-5/+8
2019-04-15hwmon: (pwm-fan) Add RPM support via external interruptStefan Wahren1-4/+101
2019-04-15hwmon: (pwm-fan) Disable PWM if fetching cooling data failsStefan Wahren1-1/+1
2019-02-23hwmon: (pwm-fan) Add optional regulator supportStefan Wahren1-1/+42
2018-12-16hwmon: (pwm-fan) Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}Guenter Roeck1-5/+5
2018-10-10hwmon: (pwm-fan) Set fan speed to 0 on suspendThierry Reding1-1/+11
2018-10-10hwmon: (pwm-fan) Silence error on probe deferralThierry Reding1-2/+6
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-1/+1
2017-06-11hwmon: (pwm-fan) Switch to new atomic PWM APIBartlomiej Zolnierkiewicz1-42/+26
2016-05-17hwmon: pwm-fan: Use pwm_get_args() where appropriateBoris Brezillon1-6/+20
2015-09-20hwmon: (pwm-fan) Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-04-12hwmon: (pwm-fan) Update the duty cycle inorder to control the pwm-fanAnand Moon1-6/+3
2015-03-16hwmon: (pwm-fan, vexpress) Constify of_device_id arrayFabian Frederick1-1/+1
2015-03-09hwmon: (pwm-fan) Declare pwm_fan_of_get_cooling_data staticGuenter Roeck1-1/+2
2015-03-09hwmon: (pwm-fan) Add support for using PWM FAN as a cooling deviceLukasz Majewski1-1/+88
2015-03-09hwmon: (pwm-fan) Read PWM FAN configuration from device treeLukasz Majewski1-1/+49
2015-03-09hwmon: (pwm-fan) Extract __set_pwm() function to only modify PWM duty cycleLukasz Majewski1-12/+21
2014-11-11hwmon: (pwm-fan) Fix suspend/resume behaviorKamil Debski1-3/+10
2014-08-04hwmon: (pwm-fan) Remove duplicate dev_set_drvdata callAxel Lin1-1/+0
2014-08-04hwmon: Add pwm-fan driverKamil Debski1-0/+194