aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/scan.c
Commit message (Expand)AuthorAgeFilesLines
* iommu: Get DT/ACPI parsing into the proper probe pathRobin Murphy2025-03-111-7/+0
* Merge tag 'sound-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2025-01-241-0/+1
|\
| * ALSA: hda/tas2781: Add tas2781 hda SPI driverBaojun Xu2025-01-171-0/+1
* | ACPI: bus: change the prototype for acpi_get_physical_device_locationRicardo Ribalda2024-12-191-3/+1
|/
* ACPI: scan: Use strscpy() instead of strcpy()Muhammad Qasim Abdul Majeed2024-11-051-7/+7
*-. Merge branches 'acpi-ec', 'acpi-sysfs', 'acpi-utils' and 'acpi-soc'Rafael J. Wysocki2024-09-111-4/+2
|\ \
| | * ACPI: sysfs: remove return value of acpi_device_setup_files()Thomas Weißschuh2024-08-021-4/+1
| | * ACPI: sysfs: manage sysfs attributes through device coreThomas Weißschuh2024-08-021-0/+1
* | | ACPI: pci_link: Clear the dependencies after probeSunil V L2024-08-271-0/+1
* | | ACPI: scan: Define weak function to populate dependenciesSunil V L2024-08-271-0/+11
* | | ACPI: scan: Add RISC-V interrupt controllers to honor listSunil V L2024-08-271-0/+2
* | | ACPI: scan: Refactor dependency creationSunil V L2024-08-271-39/+47
* | | ACPI: scan: Add a weak arch_sort_irqchip_probe() to order the IRQCHIP probeSunil V L2024-08-271-0/+3
|/ /
* / ACPI: EC: Evaluate _REG outside the EC scope more carefullyRafael J. Wysocki2024-08-131-0/+2
|/
* Merge tag 'iommu-updates-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-07-191-28/+8
|\
| * ACPI: Retire acpi_iommu_fwspec_ops()Robin Murphy2024-07-041-23/+5
| * iommu: Resolve fwspec ops automaticallyRobin Murphy2024-07-041-5/+3
* | ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplugJames Morse2024-06-281-3/+27
* | ACPI: scan: switch to flags for acpi_scan_check_and_detach()Jonathan Cameron2024-06-281-5/+12
|/
* Merge tag 'iommu-updates-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-181-6/+1
|\
| *-. Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' in...Joerg Roedel2024-05-131-6/+1
| |\ \
| | | * dma-mapping: Simplify arch_setup_dma_ops()Robin Murphy2024-04-261-6/+1
| | |/
* | | ACPI: scan: Avoid enumerating devices with clearly invalid _STA valuesRafael J. Wysocki2024-04-301-1/+1
* | | Merge back earlier ACPI device enumeration changes for 6.10.Rafael J. Wysocki2024-04-111-14/+14
|\ \ \ | |/ / |/| |
| * | ACPI: scan: Introduce typedef:s for struct acpi_hotplug_context membersAndy Shevchenko2024-04-041-3/+2
| * | ACPI: scan: Use standard error checking patternAndy Shevchenko2024-04-041-4/+5
| * | ACPI: scan: Move misleading comment to acpi_dma_configure_id()Andy Shevchenko2024-04-041-5/+5
| * | ACPI: scan: Use list_first_entry_or_null() in acpi_device_hid()Andy Shevchenko2024-04-041-2/+2
| |/
* / ACPI: scan: Do not increase dep_unmet for already met dependenciesHans de Goede2024-04-081-1/+2
|/
* Merge tag 'sound-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2024-03-141-0/+2
|\
| * platform/x86: serial-multi-instantiate: Add support for CS35L54 and CS35L57Simon Trimmer2024-03-081-0/+2
* | ACPI: scan: Consolidate Device Check and Bus Check notification handlingRafael J. Wysocki2024-02-271-19/+25
* | ACPI: scan: Rework Device Check and Bus Check notification handlingRafael J. Wysocki2024-02-271-39/+45
* | ACPI: scan: Make acpi_processor_add() check the device enabled bitRafael J. Wysocki2024-02-271-0/+5
* | ACPI: scan: Relocate acpi_bus_trim_one()Rafael J. Wysocki2024-02-271-26/+26
* | ACPI: scan: Fix device check notification handlingRafael J. Wysocki2024-02-271-6/+2
* | ACPI: scan: Defer enumeration of devices with a _DEP pointing to IVSC deviceWentong Wu2024-02-121-0/+1
|/
* Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-181-14/+18
|\
| * acpi: Do not return struct iommu_ops from acpi_iommu_configure_id()Jason Gunthorpe2023-12-121-12/+17
| * iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()Jason Gunthorpe2023-12-121-2/+1
* | Merge tag 'dma-mapping-6.8-2024-01-08' of git://git.infradead.org/users/hch/d...Linus Torvalds2024-01-111-1/+0
|\ \
| * | dma-mapping: don't store redundant offsetsRobin Murphy2023-12-151-1/+0
| |/
* | Merge tag 'platform-drivers-x86-v6.8-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2024-01-101-0/+1
|\ \
| * | ACPI: scan: Add LNXVIDEO HID to ignore_serial_bus_ids[]Hans de Goede2023-11-201-0/+1
* | | Merge branch 'acpi-utils'Rafael J. Wysocki2024-01-041-3/+2
|\ \ \
| * | | ACPI: utils: Return bool from acpi_evaluate_reference()Rafael J. Wysocki2023-12-151-3/+2
| | |/ | |/|
| | |
| \ \
*-. \ \ Merge branches 'acpi-scan' and 'acpi-processor'Rafael J. Wysocki2024-01-041-9/+47
|\ \ \ \ | |_|/ / |/| | / | | |/
| * | ACPI: scan: Extract MIPI DisCo for Imaging data into swnodesRafael J. Wysocki2023-11-201-2/+10
| * | ACPI: scan: Extract CSI-2 connection graph from _CRSRafael J. Wysocki2023-11-201-9/+39
| |/
* / iommu: Avoid more races around device probeRobin Murphy2023-11-271-1/+6
|/