summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/ac.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI: AC: Rename ACPI device from device to adevMichal Wilczynski2023-10-171-13/+13
* ACPI: AC: Replace acpi_driver with platform_driverMichal Wilczynski2023-10-131-25/+27
* ACPI: AC: Use string_choices API instead of ternary operatorMichal Wilczynski2023-10-131-2/+3
* ACPI: AC: Remove redundant checksMichal Wilczynski2023-10-131-23/+4
* ACPI: bus: Add context argument to acpi_dev_install_notify_handler()Rafael J. Wysocki2023-10-061-1/+1
* ACPI: AC: Install Notify() handler directlyMichal Wilczynski2023-07-141-8/+19
* ACPI: make remove callback of ACPI driver voidDawei Li2022-11-231-5/+3
* ACPI: AC: Remove the leftover struct acpi_ac_blHanjun Guo2022-09-241-5/+0
* ACPI: clean up white space in a few places for consistencyIan Cowan2022-05-121-2/+2
* ACPI / x86: Introduce an acpi_quirk_skip_acpi_ac_and_battery() helperHans de Goede2022-01-041-40/+3
* ACPI: AC: Quirk GK45 to skip reading _PSRStefan Schaeckeler2021-10-261-0/+19
* ACPI: AC: fix some coding style issuesXiaofei Tan2021-04-081-20/+8
* ACPI: fix various typos in commentsTom Saeger2021-03-191-1/+1
* ACPI: AC: Clean up printing messagesRafael J. Wysocki2021-02-041-13/+10
*-. Merge branches 'acpi-mm', 'acpi-tables', 'acpi-apei' and 'acpi-misc'Rafael J. Wysocki2020-08-031-1/+1
|\ \
| | * ACPI: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-091-1/+1
| |/
* / ACPI: procfs: Remove last dirs after being marked deprecated for a decadeThomas Renninger2020-06-221-106/+0
|/
* ACPI / AC: Cleanup DMI quirk tableHans de Goede2020-03-041-12/+13
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-14/+1
* Merge tag 'acpi-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-06-051-11/+37
|\
| *-. Merge branches 'acpi-cppc', 'acpi-misc', 'acpi-battery' and 'acpi-ac'Rafael J. Wysocki2018-06-041-11/+37
| |\ \
| | | * ACPI / AC: Add quirk to avoid checking for PMIC with native driverCarlo Caione2018-05-101-10/+36
| | |/ | |/|
| | * ACPI / AC: Remove initializer for unused ident dmi_system_idHans de Goede2018-05-021-1/+1
| |/
* / proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-19/+2
|/
* battery: Add the battery hooking APIOgnjen Galic2018-02-211-1/+1
* ACPI: Mark expected switch fall-throughsGustavo A. R. Silva2017-11-091-0/+1
* ACPI / AC: Add a blacklist with PMIC ACPI HIDs with a native charger driverHans de Goede2017-04-191-0/+20
* ACPI: Remove FSF mailing addressesJarkko Nikula2015-07-081-4/+0
* ACPI / AC: constify DMI system id tableMathias Krause2015-06-151-1/+1
* power_supply: Change ownership from driver to coreKrzysztof Kozlowski2015-03-131-13/+19
* power_supply: Move run-time configuration to separate structureKrzysztof Kozlowski2015-03-131-1/+1
* Revert "ACPI / AC: Remove AC's proc directory."Lan Tianyu2014-07-071-2/+128
* ACPI: Revert "ACPI / AC: convert ACPI ac driver to platform bus"Guenter Roeck2014-05-081-59/+58
* ACPI / AC: recheck adapter status upon battery status changesAlexander Mezin2014-03-191-0/+25
* ACPI / AC: fix AC driver compile error when CONFIG_PM_SLEEP is undefinedShuah Khan2014-02-131-0/+2
* Merge branch 'acpi-cleanup'Rafael J. Wysocki2014-01-121-2/+1
|\
| * ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-071-2/+1
* | ACPI / AC: change notification handler type to ACPI_ALL_NOTIFYAlexander Mezin2014-01-051-2/+2
|/
* ACPI / AC: Remove struct acpi_device pointer from struct acpi_acLan Tianyu2013-11-141-7/+8
* ACPI / AC: Remove AC's proc directory.Lan Tianyu2013-10-161-126/+3
* ACPI / AC: convert ACPI ac driver to platform busZhang Rui2013-09-251-83/+80
* ACPI: Remove the old /proc/acpi/event interfaceThomas Renninger2013-07-151-1/+0
* ACPI / AC: Add sleep quirk for Thinkpad e530Lan Tianyu2013-05-121-0/+33
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-1/+1
* ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki2013-01-261-2/+2
* ACPI / PM: Fix unused function warnings for CONFIG_PM_SLEEPRafael J. Wysocki2012-08-101-0/+4
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-07-261-1/+3
|\
| * ACPI/AC: prevent OOPS on some boxes due to missing check power_supply_registe...Lan Tianyu2012-07-241-1/+3
* | ACPI: Use struct dev_pm_ops for power management in the AC driverRafael J. Wysocki2012-07-011-5/+12
|/
* treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody2011-07-211-1/+1