Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-30hwmon: (pwm-fan) Ensure the fan going on in .probe()Billy Tsai
2021-02-22Merge tag 'thermal-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-01-28hwmon: (pwm-fan) stop using legacy PWM functions and some cleanupsUwe Kleine-König
2021-01-28hwmon: (pwm-fan) Support multiple fan tachometersPaul Barker
2021-01-28hwmon: (pwm-fan) Store tach data separatelyPaul Barker
2021-01-20thermal/core: Make cooling device state change privateDaniel Lezcano
2020-12-30hwmon: (pwm-fan) Ensure that calculation doesn't discard big period valuesUwe Kleine-König
2020-12-03hwmon: (pwm-fan) Convert to hwmon_device_register_with_info APIPaul Barker
2020-12-03hwmon: pwm-fan: Refactor pwm_fan_probePaul Barker
2020-11-12hwmon: (pwm-fan) Fix RPM calculationPaul Barker
2020-09-23hwmon: (pwm-fan) Use dev_err_probe() to simplify error handlingAnson Huang
2020-06-16hwmon: pwm-fan: Use 64-bit division macroGuru Das Srinagesh
2020-01-24hwmon: (pwm-fan) stop fan on shutdownAkinobu Mita
2019-08-28hwmon: pwm-fan: Use platform_get_irq_optional()Thierry Reding
2019-06-24hwmon: (pwm-fan) Check return value from devm_add_action_or_resetGuenter Roeck
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-16Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds
2019-05-14hwmon: (pwm-fan) Use devm_thermal_of_cooling_device_registerGuenter Roeck
2019-04-16hwmon: (pwm-fan) Report probe errors consistentlyRobin Murphy
2019-04-16hwmon: (pwm-fan) Add RPM support via external interruptStefan Wahren
2019-04-16hwmon: (pwm-fan) Disable PWM if fetching cooling data failsStefan Wahren
2019-02-23hwmon: (pwm-fan) Add optional regulator supportStefan Wahren
2018-12-17hwmon: (pwm-fan) Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}Guenter Roeck
2018-10-11hwmon: (pwm-fan) Set fan speed to 0 on suspendThierry Reding
2018-10-11hwmon: (pwm-fan) Silence error on probe deferralThierry Reding
2018-06-13treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2017-06-12hwmon: (pwm-fan) Switch to new atomic PWM APIBartlomiej Zolnierkiewicz
2016-05-17hwmon: pwm-fan: Use pwm_get_args() where appropriateBoris Brezillon
2015-09-21hwmon: (pwm-fan) Fix module autoload for OF platform driverLuis de Bethencourt
2015-04-13hwmon: (pwm-fan) Update the duty cycle inorder to control the pwm-fanAnand Moon
2015-03-16hwmon: (pwm-fan, vexpress) Constify of_device_id arrayFabian Frederick
2015-03-09hwmon: (pwm-fan) Declare pwm_fan_of_get_cooling_data staticGuenter Roeck
2015-03-09hwmon: (pwm-fan) Add support for using PWM FAN as a cooling deviceLukasz Majewski
2015-03-09hwmon: (pwm-fan) Read PWM FAN configuration from device treeLukasz Majewski
2015-03-09hwmon: (pwm-fan) Extract __set_pwm() function to only modify PWM duty cycleLukasz Majewski
2014-11-11hwmon: (pwm-fan) Fix suspend/resume behaviorKamil Debski
2014-08-04hwmon: (pwm-fan) Remove duplicate dev_set_drvdata callAxel Lin
2014-08-04hwmon: Add pwm-fan driverKamil Debski