summaryrefslogtreecommitdiffstats
path: root/include/acpi/acpi_bus.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hwmon-for-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5 days1-0/+5
|\
| * ACPI: IPMI: Add helper to wait for when SMI is selectedKai-Heng Feng2024-04-281-0/+5
| |
| \
*-. | Merge branches 'acpi-scan' and 'acpi-tables'Rafael J. Wysocki6 days1-10/+18
|\ \|
| * | ACPI: scan: Introduce typedef:s for struct acpi_hotplug_context membersAndy Shevchenko2024-04-041-5/+8
| * | ACPI: bus: Don't use "proxy" headersAndy Shevchenko2024-04-041-0/+5
| * | ACPI: bus: Make container_of() no-op where it makes senseAndy Shevchenko2024-04-041-5/+5
| |/
* | Merge back earlier ACPI bus changes for 6.10.Rafael J. Wysocki2024-04-111-2/+6
|\ \
| * | ACPI: drop redundant owner from acpi_driverKrzysztof Kozlowski2024-04-081-1/+0
| * | ACPI: store owner from modules with acpi_bus_register_driver()Krzysztof Kozlowski2024-04-081-1/+6
| |/
* / ACPI: bus: allow _UID matching for integer zeroRaag Jadav2024-04-081-3/+5
|/
*-. Merge branches 'acpi-x86', 'acpi-video', 'acpi-apei' and 'acpi-misc'Rafael J. Wysocki2024-03-111-7/+7
|\ \
| * | ACPI: x86: Move acpi_quirk_skip_serdev_enumeration() out of CONFIG_X86_ANDROI...Hans de Goede2024-02-221-7/+7
| |/
* / ACPI: bus: make acpi_bus_type constRicardo B. Marliere2024-02-121-1/+1
|/
* Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-181-0/+2
|\
| * iommu: Retire bus opsRobin Murphy2023-11-271-0/+2
* | Merge branch 'acpi-utils'Rafael J. Wysocki2024-01-041-8/+68
|\ \
| * | ACPI: utils: Introduce helper for _DEP list lookupRafael J. Wysocki2023-12-191-0/+1
| * | ACPI: utils: Fix white space in struct acpi_handle_list definitionRafael J. Wysocki2023-12-151-1/+1
| * | ACPI: utils: Return bool from acpi_evaluate_reference()Rafael J. Wysocki2023-12-151-5/+3
| * | ACPI: bus: update acpi_dev_hid_uid_match() to support multiple typesRaag Jadav2023-12-061-1/+23
| * | ACPI: bus: update acpi_dev_uid_match() to support multiple typesRaag Jadav2023-12-061-1/+40
| |/
| |
| \
*-. \ Merge branches 'acpi-scan' and 'acpi-processor'Rafael J. Wysocki2024-01-041-0/+93
|\ \ \ | |_|/ |/| |
| * | ACPI: property: Replicate DT-aligned u32 properties from DisCo for ImagingSakari Ailus2023-11-201-0/+4
| * | ACPI: property: Dig "rotation" property for devices with CSI2 _CRSSakari Ailus2023-11-201-0/+1
| * | ACPI: scan: Extract MIPI DisCo for Imaging data into swnodesRafael J. Wysocki2023-11-201-0/+17
| * | ACPI: scan: Extract _CRS CSI-2 connection information into swnodesRafael J. Wysocki2023-11-201-0/+53
| * | ACPI: scan: Extract CSI-2 connection graph from _CRSRafael J. Wysocki2023-11-201-0/+18
| |/
* / ACPI: PM: Add acpi_device_fix_up_power_children() functionHans de Goede2023-11-201-0/+1
|/
* Merge branch 'acpi-bus'Rafael J. Wysocki2023-10-261-1/+1
|\
| * ACPI: bus: Add context argument to acpi_dev_install_notify_handler()Rafael J. Wysocki2023-10-061-1/+1
| |
| \
*-. \ Merge branches 'acpi-ec', 'acpi-sysfs', 'acpi-misc' and 'acpi-uid'Rafael J. Wysocki2023-10-261-0/+1
|\ \ \ | | |/ | |/|
| | * ACPI: utils: Introduce acpi_dev_uid_match() for matching _UIDRaag Jadav2023-10-241-0/+1
| |/
* / ACPI: utils: Dynamically determine acpi_handle_list sizeRafael J. Wysocki2023-09-291-3/+6
|/
*---. Merge branches 'acpi-scan', 'acpi-tad', 'acpi-extlog' and 'acpi-misc'Rafael J. Wysocki2023-08-251-2/+9
|\ \ \
| | | * ACPI: Remove assorted unused declarations of functionsYue Haibing2023-08-171-2/+0
| | |/ | |/|
| | * ACPI: TAD: Install SystemCMOS address space handler for ACPI000EZhang Rui2023-08-171-0/+9
| |/
* / ACPI: bus: Introduce wrappers for ACPICA notify handler install/removeMichal Wilczynski2023-07-141-0/+6
|/
* ACPI: scan: Reduce overhead related to devices with dependenciesRafael J. Wysocki2023-06-051-0/+2
* ACPI: utils: Fix acpi_evaluate_dsm_typed() redefinition errorKiran K2023-03-201-1/+2
* 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