summaryrefslogtreecommitdiff
path: root/drivers/acpi/fan.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-14ACPI: fan: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-10/+10
2020-01-27Merge branches 'acpi-battery', 'acpi-video', 'acpi-fan' and 'acpi-drivers'Rafael J. Wysocki1-8/+89
2019-12-19ACPI: fan: Add Tiger Lake ACPI device IDGayatri Kammela1-0/+1
2019-12-19ACPI: fan: Expose fan performance state informationSrinivas Pandruvada1-8/+88
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-14/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-2/+2
2018-03-26treewide: Align function definition open/close bracesJoe Perches1-1/+1
2016-10-10ACPI / fan: Fix error reading cur_stateSrinivas Pandruvada1-1/+11
2016-03-09ACPI / fan: Make struct dev_pm_ops constKaiyen Chang1-1/+1
2016-01-15ACPI / fan: Improve acpi_device_update_power error messageAndy Lutomirski1-1/+1
2015-07-08ACPI: Remove FSF mailing addressesJarkko Nikula1-4/+0
2015-05-16ACPI / PM: Rework device power management to follow ACPI 6Rafael J. Wysocki1-2/+3
2014-12-11ACPI / Fan: Use bus id as the name for non PNP0C0B (Fan) devicesSrinivas Pandruvada1-1/+7
2014-10-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds1-74/+264
2014-10-10ACPI / Fan: support INT3404 thermal deviceAaron Lu1-0/+1
2014-10-10ACPI / Fan: add ACPI 4.0 style fan supportAaron Lu1-27/+241
2014-10-10ACPI / fan: convert to platform driverAaron Lu1-34/+28
2014-10-10ACPI / fan: use acpi_device_xxx_power instead of acpi_bus equivelantAaron Lu1-5/+5
2014-10-10ACPI / fan: remove no need check for device pointerAaron Lu1-17/+1
2014-10-10ACPI / fan: remove unused macroAaron Lu1-4/+0
2014-10-07ACPI / fan: printk replacementSudip Mukherjee1-10/+8
2014-02-20ACPI / fan: do nothing in suspend and poweroff callbackAaron Lu1-4/+9
2014-02-13ACPI / fan: fix fan driver compile error when CONFIG_PM_SLEEP is undefinedShuah Khan1-0/+3
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng1-2/+1
2013-09-24ACP / fan: trivial style cleanupFelipe Contreras1-1/+1
2013-07-30ACPI / PM: Use ACPI_STATE_D3_COLD instead of ACPI_STATE_D3 everywhereRafael J. Wysocki1-2/+2
2013-07-04ACPI / fan: Initialize acpi_state variableNaresh Bhat1-1/+1
2013-03-25ACPI / fan: avoid null pointer deference errorColin Ian King1-2/+6
2013-01-26ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki1-2/+2
2012-09-21ACPI/fan: convert to module_acpi_driver()Mika Westerberg1-21/+1
2012-08-10ACPI / PM: Fix unused function warnings for CONFIG_PM_SLEEPRafael J. Wysocki1-0/+4
2012-07-01ACPI: Use struct dev_pm_ops for power management in the fan driverRafael J. Wysocki1-10/+11
2012-07-01ACPI / PM: Drop pm_message_t argument from device suspend callbackRafael J. Wysocki1-2/+2
2011-07-16ACPI: constify ops structsVasiliy Kulikov1-1/+1
2011-01-12ACPI / Fan: Rework the handling of power resourcesRafael J. Wysocki1-20/+7
2010-10-15ACPI fan: remove deprecated procfs I/FZhang Rui1-138/+1
2010-09-29ACPI: fan: Fix more unbalanced code blockLuis Henriques1-0/+2
2010-06-10ACPI: fan: fix unbalanced code blockLiang Li1-1/+2
2009-12-16ACPI: Remove repeated registered as cooling_device messagesMike Travis1-1/+1
2009-08-28ACPI: Move definition of PREFIX from acpi_bus.h to internal..hLen Brown1-0/+2
2009-04-05Merge branch 'linus' into releaseLen Brown1-2/+0
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-2/+0
2009-02-20thermal: use integers rather than strings for thermal valuesMatthew Garrett1-8/+12
2008-11-07ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.hBjorn Helgaas1-1/+0
2008-10-22Merge branch 'misc' into testLen Brown1-1/+1
2008-10-22ACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ...) with printkLin Ming1-2/+2
2008-10-10ACPI: catch calls of acpi_driver_data on pointer of wrong typePavel Machek1-1/+1
2008-07-21driver core: fix a lot of printk usages of bus_idGreg Kroah-Hartman1-5/+5
2008-07-16ACPI: fix acpi fan state set errorYi Yang1-1/+7
2008-04-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-18/+17