summaryrefslogtreecommitdiff
path: root/drivers/platform/x86/acerhdf.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-27thermal: core: Eliminate writable trip points masksRafael J. Wysocki1-1/+1
2023-04-26Merge tag 'thermal-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-16/+3
2023-03-16platform/x86: acerhdf: Remove unneeded semicolonJiapeng Chong1-1/+1
2023-03-03thermal/drivers/acerhdf: Remove pointless governor testDaniel Lezcano1-7/+0
2023-03-03thermal/drivers/acerhdf: Make interval setting only at module load timeDaniel Lezcano1-9/+3
2023-02-22Merge tag 'platform-drivers-x86-v6.3-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-6/+0
2023-02-03platform/x86: acerhdf: Drop empty platform remove functionUwe Kleine-König1-6/+0
2023-01-06thermal/drivers/acerhdf: Use generic thermal_zone_get_trip() functionDaniel Lezcano1-47/+26
2022-10-03platform/x86: use PLATFORM_DEVID_NONE instead of -1Barnabás Pőcze1-1/+1
2022-04-04platform/x86: acerhdf: Cleanup str_starts_with()Wei Li1-18/+3
2021-01-20thermal/core: Remove ms based delay fieldsDaniel Lezcano1-1/+2
2020-12-07platform/x86/drivers/acerhdf: Check the interval value when it is setDaniel Lezcano1-4/+18
2020-12-07platform/x86/drivers/acerhdf: Use module_param_cb to set/get polling intervalDaniel Lezcano1-2/+8
2020-08-07Merge tag 'thermal-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-20/+13
2020-07-16platform/x86: acerhdf: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-06-29thermal: Rename set_mode() to change_mode()Andrzej Pietrasiewicz1-3/+3
2020-06-29thermal: Simplify or eliminate unnecessary set_mode() methodsAndrzej Pietrasiewicz1-3/+0
2020-06-29thermal: Use mode helpers in driversAndrzej Pietrasiewicz1-7/+10
2020-06-29thermal: remove get_mode() operation of driversAndrzej Pietrasiewicz1-12/+0
2020-06-29thermal: Store device mode in struct thermal_zone_deviceAndrzej Pietrasiewicz1-7/+8
2020-06-29thermal: Store thermal mode in a dedicated enumAndrzej Pietrasiewicz1-2/+6
2020-05-30platform/x86: acerhdf: replace space by * in modaliasChih-Wei Huang1-1/+1
2019-10-21treewide: Rename Peter Feuerer to Peter KaestlePeter Kaestle1-2/+2
2019-10-21platform/x86: acerhdf: Add support for Acer Aspire 7551Peter Feuerer1-0/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2018-09-27platform/x86: acerhdf: restructure to allow large BIOS table be __initconstPaul Gortmaker1-13/+28
2018-09-27platform/x86: acerhdf: mark appropriate content with __init prefixPaul Gortmaker1-3/+3
2018-09-27platform/x86: acerhdf: Add BIOS entry for Gateway LT31 v1.3307Paul Gortmaker1-0/+1
2018-09-27platform/x86: acerhdf: Remove cut-and-paste trap from instructionsPaul Gortmaker1-1/+1
2018-09-27platform/x86: acerhdf: Enable ability to list supported systemsPaul Gortmaker1-0/+14
2018-09-27platform/x86: acerhdf: clarify modinfo messages for BIOS overridePaul Gortmaker1-2/+2
2017-06-22platform/x86: acerhdf: Add const to thermal_cooling_device_ops structureBhumika Goyal1-1/+1
2016-09-27thermal: Enhance thermal_zone_device_update for eventsSrinivas Pandruvada1-1/+1
2015-08-03thermal: consistently use int for temperaturesSascha Hauer1-5/+4
2015-05-05thermal: of: fix cooling device weights in device treeKapileshwar Singh1-1/+2
2014-12-19Merge tag 'platform-drivers-x86-v3.19-1' of git://git.infradead.org/users/dvh...Linus Torvalds1-95/+170
2014-12-04acerhdf: minor clean upPeter Feuerer1-6/+6
2014-12-04acerhdf: added critical trip pointPeter Feuerer1-1/+9
2014-12-04acerhdf: Use bang-bang thermal governorPeter Feuerer1-5/+31
2014-12-04acerhdf: Adding support for new modelsPeter Feuerer1-1/+24
2014-12-04acerhdf: Adding support for "manual mode"Peter Feuerer1-84/+102
2014-10-20platform: x86: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-01-04Drivers: platform: x86: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-11-05Thermal: Pass zone parameters as argument to tzd_registerDurgadoss R1-1/+1
2012-09-24Thermal: Remove tc1/tc2 in generic thermal layer.Zhang Rui1-1/+1
2012-09-24Thermal: set upper and lower limitsZhang Rui1-1/+2
2012-07-25Thermal: Make Thermal trip points writeableDurgadoss R1-1/+1
2012-06-08drivers/platform/x86/acerhdf.c: correct Boris' mail addressBorislav Petkov1-1/+1
2012-04-26acerhdf: lowered default temp fanon/fanoff valuesPeter Feuerer1-2/+2
2012-04-26acerhdf: add support for new hardwarePeter Feuerer1-20/+42