summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/scan.c
AgeCommit message (Expand)Author
2020-12-22Merge branches 'acpi-scan', 'acpi-pnp' and 'acpi-sleep'Rafael J. Wysocki
2020-12-17ACPI: scan: Add Intel Baytrail Mailbox Device to acpi_ignore_dep_idsHans de Goede
2020-12-17ACPI: scan: Avoid unnecessary second pass in acpi_bus_scan()Rafael J. Wysocki
2020-12-17ACPI: scan: Defer enumeration of devices with _DEP listsRafael J. Wysocki
2020-12-17ACPI: scan: Evaluate _DEP before adding the deviceRafael J. Wysocki
2020-12-15Merge tag 'acpi-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2020-12-15Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-12-09driver core: Add fwnode_init()Saravana Kannan
2020-12-08ACPI: scan: Fix up _DEP-related terminology with supplier/consumerRafael J. Wysocki
2020-12-08ACPI: scan: Drop INT3396 from acpi_ignore_dep_ids[]Rafael J. Wysocki
2020-12-07ACPI: scan: Add PNP0D80 to the _DEP exceptions listRafael J. Wysocki
2020-12-02ACPI: scan: Call acpi_get_object_info() from acpi_add_single_object()Hans de Goede
2020-12-02ACPI: scan: Add acpi_info_matches_hids() helperHans de Goede
2020-11-09ACPI: scan: Fix acpi_dma_configure_id() kerneldoc nameJohn Garry
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig
2020-10-02ACPI: scan: Replace ACPI_DEBUG_PRINT() with pr_debug()Tian Tao
2020-07-28ACPI/IORT: Add an input ID to acpi_dma_configure()Lorenzo Pieralisi
2020-06-10Merge tag 'pm-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-08ACPI: PM: Avoid using power resources if there are none for D0Rafael J. Wysocki
2020-05-09ACPI: scan: Put SPCR and STAO table after using itHanjun Guo
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada
2019-10-17ACPI: platform: Unregister stale platform devicesAndy Shevchenko
2019-08-03drivers/acpi/scan.c: document why we don't need the device_hotplug_lockDavid Hildenbrand
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-07Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-05-06Merge branches 'acpi-scan', 'acpi-tables', 'acpi-misc' and 'acpi-pm'Rafael J. Wysocki
2019-04-09ACPICA: Rename nameseg compare macro for clarityBob Moore
2019-04-04acpi: Create subtable parsing infrastructureKeith Busch
2019-03-26ACPI / scan: Add labels for PNP button devicesBjorn Helgaas
2019-03-26ACPI / scan: Simplify acpi_bus_extract_wakeup_device_power_package()Bjorn Helgaas
2019-03-26ACPI: Fix comment typosBjorn Helgaas
2019-02-05ACPI / scan: Create platform device for BSG2150 ACPI nodesHans de Goede
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-12-13ACPI / scan: Refactor _CCA enforcementRobin Murphy
2018-12-03ACPI / scan: Create platform device for INT3515 ACPI nodesAndy Shevchenko
2018-10-23Merge tag 'acpi-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2018-10-18ACPI / scan: Create platform device for INT33FE ACPI nodesHans de Goede
2018-09-08dma-mapping: remove dma_deconfigureChristoph Hellwig
2018-08-09ACPI / scan: Create platform device for fwnodes with multiple i2c devicesHans de Goede
2018-08-09ACPI / scan: Initialize status to ACPI_STA_DEFAULTHans de Goede
2018-08-09ACPI / scan: Add static attribute to indirect_io_hosts[]John Garry
2018-04-23ACPI / scan: Initialize watchdog before PNPMika Westerberg
2018-04-06Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-04-04ACPI / scan: Do not enumerate Indirect IO host childrenJohn Garry
2018-04-04ACPI / scan: Rename acpi_is_serial_bus_slave() for more general useJohn Garry
2018-03-20ACPI / scan: Send change uevent with offine environmental dataLee, Chun-Yi
2018-02-04ACPI / scan: Use acpi_bus_get_status() to initialize ACPI_TYPE_DEVICE devsHans de Goede