summaryrefslogtreecommitdiff
path: root/drivers/acpi/bus.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-12ACPI: bus: make acpi_bus_type constRicardo B. Marliere1-1/+1
2023-11-20ACPI: Run USB4 _OSC() first with query bit setMika Westerberg1-3/+29
2023-10-26Merge branch 'acpi-bus'Rafael J. Wysocki1-2/+2
2023-10-18ACPI: bus: Move acpi_arm_init() to the place of after acpi_ghes_init()Hanjun Guo1-1/+1
2023-10-06ACPI: bus: Add context argument to acpi_dev_install_notify_handler()Rafael J. Wysocki1-2/+2
2023-08-25Merge branch 'acpi-processor'Rafael J. Wysocki1-4/+1
2023-07-17ACPI: processor: Use _OSC to convey OSPM processor support informationMichal Wilczynski1-4/+1
2023-07-14ACPI: bus: Set driver_data to NULL every time .add() failsMichal Wilczynski1-1/+3
2023-07-14ACPI: bus: Introduce wrappers for ACPICA notify handler install/removeMichal Wilczynski1-0/+24
2023-07-06Merge branches 'acpi-bus' and 'acpi-scan'Rafael J. Wysocki1-7/+24
2023-07-04ACPI: bus: Introduce acpi_match_acpi_device() helperAndy Shevchenko1-4/+21
2023-06-29ACPI: bus: Constify acpi_companion_match() returned valueAndy Shevchenko1-3/+3
2023-06-27Merge tag 'acpi-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-44/+9
2023-06-16ACPI: bus: Simplify installation and removal of notify callbackRafael J. Wysocki1-44/+9
2023-06-08ACPI: bus: Consolidate all arm specific initialisation into acpi_arm_init()Sudeep Holla1-6/+1
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+4
2023-04-18ACPI: bus: Ensure that notify handlers are not running after removalRafael J. Wysocki1-0/+1
2023-04-18ACPI: bus: Add missing braces to acpi_sb_notify()Rafael J. Wysocki1-1/+2
2023-04-10Merge 6.3-rc6 into char-misc-nextGreg Kroah-Hartman1-46/+37
2023-04-05of: Rename of_modalias_node()Miquel Raynal1-3/+4
2023-03-27ACPI: bus: Rework system-level device notification handlingRafael J. Wysocki1-46/+37
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman1-1/+1
2022-12-13Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-0/+3
2022-11-21ACPI: bus: Fix the _OSC capability check for FFH OpRegionSudeep Holla1-6/+3
2022-11-14ACPI: Implement a generic FFH Opregion handlerSudeep Holla1-0/+6
2022-11-07ACPI: ARM Performance Monitoring Unit Table (APMT) initial supportBesar Wicaksono1-0/+2
2022-10-03Merge branches 'acpi-misc', 'acpi-tools' and 'acpi-docs'Rafael J. Wysocki1-2/+2
2022-09-30Merge branches 'acpi-scan', 'acpi-bus' and 'acpi-platform'Rafael J. Wysocki1-15/+12
2022-09-03ACPI: bus: Refactor ACPI matching functions for better readabilityAndy Shevchenko1-10/+10
2022-09-03ACPI: bus: Drop kernel doc annotation from acpi_bus_notify()Andy Shevchenko1-1/+1
2022-08-25ACPI: bus: Remove the unneeded result variableye xingchen1-4/+1
2022-08-23ACPI: move from strlcpy() with unused retval to strscpy()Wolfram Sang1-2/+2
2022-08-23ACPI: Rename acpi_bus_get/put_acpi_device()Rafael J. Wysocki1-3/+3
2022-08-02Merge tag 'acpi-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-17/+30
2022-08-01Merge tag 'irq-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+3
2022-07-29Merge branches 'acpi-pm', 'acpi-soc', 'acpi-tables' and 'acpi-resource'Rafael J. Wysocki1-0/+1
2022-07-29Merge branch 'acpi-bus'Rafael J. Wysocki1-17/+29
2022-07-20irqchip / ACPI: Introduce ACPI_IRQ_MODEL_LPIC for LoongArchJianmin Lv1-0/+3
2022-07-05ACPI: CPPC: Only probe for _CPC if CPPC v2 is ackedMario Limonciello1-6/+5
2022-07-05ACPI: VIOT: Fix ACS setupEric Auger1-0/+1
2022-06-30ACPI: bus: Drop driver member of struct acpi_deviceUwe Kleine-König1-11/+10
2022-06-30ACPI: bus: Drop redundant check in acpi_device_remove()Uwe Kleine-König1-6/+6
2022-06-20ACPI: bus: Introduce acpi_dev_for_each_child_reverse()Rafael J. Wysocki1-0/+12
2022-06-20ACPI: bus: Export acpi_dev_for_each_child() to modulesRafael J. Wysocki1-0/+1
2022-05-28Merge tag 'cxl-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds1-1/+1
2022-05-25Merge tag 'pm-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-8/+26
2022-05-19ACPI: bus: Set CPPC _OSC bits for all and when CPPC_LIB is supportedPierre Gondois1-8/+8
2022-05-19ACPI: CPPC: Check _OSC for flexible address spacePierre Gondois1-0/+18
2022-04-29PCI/ACPI: add a helper for retrieving _OSC Control DWORDsVishal Verma1-1/+1
2022-04-22ACPI: bus: Avoid non-ACPI device objects in walks over childrenRafael J. Wysocki1-2/+22