summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/scan.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-updates-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-09-011-1/+1
|\
| *-. Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/rockchip', '...Joerg Roedel2023-08-211-1/+1
| |\ \
| | | * iommu: Have __iommu_probe_device() check for already probed devicesJason Gunthorpe2023-07-141-1/+1
| | |/
| | |
| \ \
*-. \ \ Merge branches 'acpi-scan', 'acpi-tad', 'acpi-extlog' and 'acpi-misc'Rafael J. Wysocki2023-08-251-1/+3
|\ \ \ \ | |_|/ / |/| | |
| | * | ACPI: Move AMBA bus scan handling into arm64 specific directorySudeep Holla2023-08-011-1/+0
| | |/
| * / ACPI: scan: Defer enumeration of devices with a _DEP pointing to IVSC deviceWentong Wu2023-08-171-0/+3
|/ /
* / ACPI: scan: Create platform device for CS35L56Simon Trimmer2023-07-311-0/+1
|/
* ACPI: scan: Use the acpi_match_acpi_device() helperAndy Shevchenko2023-07-041-9/+12
* ACPI: scan: fix undeclared variable warnings by including sleep.hBen Dooks2023-07-041-0/+1
* ACPI: scan: Move acpi_root to internal headerAndy Shevchenko2023-06-291-2/+0
* ACPI: scan: Reduce overhead related to devices with dependenciesRafael J. Wysocki2023-06-051-20/+61
* ACPI: Fix selecting wrong ACPI fwnode for the iGPU on some Dell laptopsHans de Goede2023-01-101-2/+5
* ACPI: scan: substitute empty_zero_page with helper ZERO_PAGE(0)Giulio Benetti2022-11-031-1/+1
* ACPI: scan: Add LATT2021 to acpi_ignore_dep_ids[]Hans de Goede2022-10-261-0/+1
* ACPI: scan: Fix DMA range assignmentRobin Murphy2022-10-191-3/+4
*-. Merge branches 'acpi-scan', 'acpi-bus' and 'acpi-platform'Rafael J. Wysocki2022-09-301-30/+23
|\ \
| * | ACPI: scan: Support multiple DMA windows with different offsetsJianmin Lv2022-09-241-30/+23
| |/
* | ACPI: scan: Add acpi_dev_get_next_consumer_dev()Daniel Scally2022-09-241-10/+30
* | ACPI: Drop parent field from struct acpi_deviceRafael J. Wysocki2022-08-241-11/+6
* | ACPI: scan: Eliminate __acpi_device_add()Rafael J. Wysocki2022-08-231-14/+3
* | ACPI: scan: Rearrange initialization of ACPI device objectsRafael J. Wysocki2022-08-231-13/+14
* | ACPI: scan: Rename acpi_bus_get_parent() and rearrange itRafael J. Wysocki2022-08-231-9/+13
* | ACPI: Rename acpi_bus_get/put_acpi_device()Rafael J. Wysocki2022-08-231-5/+16
|/
* Merge tag 'sound-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2022-08-061-0/+1
|\
| * ACPI: scan: Add CLSA0101 Laptop SupportLucas Tanure2022-07-281-0/+1
* | ACPI: bus: Drop unused list heads from struct acpi_deviceRafael J. Wysocki2022-07-011-10/+1
* | ACPI: scan: Walk ACPI device's children using driver coreRafael J. Wysocki2022-06-211-30/+29
|/
* ACPI: bus: Eliminate acpi_bus_get_device()Rafael J. Wysocki2022-04-051-13/+0
* Merge tag 'platform-drivers-x86-v5.18-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-03-251-0/+5
|\
| * Input: soc_button_array - add support for Microsoft Surface 3 (MSHW0028) buttonsHans de Goede2022-03-021-0/+5
* | Merge tag 'sound-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-03-231-6/+10
|\|
| * ACPI / scan: Create platform device for CS35L41Lucas Tanure2022-02-021-0/+3
| * platform/x86: i2c-multi-instantiate: Rename it for a generic serial driver nameLucas Tanure2022-02-021-6/+7
* | Merge back ACPI device enumeration material for v5.18.Rafael J. Wysocki2022-03-181-2/+3
|\ \
| * | ACPI: scan: Use ida_alloc() instead of ida_simple_get()Rafael J. Wysocki2022-02-181-2/+3
| |/
* / Revert "ACPI: scan: Do not add device IDs from _CID if _HID is not valid"Rafael J. Wysocki2022-03-161-5/+5
|/
* Merge tag 'acpi-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-01-181-48/+28
|\
| * ACPI: scan: Rename label in acpi_scan_init()Rafael J. Wysocki2022-01-121-3/+3
| * ACPI: scan: Simplify initialization of power and sleep buttonsRafael J. Wysocki2022-01-121-39/+23
| * ACPI: scan: Change acpi_scan_init() return value type to voidRafael J. Wysocki2022-01-121-7/+3
* | Merge tag 'usb-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-01-121-0/+16
|\ \ | |/ |/|
| * acpi: Store CRC-32 hash of the _PLD in struct acpi_deviceHeikki Krogerus2021-12-301-0/+16
* | Merge tag 'acpi-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2022-01-101-18/+39
|\ \
| * | ACPI: scan: Create platform device for BCM4752 and LNV4752 ACPI nodesHans de Goede2021-12-301-3/+10
| * | ACPI: scan: Introduce acpi_fetch_acpi_dev()Rafael J. Wysocki2021-12-171-10/+24
| * | ACPI: scan: Do not add device IDs from _CID if _HID is not validRafael J. Wysocki2021-11-241-5/+5
| |/
* | Merge tag 'platform-drivers-x86-int3472-1' of git://git.kernel.org/pub/scm/li...Mauro Carvalho Chehab2021-12-161-4/+33
|\ \ | |/ |/|
| * ACPI: delay enumeration of devices with a _DEP pointing to an INT3472 deviceHans de Goede2021-12-131-4/+33
* | Revert "ACPI: scan: Release PM resources blocked by unused objects"Rafael J. Wysocki2021-11-171-6/+0
|/
* ACPI: scan: Obtain device's desired enumeration power stateSakari Ailus2021-11-031-0/+4