aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/scan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-15ACPI / scan: Always call acpi_bus_scan() for bus check notificationsRafael J. Wysocki1-4/+6
2013-07-15ACPI / scan: Do not try to attach scan handlers to devices having themRafael J. Wysocki1-0/+3
2013-07-04ACPI / scan: remove unused LIST_HEAD(acpi_device_list)Haicheng Li1-1/+0
2013-06-28Merge branch 'acpi-assorted'Rafael J. Wysocki1-0/+1
2013-06-28Merge branch 'acpi-scan'Rafael J. Wysocki1-54/+30
2013-06-28Merge branch 'acpi-hotplug'Rafael J. Wysocki1-2/+118
2013-06-27ACPI: Add CMOS RTC Operation Region handler supportLan Tianyu1-0/+1
2013-06-23ACPI / dock: Initialize ACPI dock subsystem upfrontJiang Liu1-0/+1
2013-06-20ACPI / scan: Do not bind ACPI drivers to objects with scan handlersRafael J. Wysocki1-0/+3
2013-06-16ACPI / scan: Simplify ACPI driver probingRafael J. Wysocki1-54/+27
2013-06-10ACPI / video: Do not bind to device objects with a scan handlerRafael J. Wysocki1-4/+1
2013-06-07Revert "ACPI / scan: do not match drivers against objects having scan handlers"Rafael J. Wysocki1-4/+0
2013-06-05ACPI / scan: do not match drivers against objects having scan handlersAaron Lu1-0/+4
2013-06-01ACPI / scan: Add second pass of companion offlining to hot-remove codeRafael J. Wysocki1-19/+52
2013-06-01ACPI: Drop removal_type field from struct acpi_deviceRafael J. Wysocki1-2/+0
2013-05-25Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-1/+0
2013-05-15ACPI / scan: Fix memory leak on acpi_scan_init_hotplug() error pathCatalin Marinas1-1/+2
2013-05-14dma: acpi-dma: parse CSRT to extract additional resourcesAndy Shevchenko1-1/+0
2013-05-12ACPI / processor: Use common hotplug infrastructureRafael J. Wysocki1-0/+1
2013-05-12ACPI / hotplug: Use device offline/online for graceful hot-removalRafael J. Wysocki1-0/+84
2013-04-30Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-138/+393
2013-04-28Merge branch 'acpi-lpss'Rafael J. Wysocki1-0/+1
2013-04-12PCI/ACPI: Handle PCI slot devices when creating/destroying PCI busesJiang Liu1-1/+0
2013-03-25ACPI: Verify device status after ejectToshi Kani1-1/+17
2013-03-24ACPI: Update _OST handling for notifyToshi Kani1-52/+35
2013-03-24ACPI: Update PNPID match handling for notifyToshi Kani1-33/+52
2013-03-24ACPI: Update PNPID set/free interfacesToshi Kani1-42/+43
2013-03-24ACPI: Remove acpi_device dependency in acpi_device_set_id()Toshi Kani1-35/+34
2013-03-21ACPI / scan: Add special handler for Intel Lynxpoint LPSS devicesRafael J. Wysocki1-0/+1
2013-03-04ACPI / scan: Make memory hotplug driver use struct acpi_scan_handlerRafael J. Wysocki1-0/+1
2013-03-04ACPI / hotplug: Introduce user space interface for hotplug profilesRafael J. Wysocki1-0/+59
2013-03-04ACPI / scan: Introduce acpi_scan_handler_matching()Rafael J. Wysocki1-10/+20
2013-03-04ACPI / scan: Introduce common code for ACPI-based device hotplugRafael J. Wysocki1-53/+216
2013-03-04ACPI / scan: Introduce acpi_scan_match_handler()Rafael J. Wysocki1-25/+28
2013-02-25Merge tag 'pm+acpi-fixes-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+8
2013-02-25Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+3
2013-02-23Merge branch 'acpi-pm' into fixesRafael J. Wysocki1-1/+8
2013-02-23ACPI / PM: Take unusual configurations of power resources into accountRafael J. Wysocki1-1/+8
2013-02-15Merge branch 'pci/jiang-pci_slot-kconfig' into nextBjorn Helgaas1-0/+1
2013-02-15ACPI / PCI: Make pci_slot built-in only, not a moduleJiang Liu1-0/+1
2013-02-15Merge branch 'acpi-cleanup'Rafael J. Wysocki1-95/+162
2013-02-13ACPI / hotplug: Fix concurrency issues and memory leaksRafael J. Wysocki1-21/+48
2013-02-13ACPI / scan: Full transition to D3cold in acpi_device_unregister()Rafael J. Wysocki1-9/+4
2013-02-13ACPI / scan: Make acpi_bus_hot_remove_device() acquire the scan lockRafael J. Wysocki1-14/+17
2013-02-13ACPI / scan: Make container driver use struct acpi_scan_handlerRafael J. Wysocki1-0/+1
2013-02-13ACPI / scan: Remove useless #ifndef from acpi_eject_store()Rafael J. Wysocki1-2/+0
2013-02-13ACPI: Unbind ACPI drv when probe failedToshi Kani1-0/+2
2013-02-13ACPI: sysfs eject support for ACPI scan handlersToshi Kani1-1/+1
2013-02-13ACPI / scan: Follow priorities of IDs when matching scan handlersRafael J. Wysocki1-12/+28
2013-02-11Merge branch 'acpi-lpss'Rafael J. Wysocki1-10/+13