summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/bus.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI: bus: make acpi_bus_type constRicardo B. Marliere2024-02-121-1/+1
* ACPI: Run USB4 _OSC() first with query bit setMika Westerberg2023-11-201-3/+29
* Merge branch 'acpi-bus'Rafael J. Wysocki2023-10-261-2/+2
|\
| * ACPI: bus: Add context argument to acpi_dev_install_notify_handler()Rafael J. Wysocki2023-10-061-2/+2
* | ACPI: bus: Move acpi_arm_init() to the place of after acpi_ghes_init()Hanjun Guo2023-10-181-1/+1
|/
* Merge branch 'acpi-processor'Rafael J. Wysocki2023-08-251-4/+1
|\
| * ACPI: processor: Use _OSC to convey OSPM processor support informationMichal Wilczynski2023-07-171-4/+1
* | ACPI: bus: Set driver_data to NULL every time .add() failsMichal Wilczynski2023-07-141-1/+3
* | ACPI: bus: Introduce wrappers for ACPICA notify handler install/removeMichal Wilczynski2023-07-141-0/+24
|/
*-. Merge branches 'acpi-bus' and 'acpi-scan'Rafael J. Wysocki2023-07-061-7/+24
|\ \
| | * ACPI: bus: Introduce acpi_match_acpi_device() helperAndy Shevchenko2023-07-041-4/+21
| |/ |/|
| * ACPI: bus: Constify acpi_companion_match() returned valueAndy Shevchenko2023-06-291-3/+3
|/
* Merge tag 'acpi-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2023-06-261-44/+9
|\
| * ACPI: bus: Simplify installation and removal of notify callbackRafael J. Wysocki2023-06-161-44/+9
* | ACPI: bus: Consolidate all arm specific initialisation into acpi_arm_init()Sudeep Holla2023-06-081-6/+1
|/
* Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-271-3/+4
|\
| * Merge 6.3-rc6 into char-misc-nextGreg Kroah-Hartman2023-04-101-46/+37
| |\
| * | of: Rename of_modalias_node()Miquel Raynal2023-04-051-3/+4
* | | ACPI: bus: Ensure that notify handlers are not running after removalRafael J. Wysocki2023-04-181-0/+1
* | | ACPI: bus: Add missing braces to acpi_sb_notify()Rafael J. Wysocki2023-04-181-1/+2
| |/ |/|
* | ACPI: bus: Rework system-level device notification handlingRafael J. Wysocki2023-03-271-46/+37
|/
* driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-1/+1
* Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2022-12-121-0/+3
|\
| * ACPI: bus: Fix the _OSC capability check for FFH OpRegionSudeep Holla2022-11-211-6/+3
| * ACPI: Implement a generic FFH Opregion handlerSudeep Holla2022-11-141-0/+6
* | ACPI: ARM Performance Monitoring Unit Table (APMT) initial supportBesar Wicaksono2022-11-071-0/+2
|/
*-. Merge branches 'acpi-misc', 'acpi-tools' and 'acpi-docs'Rafael J. Wysocki2022-10-031-2/+2
|\ \
| * | ACPI: move from strlcpy() with unused retval to strscpy()Wolfram Sang2022-08-231-2/+2
| |/
| |
| \
*-. \ Merge branches 'acpi-scan', 'acpi-bus' and 'acpi-platform'Rafael J. Wysocki2022-09-301-15/+12
|\ \ \ | | |/ | |/|
| | * ACPI: bus: Refactor ACPI matching functions for better readabilityAndy Shevchenko2022-09-031-10/+10
| | * ACPI: bus: Drop kernel doc annotation from acpi_bus_notify()Andy Shevchenko2022-09-031-1/+1
| | * ACPI: bus: Remove the unneeded result variableye xingchen2022-08-251-4/+1
| |/
* / ACPI: Rename acpi_bus_get/put_acpi_device()Rafael J. Wysocki2022-08-231-3/+3
|/
* Merge tag 'acpi-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2022-08-021-17/+30
|\
| *---. Merge branches 'acpi-pm', 'acpi-soc', 'acpi-tables' and 'acpi-resource'Rafael J. Wysocki2022-07-291-0/+1
| |\ \ \
| | | * | ACPI: VIOT: Fix ACS setupEric Auger2022-07-051-0/+1
| | |/ /
| * | | Merge branch 'acpi-bus'Rafael J. Wysocki2022-07-291-17/+29
| |\ \ \ | | |_|/ | |/| |
| | * | ACPI: bus: Drop driver member of struct acpi_deviceUwe Kleine-König2022-06-301-11/+10
| | * | ACPI: bus: Drop redundant check in acpi_device_remove()Uwe Kleine-König2022-06-301-6/+6
| | * | ACPI: bus: Introduce acpi_dev_for_each_child_reverse()Rafael J. Wysocki2022-06-201-0/+12
| | * | ACPI: bus: Export acpi_dev_for_each_child() to modulesRafael J. Wysocki2022-06-201-0/+1
| | |/
* | | Merge tag 'irq-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-08-011-0/+3
|\ \ \ | |/ / |/| |
| * | irqchip / ACPI: Introduce ACPI_IRQ_MODEL_LPIC for LoongArchJianmin Lv2022-07-201-0/+3
| |/
* / ACPI: CPPC: Only probe for _CPC if CPPC v2 is ackedMario Limonciello2022-07-051-6/+5
|/
* Merge tag 'cxl-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2022-05-271-1/+1
|\
| * PCI/ACPI: add a helper for retrieving _OSC Control DWORDsVishal Verma2022-04-281-1/+1
* | Merge tag 'pm-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2022-05-241-8/+26
|\ \
| * | ACPI: bus: Set CPPC _OSC bits for all and when CPPC_LIB is supportedPierre Gondois2022-05-191-8/+8
| * | ACPI: CPPC: Check _OSC for flexible address spacePierre Gondois2022-05-191-0/+18
| |/
* | ACPI: bus: Avoid non-ACPI device objects in walks over childrenRafael J. Wysocki2022-04-221-2/+22