Age | Commit message (Expand) | Author | Files | Lines |
2024-08-26 | ACPI: AC: Use strscpy() instead of strcpy() | Muhammad Qasim Abdul Majeed | 1 | -2/+2 |
2024-06-13 | ACPI: AC: constify powersupply properties | Thomas Weißschuh | 1 | -1/+1 |
2024-05-28 | ACPI: AC: Properly notify powermanagement core about changes | Thomas Weißschuh | 1 | -2/+2 |
2023-10-17 | ACPI: AC: Rename ACPI device from device to adev | Michal Wilczynski | 1 | -13/+13 |
2023-10-13 | ACPI: AC: Replace acpi_driver with platform_driver | Michal Wilczynski | 1 | -25/+27 |
2023-10-13 | ACPI: AC: Use string_choices API instead of ternary operator | Michal Wilczynski | 1 | -2/+3 |
2023-10-13 | ACPI: AC: Remove redundant checks | Michal Wilczynski | 1 | -23/+4 |
2023-10-06 | ACPI: bus: Add context argument to acpi_dev_install_notify_handler() | Rafael J. Wysocki | 1 | -1/+1 |
2023-07-14 | ACPI: AC: Install Notify() handler directly | Michal Wilczynski | 1 | -8/+19 |
2022-11-23 | ACPI: make remove callback of ACPI driver void | Dawei Li | 1 | -5/+3 |
2022-09-24 | ACPI: AC: Remove the leftover struct acpi_ac_bl | Hanjun Guo | 1 | -5/+0 |
2022-05-12 | ACPI: clean up white space in a few places for consistency | Ian Cowan | 1 | -2/+2 |
2022-01-04 | ACPI / x86: Introduce an acpi_quirk_skip_acpi_ac_and_battery() helper | Hans de Goede | 1 | -40/+3 |
2021-10-26 | ACPI: AC: Quirk GK45 to skip reading _PSR | Stefan Schaeckeler | 1 | -0/+19 |
2021-04-08 | ACPI: AC: fix some coding style issues | Xiaofei Tan | 1 | -20/+8 |
2021-03-19 | ACPI: fix various typos in comments | Tom Saeger | 1 | -1/+1 |
2021-02-04 | ACPI: AC: Clean up printing messages | Rafael J. Wysocki | 1 | -13/+10 |
2020-08-03 | Merge branches 'acpi-mm', 'acpi-tables', 'acpi-apei' and 'acpi-misc' | Rafael J. Wysocki | 1 | -1/+1 |
2020-07-09 | ACPI: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
2020-06-22 | ACPI: procfs: Remove last dirs after being marked deprecated for a decade | Thomas Renninger | 1 | -106/+0 |
2020-03-04 | ACPI / AC: Cleanup DMI quirk table | Hans de Goede | 1 | -12/+13 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 1 | -14/+1 |
2018-06-05 | Merge tag 'acpi-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 1 | -11/+37 |
2018-06-04 | Merge branches 'acpi-cppc', 'acpi-misc', 'acpi-battery' and 'acpi-ac' | Rafael J. Wysocki | 1 | -11/+37 |
2018-05-16 | proc: introduce proc_create_single{,_data} | Christoph Hellwig | 1 | -19/+2 |
2018-05-10 | ACPI / AC: Add quirk to avoid checking for PMIC with native driver | Carlo Caione | 1 | -10/+36 |
2018-05-02 | ACPI / AC: Remove initializer for unused ident dmi_system_id | Hans de Goede | 1 | -1/+1 |
2018-02-22 | battery: Add the battery hooking API | Ognjen Galic | 1 | -1/+1 |
2017-11-09 | ACPI: Mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+1 |
2017-04-19 | ACPI / AC: Add a blacklist with PMIC ACPI HIDs with a native charger driver | Hans de Goede | 1 | -0/+20 |
2015-07-08 | ACPI: Remove FSF mailing addresses | Jarkko Nikula | 1 | -4/+0 |
2015-06-15 | ACPI / AC: constify DMI system id table | Mathias Krause | 1 | -1/+1 |
2015-03-14 | power_supply: Change ownership from driver to core | Krzysztof Kozlowski | 1 | -13/+19 |
2015-03-14 | power_supply: Move run-time configuration to separate structure | Krzysztof Kozlowski | 1 | -1/+1 |
2014-07-07 | Revert "ACPI / AC: Remove AC's proc directory." | Lan Tianyu | 1 | -2/+128 |
2014-05-08 | ACPI: Revert "ACPI / AC: convert ACPI ac driver to platform bus" | Guenter Roeck | 1 | -59/+58 |
2014-03-19 | ACPI / AC: recheck adapter status upon battery status changes | Alexander Mezin | 1 | -0/+25 |
2014-02-13 | ACPI / AC: fix AC driver compile error when CONFIG_PM_SLEEP is undefined | Shuah Khan | 1 | -0/+2 |
2014-01-13 | Merge branch 'acpi-cleanup' | Rafael J. Wysocki | 1 | -2/+1 |
2014-01-05 | ACPI / AC: change notification handler type to ACPI_ALL_NOTIFY | Alexander Mezin | 1 | -2/+2 |
2013-12-07 | ACPI: Clean up inclusions of ACPI header files | Lv Zheng | 1 | -2/+1 |
2013-11-15 | ACPI / AC: Remove struct acpi_device pointer from struct acpi_ac | Lan Tianyu | 1 | -7/+8 |
2013-10-16 | ACPI / AC: Remove AC's proc directory. | Lan Tianyu | 1 | -126/+3 |
2013-09-25 | ACPI / AC: convert ACPI ac driver to platform bus | Zhang Rui | 1 | -83/+80 |
2013-07-15 | ACPI: Remove the old /proc/acpi/event interface | Thomas Renninger | 1 | -1/+0 |
2013-05-12 | ACPI / AC: Add sleep quirk for Thinkpad e530 | Lan Tianyu | 1 | -0/+33 |
2013-04-09 | procfs: new helper - PDE_DATA(inode) | Al Viro | 1 | -1/+1 |
2013-01-26 | ACPI: Remove useless type argument of driver .remove() operation | Rafael J. Wysocki | 1 | -2/+2 |
2012-08-10 | ACPI / PM: Fix unused function warnings for CONFIG_PM_SLEEP | Rafael J. Wysocki | 1 | -0/+4 |
2012-07-27 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 1 | -1/+3 |