summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/bus.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ACPI: bus: Introduce acpi_dev_for_each_child()Rafael J. Wysocki2022-04-131-0/+6
|/
*-. Merge branches 'acpi-soc', 'acpi-video' and 'acpi-apei'Rafael J. Wysocki2022-03-181-0/+4
|\ \
| | * ACPI: AGDI: Add driver for Arm Generic Diagnostic Dump and Reset deviceIlkka Koskinen2022-03-101-0/+2
| | * ACPI: APEI: rename ghes_init() with an "acpi_" prefixShuai Xue2022-03-031-1/+1
| | * ACPI: APEI: explicit init of HEST and GHES in apci_init()Shuai Xue2022-03-031-0/+2
| |/
* | ACPI: bus: Avoid using CPPC if not supported by firmwareRafael J. Wysocki2022-03-171-0/+8
* | Revert "ACPI: Pass the same capabilities to the _OSC regardless of the query ...Rafael J. Wysocki2022-03-171-8/+19
* | ACPI: bus: Introduce acpi_bus_for_each_dev()Rafael J. Wysocki2022-03-021-1/+6
|/
* Merge tag 'usb-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-01-121-0/+1
|\
| * acpi: Export acpi_bus_typeHeikki Krogerus2021-12-301-0/+1
| |
| \
*-. | Merge branches 'acpi-x86', 'acpi-pmic' and 'acpi-dptf'Rafael J. Wysocki2022-01-101-2/+2
|\ \|
| * | ACPI: Change acpi_device_always_present() into acpi_device_override_status()Hans de Goede2021-12-011-2/+2
| |/
* / ACPI: PCC: Implement OperationRegion handler for the PCC Type 3 subtypeSudeep Holla2022-01-041-0/+1
|/
* Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-09-011-2/+1
|\
| * bus: Make remove callback return voidUwe Kleine-König2021-07-211-2/+1
* | ACPI: bus: Rename functions to avoid name collisionRafael J. Wysocki2021-07-161-6/+6
|/
* Merge tag 'acpi-5.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-07-071-1/+2
|\
| * Merge branches 'acpi-misc', 'acpi-video' and 'acpi-prm'Rafael J. Wysocki2021-07-071-1/+2
| |\
| | * ACPI: Do not singal PRM support if not enabledAubrey Li2021-07-021-1/+2
* | | Merge tag 'iommu-updates-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-07-021-0/+2
|\ \ \ | |/ / |/| |
| | |
| | \
| *-. \ Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel2021-06-251-0/+2
| |\ \ \