aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi/fan.c
AgeCommit message (Expand)Author
2016-10-10ACPI / fan: Fix error reading cur_stateSrinivas Pandruvada
2016-03-09ACPI / fan: Make struct dev_pm_ops constKaiyen Chang
2016-01-15ACPI / fan: Improve acpi_device_update_power error messageAndy Lutomirski
2015-07-08ACPI: Remove FSF mailing addressesJarkko Nikula
2015-05-16ACPI / PM: Rework device power management to follow ACPI 6Rafael J. Wysocki
2014-12-11ACPI / Fan: Use bus id as the name for non PNP0C0B (Fan) devicesSrinivas Pandruvada
2014-10-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds
2014-10-10ACPI / Fan: support INT3404 thermal deviceAaron Lu
2014-10-10ACPI / Fan: add ACPI 4.0 style fan supportAaron Lu
2014-10-10ACPI / fan: convert to platform driverAaron Lu
2014-10-10ACPI / fan: use acpi_device_xxx_power instead of acpi_bus equivelantAaron Lu
2014-10-10ACPI / fan: remove no need check for device pointerAaron Lu
2014-10-10ACPI / fan: remove unused macroAaron Lu
2014-10-07ACPI / fan: printk replacementSudip Mukherjee
2014-02-20ACPI / fan: do nothing in suspend and poweroff callbackAaron Lu
2014-02-13ACPI / fan: fix fan driver compile error when CONFIG_PM_SLEEP is undefinedShuah Khan
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng
2013-09-24ACP / fan: trivial style cleanupFelipe Contreras
2013-07-30ACPI / PM: Use ACPI_STATE_D3_COLD instead of ACPI_STATE_D3 everywhereRafael J. Wysocki
2013-07-04ACPI / fan: Initialize acpi_state variableNaresh Bhat
2013-03-25ACPI / fan: avoid null pointer deference errorColin Ian King
2013-01-26ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki
2012-09-21ACPI/fan: convert to module_acpi_driver()Mika Westerberg
2012-08-10ACPI / PM: Fix unused function warnings for CONFIG_PM_SLEEPRafael J. Wysocki
2012-07-01ACPI: Use struct dev_pm_ops for power management in the fan driverRafael J. Wysocki
2012-07-01ACPI / PM: Drop pm_message_t argument from device suspend callbackRafael J. Wysocki
2011-07-16ACPI: constify ops structsVasiliy Kulikov
2011-01-12ACPI / Fan: Rework the handling of power resourcesRafael J. Wysocki
2010-10-15ACPI fan: remove deprecated procfs I/FZhang Rui
2010-09-29ACPI: fan: Fix more unbalanced code blockLuis Henriques
2010-06-10ACPI: fan: fix unbalanced code blockLiang Li
2009-12-16ACPI: Remove repeated registered as cooling_device messagesMike Travis
2009-08-28ACPI: Move definition of PREFIX from acpi_bus.h to internal..hLen Brown
2009-04-05Merge branch 'linus' into releaseLen Brown
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan
2009-02-20thermal: use integers rather than strings for thermal valuesMatthew Garrett
2008-11-07ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.hBjorn Helgaas
2008-10-22Merge branch 'misc' into testLen Brown
2008-10-22ACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ...) with printkLin Ming
2008-10-10ACPI: catch calls of acpi_driver_data on pointer of wrong typePavel Machek
2008-07-21driver core: fix a lot of printk usages of bus_idGreg Kroah-Hartman
2008-07-16ACPI: fix acpi fan state set errorYi Yang
2008-04-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2008-04-29acpi: use non-racy method for proc entries creationDenis V. Lunev
2008-04-29ACPI: elide a non-zero test on a result that is never 0Julia Lawall
2008-03-28revert "ACPI: drivers/acpi: elide a non-zero test on a result that is never 0"Ingo Molnar
2008-03-27ACPI: drivers/acpi: elide a non-zero test on a result that is never 0Julia Lawall
2008-02-15ACPI fan: extract return values using PTR_ERRThomas Sujith
2008-02-02ACPI: fan: build fix for CONFIG_ACPI_PROCFS=nLen Brown
2008-02-01ACPI: register ACPI Fan as generic thermal cooling deviceZhang Rui