summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/scan.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag 'acpi-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-11-021-0/+6
|\
| * ACPI: scan: Release PM resources blocked by unused objectsRafael J. Wysocki2021-10-131-0/+6
* | hwmon: (acpi_power_meter) Use acpi_bus_get_acpi_device()Rafael J. Wysocki2021-10-161-0/+1
|/
* ACPI: scan: Remove unneeded header linux/nls.hKari Argillander2021-09-071-1/+0
* Merge tag 'iommu-updates-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-07-021-2/+76
|\
| * ACPI: Add driver for the VIOT tableJean-Philippe Brucker2021-06-251-0/+3
| * ACPI: Move IOMMU setup code out of IORTJean-Philippe Brucker2021-06-251-1/+72
| * ACPI: arm64: Move DMA setup operations out of IORTJean-Philippe Brucker2021-06-251-1/+1
* | 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
| | |
| \ \
*-. \ \ Merge branches 'acpi-dptf' and 'acpi-messages'Rafael J. Wysocki2021-06-291-5/+6
|\ \ \ \ | | |/ / | |/| |
| | * | ACPI: scan: Unify the log message printingHanjun Guo2021-06-071-5/+6
| | |/
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'acpi-pm', 'acpi-processor' and 'acpi-resources'Rafael J. Wysocki2021-06-291-1/+1
|\ \ \ \ \ | | | | |/ | | | |/|
| * | / | ACPI: power: Rework turning off unused power resourcesRafael J. Wysocki2021-05-311-1/+1
| | |/ / | |/| |
* | | | Merge branches 'acpi-bus', 'acpi-scan' and 'acpi-tables'Rafael J. Wysocki2021-06-291-98/+205
|\ \ \ \ | |/ / / |/| | |
| * | | ACPI: scan: Simplify acpi_table_events_fn()Rafael J. Wysocki2021-06-211-28/+10
| * | | ACPI: scan: Fix race related to dropping dependenciesRafael J. Wysocki2021-06-171-13/+32
| * | | ACPI: scan: Reorganize acpi_device_add()Rafael J. Wysocki2021-06-171-11/+20
| * | | ACPI: scan: Fix device object rescan in acpi_scan_clear_dep()Rafael J. Wysocki2021-06-171-5/+45
| * | | ACPI: scan: Make acpi_walk_dep_device_list()Rafael J. Wysocki2021-06-171-4/+3
| * | | ACPI: scan: Rearrange acpi_dev_get_first_consumer_dev_cb()Rafael J. Wysocki2021-06-171-7/+6
| * | | ACPI: scan: Define acpi_bus_put_acpi_device() as static inlineRafael J. Wysocki2021-06-171-5/+0
| * | | ACPI: scan: initialize local variable to avoid garbage being returnedColin Ian King2021-06-101-1/+1
| * | | ACPI: scan: Add function to fetch dependent of ACPI deviceDaniel Scally2021-06-071-0/+35
| * | | ACPI: scan: Extend acpi_walk_dep_device_list()Daniel Scally2021-06-071-18/+51
| * | | ACPI: scan: Rearrange dep_unmet initializationRafael J. Wysocki2021-05-171-32/+28
| |/ /
* / / ACPI: power: Refine turning off unused power resourcesRafael J. Wysocki2021-05-241-1/+1
|/ /
* | Merge branch 'acpi-pm'Rafael J. Wysocki2021-05-131-0/+2
|\ \
| * | Revert "Revert "ACPI: scan: Turn off unused power resources during initializa...Rafael J. Wysocki2021-05-101-0/+2
* | | ACPI: scan: Fix a memory leak in an error handling pathChristophe JAILLET2021-05-101-0/+1
| |/ |/|
* | Merge branches 'acpi-pm' and 'acpi-docs'Rafael J. Wysocki2021-05-061-2/+0
|\|
| * Revert "ACPI: scan: Turn off unused power resources during initialization"Rafael J. Wysocki2021-04-301-2/+0
* | Merge branch 'acpi-misc'Rafael J. Wysocki2021-04-261-1/+1
|\ \
| * | ACPI: fix various typos in commentsTom Saeger2021-03-191-1/+1
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'acpi-scan', 'acpi-drivers', 'acpi-pm' and 'acpi-resources'Rafael J. Wysocki2021-04-261-104/+72
|\ \ \ \ \ | | | |/ / | | |/| / | | | |/
| | | * ACPI: scan: Turn off unused power resources during initializationRafael J. Wysocki2021-03-231-0/+2
| | |/