aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi/scan.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-18Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-14/+18
2024-01-11Merge tag 'dma-mapping-6.8-2024-01-08' of git://git.infradead.org/users/hch/d...Gravatar Linus Torvalds 1-1/+0
2024-01-09Merge tag 'platform-drivers-x86-v6.8-1' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-0/+1
2024-01-04Merge branch 'acpi-utils'Gravatar Rafael J. Wysocki 1-3/+2
2024-01-04Merge branches 'acpi-scan' and 'acpi-processor'Gravatar Rafael J. Wysocki 1-9/+47
2023-12-15dma-mapping: don't store redundant offsetsGravatar Robin Murphy 1-1/+0
2023-12-15ACPI: utils: Return bool from acpi_evaluate_reference()Gravatar Rafael J. Wysocki 1-3/+2
2023-12-12acpi: Do not return struct iommu_ops from acpi_iommu_configure_id()Gravatar Jason Gunthorpe 1-12/+17
2023-12-12iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()Gravatar Jason Gunthorpe 1-2/+1
2023-11-27iommu: Avoid more races around device probeGravatar Robin Murphy 1-1/+6
2023-11-20ACPI: scan: Extract MIPI DisCo for Imaging data into swnodesGravatar Rafael J. Wysocki 1-2/+10
2023-11-20ACPI: scan: Extract CSI-2 connection graph from _CRSGravatar Rafael J. Wysocki 1-9/+39
2023-11-20ACPI: scan: Add LNXVIDEO HID to ignore_serial_bus_ids[]Gravatar Hans de Goede 1-0/+1
2023-10-26Merge branches 'acpi-utils', 'acpi-resource', 'acpi-property' and 'acpi-soc'Gravatar Rafael J. Wysocki 1-0/+1
2023-10-24ACPI: scan: Rename acpi_scan_device_not_present() to be about enumerationGravatar James Morse 1-4/+4
2023-10-20ACPI: scan: Use the acpi_device_is_present() helper in more placesGravatar James Morse 1-2/+2
2023-09-29ACPI: utils: Dynamically determine acpi_handle_list sizeGravatar Rafael J. Wysocki 1-0/+1
2023-09-01Merge tag 'iommu-updates-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2023-08-25Merge branches 'acpi-scan', 'acpi-tad', 'acpi-extlog' and 'acpi-misc'Gravatar Rafael J. Wysocki 1-1/+3
2023-08-21Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/rockchip', '...Gravatar Joerg Roedel 1-1/+1
2023-08-17ACPI: scan: Defer enumeration of devices with a _DEP pointing to IVSC deviceGravatar Wentong Wu 1-0/+3
2023-08-01ACPI: Move AMBA bus scan handling into arm64 specific directoryGravatar Sudeep Holla 1-1/+0
2023-07-31ACPI: scan: Create platform device for CS35L56Gravatar Simon Trimmer 1-0/+1
2023-07-14iommu: Have __iommu_probe_device() check for already probed devicesGravatar Jason Gunthorpe 1-1/+1
2023-07-04ACPI: scan: Use the acpi_match_acpi_device() helperGravatar Andy Shevchenko 1-9/+12
2023-07-04ACPI: scan: fix undeclared variable warnings by including sleep.hGravatar Ben Dooks 1-0/+1
2023-06-29ACPI: scan: Move acpi_root to internal headerGravatar Andy Shevchenko 1-2/+0
2023-06-05ACPI: scan: Reduce overhead related to devices with dependenciesGravatar Rafael J. Wysocki 1-20/+61
2023-01-10ACPI: Fix selecting wrong ACPI fwnode for the iGPU on some Dell laptopsGravatar Hans de Goede 1-2/+5
2022-11-03ACPI: scan: substitute empty_zero_page with helper ZERO_PAGE(0)Gravatar Giulio Benetti 1-1/+1
2022-10-26ACPI: scan: Add LATT2021 to acpi_ignore_dep_ids[]Gravatar Hans de Goede 1-0/+1
2022-10-19ACPI: scan: Fix DMA range assignmentGravatar Robin Murphy 1-3/+4
2022-09-30Merge branches 'acpi-scan', 'acpi-bus' and 'acpi-platform'Gravatar Rafael J. Wysocki 1-30/+23
2022-09-24ACPI: scan: Add acpi_dev_get_next_consumer_dev()Gravatar Daniel Scally 1-10/+30
2022-09-24ACPI: scan: Support multiple DMA windows with different offsetsGravatar Jianmin Lv 1-30/+23
2022-08-24ACPI: Drop parent field from struct acpi_deviceGravatar Rafael J. Wysocki 1-11/+6
2022-08-23ACPI: scan: Eliminate __acpi_device_add()Gravatar Rafael J. Wysocki 1-14/+3
2022-08-23ACPI: scan: Rearrange initialization of ACPI device objectsGravatar Rafael J. Wysocki 1-13/+14
2022-08-23ACPI: scan: Rename acpi_bus_get_parent() and rearrange itGravatar Rafael J. Wysocki 1-9/+13
2022-08-23ACPI: Rename acpi_bus_get/put_acpi_device()Gravatar Rafael J. Wysocki 1-5/+16
2022-08-06Merge tag 'sound-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 1-0/+1
2022-07-28ACPI: scan: Add CLSA0101 Laptop SupportGravatar Lucas Tanure 1-0/+1
2022-07-01ACPI: bus: Drop unused list heads from struct acpi_deviceGravatar Rafael J. Wysocki 1-10/+1
2022-06-21ACPI: scan: Walk ACPI device's children using driver coreGravatar Rafael J. Wysocki 1-30/+29
2022-04-05ACPI: bus: Eliminate acpi_bus_get_device()Gravatar Rafael J. Wysocki 1-13/+0
2022-03-25Merge tag 'platform-drivers-x86-v5.18-1' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-0/+5
2022-03-23Merge tag 'sound-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-6/+10
2022-03-18Merge back ACPI device enumeration material for v5.18.Gravatar Rafael J. Wysocki 1-2/+3
2022-03-16Revert "ACPI: scan: Do not add device IDs from _CID if _HID is not valid"Gravatar Rafael J. Wysocki 1-5/+5
2022-03-02Input: soc_button_array - add support for Microsoft Surface 3 (MSHW0028) buttonsGravatar Hans de Goede 1-0/+5