summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/scan.c
AgeCommit message (Expand)AuthorLines
2020-06-10Merge tag 'pm-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-9/+19
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport-1/+0
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-1/+1
2020-06-08ACPI: PM: Avoid using power resources if there are none for D0Rafael J. Wysocki-9/+19
2020-05-09ACPI: scan: Put SPCR and STAO table after using itHanjun Guo-5/+10
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada-1/+1
2019-10-17ACPI: platform: Unregister stale platform devicesAndy Shevchenko-0/+1
2019-08-03drivers/acpi/scan.c: document why we don't need the device_hotplug_lockDavid Hildenbrand-0/+6
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+1
2019-05-07Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2019-05-06Merge branches 'acpi-scan', 'acpi-tables', 'acpi-misc' and 'acpi-pm'Rafael J. Wysocki-11/+8
2019-04-09ACPICA: Rename nameseg compare macro for clarityBob Moore-1/+1
2019-04-04acpi: Create subtable parsing infrastructureKeith Busch-2/+2
2019-03-26ACPI / scan: Add labels for PNP button devicesBjorn Helgaas-3/+3
2019-03-26ACPI / scan: Simplify acpi_bus_extract_wakeup_device_power_package()Bjorn Helgaas-7/+4
2019-03-26ACPI: Fix comment typosBjorn Helgaas-1/+1
2019-02-05ACPI / scan: Create platform device for BSG2150 ACPI nodesHans de Goede-0/+1
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-0/+5
2018-12-13ACPI / scan: Refactor _CCA enforcementRobin Murphy-0/+5
2018-12-03ACPI / scan: Create platform device for INT3515 ACPI nodesAndy Shevchenko-0/+1
2018-10-23Merge tag 'acpi-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-0/+1
2018-10-18ACPI / scan: Create platform device for INT33FE ACPI nodesHans de Goede-0/+1
2018-09-08dma-mapping: remove dma_deconfigureChristoph Hellwig-10/+0
2018-08-09ACPI / scan: Create platform device for fwnodes with multiple i2c devicesHans de Goede-0/+16
2018-08-09ACPI / scan: Initialize status to ACPI_STA_DEFAULTHans de Goede-2/+3
2018-08-09ACPI / scan: Add static attribute to indirect_io_hosts[]John Garry-1/+1
2018-04-23ACPI / scan: Initialize watchdog before PNPMika Westerberg-1/+1
2018-04-06Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-9/+24
2018-04-04ACPI / scan: Do not enumerate Indirect IO host childrenJohn Garry-0/+14
2018-04-04ACPI / scan: Rename acpi_is_serial_bus_slave() for more general useJohn Garry-9/+10
2018-03-20ACPI / scan: Send change uevent with offine environmental dataLee, Chun-Yi-1/+2
2018-02-04ACPI / scan: Use acpi_bus_get_status() to initialize ACPI_TYPE_DEVICE devsHans de Goede-3/+17
2017-11-30Merge branch 'acpi-ec' into acpiRafael J. Wysocki-0/+21
2017-11-21ACPI / EC: Fix regression related to PM ops support in ECDT deviceLv Zheng-0/+21
2017-11-13Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-20/+17
2017-10-20ACPI / scan: Fix enumeration for special UART devicesFrédéric Danis-20/+17
2017-10-11ACPI / LPIT: Add Low Power Idle Table (LPIT) supportSrinivas Pandruvada-0/+1
2017-09-05Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+1
2017-09-03Merge branches 'acpi-x86', 'acpi-soc', 'acpi-pmic' and 'acpi-apple'Rafael J. Wysocki-0/+7
2017-09-03Merge branches 'acpi-ec', 'acpi-dma', 'acpi-processor' and 'acpi-cppc'Rafael J. Wysocki-8/+83
2017-08-17ACPI / scan: Enable GPEs before scanning the namespaceRafael J. Wysocki-3/+3
2017-08-17ACPI: EC: Fix regression related to wrong ECDT initialization orderLv Zheng-1/+0
2017-08-07ACPI: Make acpi_dma_configure() DMA regions awareLorenzo Pieralisi-8/+4
2017-08-07ACPI: Introduce DMA ranges parsingLorenzo Pieralisi-0/+79
2017-08-03ACPI / scan: Recognize Apple SPI and I2C slavesLukas Wunner-0/+7
2017-07-22device property: Get rid of struct fwnode_handle type fieldSakari Ailus-2/+1
2017-07-10Merge tag 'devprop-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-6/+4
2017-07-10Merge branches 'acpi-spcr', 'acpi-osi', 'acpi-bus', 'acpi-scan' and 'acpi-misc'Rafael J. Wysocki-5/+13
2017-07-04ACPI / scan: Indicate to platform when hot remove returns busyLee, Chun-Yi-5/+13
2017-07-03Merge branch 'acpi-pm'Rafael J. Wysocki-15/+8