summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/pwm-fan.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (pwm-fan) Make use of device propertiesAndy Shevchenko2024-04-281-11/+10
* hwmon: (pwm-fan) Convert to use of_property_read_u32_array()Andy Shevchenko2024-04-281-10/+18
* pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young2023-12-201-4/+4
* hwmon: (pwm-fan) set usage_power on PWM stateLorenz Brun2023-04-191-0/+8
* hwmon: (ibmpowernv, pwm-fan) Use of_property_present() for testing DT propert...Rob Herring2023-04-191-1/+1
* hwmon: (pwm-fan) Explicitly switch off fan power when setting pwm1_enable to 0Matthias Schiffer2022-10-161-1/+4
* hwmon: (pwm-fan) Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-09-251-4/+2
* hwmon: (pwm-fan) Switch regulator dynamicallyAlexander Stein2022-09-251-68/+142
* hwmon: (pwm-fan) split __set_pwm into locked/unlocked functionsAlexander Stein2022-09-251-8/+15
* hwmon: (pwm-fan) Add dedicated power switch functionAlexander Stein2022-09-251-15/+31
* hwmon: (pwm-fan) Simplify enable/disable checkAlexander Stein2022-09-251-9/+34
* hwmon: (pwm-fan) Refactor fan power on/offAlexander Stein2022-09-251-6/+30
* hwmon: (pwm-fan) Replace OF specific call to PWM by plain oneAndy Shevchenko2022-09-191-1/+1
* hwmon: (pwm-fan) Use HWMON_CHANNEL_INFO macroGuenter Roeck2022-05-221-11/+1
* hwmon: (pwm-fan) Ensure the fan going on in .probe()Billy Tsai2021-11-301-2/+0
* Merge tag 'thermal-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-221-1/+0
|\
| * thermal/core: Make cooling device state change privateDaniel Lezcano2021-01-191-1/+0
* | hwmon: (pwm-fan) stop using legacy PWM functions and some cleanupsUwe Kleine-König2021-01-271-28/+20
* | hwmon: (pwm-fan) Support multiple fan tachometersPaul Barker2021-01-271-38/+53
* | hwmon: (pwm-fan) Store tach data separatelyPaul Barker2021-01-271-20/+32
* | hwmon: (pwm-fan) Ensure that calculation doesn't discard big period valuesUwe Kleine-König2020-12-301-1/+11
|/
* hwmon: (pwm-fan) Convert to hwmon_device_register_with_info APIPaul Barker2020-12-021-44/+70
* hwmon: pwm-fan: Refactor pwm_fan_probePaul Barker2020-12-021-17/+33
* hwmon: (pwm-fan) Fix RPM calculationPaul Barker2020-11-121-7/+9
* hwmon: (pwm-fan) Use dev_err_probe() to simplify error handlingAnson Huang2020-09-231-8/+2
* hwmon: pwm-fan: Use 64-bit division macroGuru Das Srinagesh2020-06-161-1/+1
* hwmon: (pwm-fan) stop fan on shutdownAkinobu Mita2020-01-231-2/+13
* hwmon: pwm-fan: Use platform_get_irq_optional()Thierry Reding2019-08-281-1/+1
* hwmon: (pwm-fan) Check return value from devm_add_action_or_resetGuenter Roeck2019-06-231-3/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2019-05-161-59/+38
|\
| * hwmon: (pwm-fan) Use devm_thermal_of_cooling_device_registerGuenter Roeck2019-05-141-44/+29
* | hwmon: (pwm-fan) Report probe errors consistentlyRobin Murphy2019-04-151-5/+8
* | hwmon: (pwm-fan) Add RPM support via external interruptStefan Wahren2019-04-151-4/+101
* | hwmon: (pwm-fan) Disable PWM if fetching cooling data failsStefan Wahren2019-04-151-1/+1
|/
* hwmon: (pwm-fan) Add optional regulator supportStefan Wahren2019-02-231-1/+42
* hwmon: (pwm-fan) Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}Guenter Roeck2018-12-161-5/+5
* hwmon: (pwm-fan) Set fan speed to 0 on suspendThierry Reding2018-10-101-1/+11
* hwmon: (pwm-fan) Silence error on probe deferralThierry Reding2018-10-101-2/+6
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-1/+1
* hwmon: (pwm-fan) Switch to new atomic PWM APIBartlomiej Zolnierkiewicz2017-06-111-42/+26
* hwmon: pwm-fan: Use pwm_get_args() where appropriateBoris Brezillon2016-05-171-6/+20
* hwmon: (pwm-fan) Fix module autoload for OF platform driverLuis de Bethencourt2015-09-201-0/+1
* hwmon: (pwm-fan) Update the duty cycle inorder to control the pwm-fanAnand Moon2015-04-121-6/+3
* hwmon: (pwm-fan, vexpress) Constify of_device_id arrayFabian Frederick2015-03-161-1/+1
* hwmon: (pwm-fan) Declare pwm_fan_of_get_cooling_data staticGuenter Roeck2015-03-091-1/+2
* hwmon: (pwm-fan) Add support for using PWM FAN as a cooling deviceLukasz Majewski2015-03-091-1/+88
* hwmon: (pwm-fan) Read PWM FAN configuration from device treeLukasz Majewski2015-03-091-1/+49
* hwmon: (pwm-fan) Extract __set_pwm() function to only modify PWM duty cycleLukasz Majewski2015-03-091-12/+21
* hwmon: (pwm-fan) Fix suspend/resume behaviorKamil Debski2014-11-111-3/+10