summaryrefslogtreecommitdiffstats
path: root/include/acpi/acpi_bus.h
Commit message (Expand)AuthorAgeFilesLines
* ACPI: x86: Introduce an acpi_quirk_skip_gpio_event_handlers() helperHans de Goede2023-03-071-0/+5
* Merge tag 'pci-v6.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-241-0/+1
|\
| * PCI/ACPI: Account for _S0W of the target bridge in acpi_pci_bridge_d3()Rafael J. Wysocki2023-01-131-0/+1
* | ACPI: Fix selecting wrong ACPI fwnode for the iGPU on some Dell laptopsHans de Goede2023-01-101-1/+2
|/
* ACPI: make remove callback of ACPI driver voidDawei Li2022-11-231-1/+1
* Merge branch 'acpi-uid'Rafael J. Wysocki2022-10-031-0/+1
|\
| * ACPI: utils: Add acpi_dev_uid_to_integer() helper to get _UID as integerAndy Shevchenko2022-09-191-0/+1
| |
| \
*-. | Merge branches 'acpi-scan', 'acpi-bus' and 'acpi-platform'Rafael J. Wysocki2022-09-301-2/+1
|\ \|
| * | ACPI: scan: Support multiple DMA windows with different offsetsJianmin Lv2022-09-241-2/+1
| |/
* | ACPI: bus: Add iterator for dependent devicesDaniel Scally2022-09-241-0/+11
* | ACPI: scan: Add acpi_dev_get_next_consumer_dev()Daniel Scally2022-09-241-1/+3
* | ACPI: Drop redundant acpi_dev_parent() headerRafael J. Wysocki2022-08-301-1/+0
* | ACPI: Drop parent field from struct acpi_deviceRafael J. Wysocki2022-08-241-1/+9
* | ACPI: Rename acpi_bus_get/put_acpi_device()Rafael J. Wysocki2022-08-231-3/+3
|/
* Merge branch 'acpi-properties'Rafael J. Wysocki2022-08-111-1/+2
|\
| * ACPI: property: Add support for parsing buffer property UUIDSakari Ailus2022-07-271-1/+2
* | ACPI: bus: Drop unused list heads from struct acpi_deviceRafael J. Wysocki2022-07-011-2/+0
* | ACPI: bus: Drop driver member of struct acpi_deviceUwe Kleine-König2022-06-301-1/+0
* | ACPI / MMC: PM: Unify fixing up device powerRafael J. Wysocki2022-06-231-0/+1
* | ACPI: bus: Introduce acpi_dev_for_each_child_reverse()Rafael J. Wysocki2022-06-201-0/+3
* | ACPI: glue: Introduce acpi_find_child_by_adr()Rafael J. Wysocki2022-06-201-0/+2
|/
* Merge tag 'cxl-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2022-05-271-2/+10
|\
| * PCI/ACPI: negotiate CXL _OSCVishal Verma2022-04-281-2/+4
| * PCI/ACPI: Prefer CXL _OSC instead of PCIe _OSC for CXL host bridgesDan Williams2022-04-281-0/+6
* | ACPI: bus: Avoid non-ACPI device objects in walks over childrenRafael J. Wysocki2022-04-221-1/+1
* | ACPI: PM: Introduce acpi_dev_power_up_children_with_adr()Rafael J. Wysocki2022-04-131-0/+1
* | ACPI: bus: Introduce acpi_dev_for_each_child()Rafael J. Wysocki2022-04-131-0/+2
|/
* ACPI: bus: Eliminate acpi_bus_get_device()Rafael J. Wysocki2022-04-051-1/+0
* ACPI: bus: Introduce acpi_bus_for_each_dev()Rafael J. Wysocki2022-03-021-0/+2
* Merge tag 'usb-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-01-121-0/+1
|\
| * acpi: Store CRC-32 hash of the _PLD in struct acpi_deviceHeikki Krogerus2021-12-301-0/+1
* | Merge tag 'acpi-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2022-01-101-2/+25
|\ \
| * | ACPI / x86: Introduce an acpi_quirk_skip_acpi_ac_and_battery() helperHans de Goede2022-01-041-0/+5
| * | Merge branch 'acpi-scan' into acpi-x86Rafael J. Wysocki2022-01-041-0/+17
| |\ \
| | * | ACPI / x86: Add acpi_quirk_skip_[i2c_client|serdev]_enumeration() helpersHans de Goede2021-12-301-0/+16
| | * | ACPI: scan: Introduce acpi_fetch_acpi_dev()Rafael J. Wysocki2021-12-171-0/+1
| | |/
| * / ACPI: Change acpi_device_always_present() into acpi_device_override_status()Hans de Goede2021-12-011-2/+3
| |/
* / ACPI: delay enumeration of devices with a _DEP pointing to an INT3472 deviceHans de Goede2021-12-131-1/+4
|/
* ACPI: scan: Obtain device's desired enumeration power stateSakari Ailus2021-11-031-0/+1
* ACPI: glue: Drop cleanup callback from struct acpi_bus_typeRafael J. Wysocki2021-09-271-1/+0
* ACPI: fix NULL pointer dereferenceLinus Torvalds2021-07-241-1/+2
* ACPI: utils: Fix reference counting in for_each_acpi_dev_match()Andy Shevchenko2021-07-191-5/+0
* Merge tag 'iommu-updates-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-07-021-0/+3
|\
| * ACPI: Move IOMMU setup code out of IORTJean-Philippe Brucker2021-06-251-0/+3
* | Merge tag 'devprop-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-06-291-1/+1
|\ \
| * | ACPI: scan: Constify acpi_dma_supported() helper functionAndy Shevchenko2021-06-071-1/+1
| |/
* | ACPI: scan: Define acpi_bus_put_acpi_device() as static inlineRafael J. Wysocki2021-06-171-2/+7
* | ACPI: scan: Add function to fetch dependent of ACPI deviceDaniel Scally2021-06-071-0/+1
* | ACPI: scan: Extend acpi_walk_dep_device_list()Daniel Scally2021-06-071-0/+7
|/
*---. Merge branches 'acpi-cppc', 'acpi-video' and 'acpi-utils'Rafael J. Wysocki2021-04-261-0/+15
|\ \ \