summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/scan.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI: scan: Fix acpi_dma_configure_id() kerneldoc nameJohn Garry2020-11-091-1/+1
* Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-1/+1
|\
| * dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-061-1/+1
* | ACPI: scan: Replace ACPI_DEBUG_PRINT() with pr_debug()Tian Tao2020-10-021-2/+1
|/
* ACPI/IORT: Add an input ID to acpi_dma_configure()Lorenzo Pieralisi2020-07-281-3/+5
* Merge tag 'pm-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2020-06-101-9/+19
|\
| * ACPI: PM: Avoid using power resources if there are none for D0Rafael J. Wysocki2020-06-081-9/+19
* | mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+0
* | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* | ACPI: scan: Put SPCR and STAO table after using itHanjun Guo2020-05-091-5/+10
|/
* treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada2020-02-041-1/+1
* ACPI: platform: Unregister stale platform devicesAndy Shevchenko2019-10-171-0/+1
* drivers/acpi/scan.c: document why we don't need the device_hotplug_lockDavid Hildenbrand2019-08-031-0/+6
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-071-2/+2
|\
| * acpi: Create subtable parsing infrastructureKeith Busch2019-04-041-2/+2
| |
| \
| \
| \
*---. \ Merge branches 'acpi-scan', 'acpi-tables', 'acpi-misc' and 'acpi-pm'Rafael J. Wysocki2019-05-061-11/+8
|\ \ \ \ | | | |/ | | |/|
| | | * ACPI: Fix comment typosBjorn Helgaas2019-03-261-1/+1
| | |/
| * | ACPI / scan: Add labels for PNP button devicesBjorn Helgaas2019-03-261-3/+3
| * | ACPI / scan: Simplify acpi_bus_extract_wakeup_device_power_package()Bjorn Helgaas2019-03-261-7/+4
| |/
* / ACPICA: Rename nameseg compare macro for clarityBob Moore2019-04-091-1/+1
|/
* ACPI / scan: Create platform device for BSG2150 ACPI nodesHans de Goede2019-02-051-0/+1
* Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-281-0/+5
|\
| * ACPI / scan: Refactor _CCA enforcementRobin Murphy2018-12-131-0/+5
* | ACPI / scan: Create platform device for INT3515 ACPI nodesAndy Shevchenko2018-12-031-0/+1
|/
* Merge tag 'acpi-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-10-231-0/+1
|\
| * ACPI / scan: Create platform device for INT33FE ACPI nodesHans de Goede2018-10-181-0/+1
* | dma-mapping: remove dma_deconfigureChristoph Hellwig2018-09-081-10/+0
|/
* ACPI / scan: Create platform device for fwnodes with multiple i2c devicesHans de Goede2018-08-091-0/+16
* ACPI / scan: Initialize status to ACPI_STA_DEFAULTHans de Goede2018-08-091-2/+3
* ACPI / scan: Add static attribute to indirect_io_hosts[]John Garry2018-08-091-1/+1
* ACPI / scan: Initialize watchdog before PNPMika Westerberg2018-04-231-1/+1
* Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-061-9/+24
|\
| * ACPI / scan: Do not enumerate Indirect IO host childrenJohn Garry2018-04-041-0/+14
| * ACPI / scan: Rename acpi_is_serial_bus_slave() for more general useJohn Garry2018-04-041-9/+10
* | ACPI / scan: Send change uevent with offine environmental dataLee, Chun-Yi2018-03-201-1/+2
|/
* ACPI / scan: Use acpi_bus_get_status() to initialize ACPI_TYPE_DEVICE devsHans de Goede2018-02-041-3/+17
* Merge branch 'acpi-ec' into acpiRafael J. Wysocki2017-11-301-0/+21
|\
| * ACPI / EC: Fix regression related to PM ops support in ECDT deviceLv Zheng2017-11-211-0/+21
* | Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-131-20/+17
|\ \
| * | ACPI / scan: Fix enumeration for special UART devicesFrédéric Danis2017-10-201-20/+17
| |/
* / ACPI / LPIT: Add Low Power Idle Table (LPIT) supportSrinivas Pandruvada2017-10-111-0/+1
|/
* Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-051-2/+1
|\
| * device property: Get rid of struct fwnode_handle type fieldSakari Ailus2017-07-221-2/+1
| |
| \
*-. \ Merge branches 'acpi-x86', 'acpi-soc', 'acpi-pmic' and 'acpi-apple'Rafael J. Wysocki2017-09-031-0/+7
|\ \ \ | | |/ | |/|
| | * ACPI / scan: Recognize Apple SPI and I2C slavesLukas Wunner2017-08-031-0/+7
| |/
| |
| \
*-. | Merge branches 'acpi-ec', 'acpi-dma', 'acpi-processor' and 'acpi-cppc'Rafael J. Wysocki2017-09-031-8/+83
|\ \|
| * | ACPI: Make acpi_dma_configure() DMA regions awareLorenzo Pieralisi2017-08-071-8/+4
| * | ACPI: Introduce DMA ranges parsingLorenzo Pieralisi2017-08-071-0/+79
| |/
* | ACPI / scan: Enable GPEs before scanning the namespaceRafael J. Wysocki2017-08-171-3/+3