aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/scan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-07Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+2
2019-05-06Merge branches 'acpi-scan', 'acpi-tables', 'acpi-misc' and 'acpi-pm'Rafael J. Wysocki1-11/+8
2019-04-09ACPICA: Rename nameseg compare macro for clarityBob Moore1-1/+1
2019-04-04acpi: Create subtable parsing infrastructureKeith Busch1-2/+2
2019-03-26ACPI / scan: Add labels for PNP button devicesBjorn Helgaas1-3/+3
2019-03-26ACPI / scan: Simplify acpi_bus_extract_wakeup_device_power_package()Bjorn Helgaas1-7/+4
2019-03-26ACPI: Fix comment typosBjorn Helgaas1-1/+1
2019-02-05ACPI / scan: Create platform device for BSG2150 ACPI nodesHans de Goede1-0/+1
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+5
2018-12-13ACPI / scan: Refactor _CCA enforcementRobin Murphy1-0/+5
2018-12-03ACPI / scan: Create platform device for INT3515 ACPI nodesAndy Shevchenko1-0/+1
2018-10-23Merge tag 'acpi-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+1
2018-10-18ACPI / scan: Create platform device for INT33FE ACPI nodesHans de Goede1-0/+1
2018-09-08dma-mapping: remove dma_deconfigureChristoph Hellwig1-10/+0
2018-08-09ACPI / scan: Create platform device for fwnodes with multiple i2c devicesHans de Goede1-0/+16
2018-08-09ACPI / scan: Initialize status to ACPI_STA_DEFAULTHans de Goede1-2/+3
2018-08-09ACPI / scan: Add static attribute to indirect_io_hosts[]John Garry1-1/+1
2018-04-23ACPI / scan: Initialize watchdog before PNPMika Westerberg1-1/+1
2018-04-06Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-9/+24
2018-04-04ACPI / scan: Do not enumerate Indirect IO host childrenJohn Garry1-0/+14
2018-04-04ACPI / scan: Rename acpi_is_serial_bus_slave() for more general useJohn Garry1-9/+10
2018-03-20ACPI / scan: Send change uevent with offine environmental dataLee, Chun-Yi1-1/+2
2018-02-04ACPI / scan: Use acpi_bus_get_status() to initialize ACPI_TYPE_DEVICE devsHans de Goede1-3/+17
2017-11-30Merge branch 'acpi-ec' into acpiRafael J. Wysocki1-0/+21
2017-11-21ACPI / EC: Fix regression related to PM ops support in ECDT deviceLv Zheng1-0/+21
2017-11-13Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-20/+17
2017-10-20ACPI / scan: Fix enumeration for special UART devicesFrédéric Danis1-20/+17
2017-10-11ACPI / LPIT: Add Low Power Idle Table (LPIT) supportSrinivas Pandruvada1-0/+1
2017-09-05Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+1
2017-09-03Merge branches 'acpi-x86', 'acpi-soc', 'acpi-pmic' and 'acpi-apple'Rafael J. Wysocki1-0/+7
2017-09-03Merge branches 'acpi-ec', 'acpi-dma', 'acpi-processor' and 'acpi-cppc'Rafael J. Wysocki1-8/+83
2017-08-17ACPI / scan: Enable GPEs before scanning the namespaceRafael J. Wysocki1-3/+3
2017-08-17ACPI: EC: Fix regression related to wrong ECDT initialization orderLv Zheng1-1/+0
2017-08-07ACPI: Make acpi_dma_configure() DMA regions awareLorenzo Pieralisi1-8/+4
2017-08-07ACPI: Introduce DMA ranges parsingLorenzo Pieralisi1-0/+79
2017-08-03ACPI / scan: Recognize Apple SPI and I2C slavesLukas Wunner1-0/+7
2017-07-22device property: Get rid of struct fwnode_handle type fieldSakari Ailus1-2/+1
2017-07-10Merge tag 'devprop-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-6/+4
2017-07-10Merge branches 'acpi-spcr', 'acpi-osi', 'acpi-bus', 'acpi-scan' and 'acpi-misc'Rafael J. Wysocki1-5/+13
2017-07-04ACPI / scan: Indicate to platform when hot remove returns busyLee, Chun-Yi1-5/+13
2017-07-03Merge branch 'acpi-pm'Rafael J. Wysocki1-15/+8
2017-06-28ACPI / PM: Drop run_wake from struct acpi_device_wakeup_flagsRafael J. Wysocki1-15/+8
2017-06-22device property: Move FW type specific functionality to FW specific filesSakari Ailus1-0/+1
2017-06-22ACPI: Constify argument to acpi_device_is_present()Sakari Ailus1-6/+3
2017-06-21ACPI / scan: Fix enumeration for special SPI and I2C devicesJarkko Nikula1-30/+37
2017-05-30ACPI/IORT: Ignore all errors except EPROBE_DEFERSricharan R1-2/+2
2017-05-09Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-3/+8
2017-05-04Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm/smmu', 'arm/core', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-10/+20
2017-04-20drivers: acpi: Handle IOMMU lookup failure with deferred probing or errorSricharan R1-3/+8