summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* PCI: Put pci_dev in device tree as early as possibleYinghai Lu2013-01-254-82/+41
* PCI: Skip attaching driver in device_add()Yinghai Lu2013-01-252-1/+10
* PCI: acpiphp: Keep driver loaded even if no slots foundYinghai Lu2013-01-253-44/+2
* PCI/ACPI: Print info if host bridge notify handler installation failsTang Chen2013-01-251-3/+9
* PCI: acpiphp: Move host bridge hotplug to pci_root.cYinghai Lu2013-01-254-44/+143
* PCI/ACPI: acpiphp: Rename alloc_acpiphp_hp_work() to alloc_acpi_hp_work()Yinghai Lu2013-01-252-38/+28
* PCI: Make device create/destroy logic symmetricJiang Liu2013-01-252-3/+2
* PCI: Fix reference count leak in pci_dev_present()Jiang Liu2013-01-251-5/+5
* PCI: Set pci_dev dev_node early so IOAPIC irq_descs are allocated locallyYinghai Lu2013-01-251-0/+1
* PCI: Add root bus children dev's res to fail listYinghai Lu2013-01-251-1/+1
* PCI: acpiphp: Add is_hotplug_bridge detectionYinghai Lu2013-01-251-1/+26
* Merge branch 'acpi-scan' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Bjorn Helgaas2013-01-257-120/+76
|\
| * ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() insteadRafael J. Wysocki2013-01-197-40/+30
| * ACPI: update ej_event interface to take acpi_deviceYinghai Lu2013-01-153-12/+6
| * ACPI / scan: Add second pass to acpi_bus_trim()Rafael J. Wysocki2013-01-151-16/+30
| * ACPI / scan: Change the implementation of acpi_bus_trim()Rafael J. Wysocki2013-01-151-49/+15
| * ACPI / scan: Drop the second argument of acpi_bus_trim()Rafael J. Wysocki2013-01-154-16/+8
| * ACPI / scan: Drop the second argument of acpi_device_unregister()Rafael J. Wysocki2013-01-151-3/+3
| * ACPI / scan: Fix check of device_attach() return value.Mika Westerberg2013-01-111-1/+1
* | Merge branch 'acpi-scan' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Bjorn Helgaas2013-01-1017-466/+222
|\|
| * ACPI / scan: Treat power resources in a special wayRafael J. Wysocki2013-01-071-1/+2
| * ACPI: Drop ACPI device .bind() and .unbind() callbacksRafael J. Wysocki2013-01-031-22/+0
| * ACPI / PCI: Move the _PRT setup and cleanup code to pci-acpi.cRafael J. Wysocki2013-01-034-157/+37
| * ACPI / PCI: Rework the setup and cleanup of device wakeupRafael J. Wysocki2013-01-036-38/+31
| * ACPI: Add .setup() and .cleanup() callbacks to struct acpi_bus_typeRafael J. Wysocki2013-01-031-15/+35
| * ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argumentRafael J. Wysocki2013-01-037-42/+44
| * ACPI: Replace ACPI device add_type field with a match_driver flagRafael J. Wysocki2013-01-031-12/+9
| * ACPI: Drop the second argument of acpi_bus_scan()Rafael J. Wysocki2013-01-031-10/+8
| * ACPI: Remove the arguments of acpi_bus_add() that are not usedRafael J. Wysocki2013-01-037-99/+31
| * ACPI: Remove acpi_start_single_object() and acpi_bus_start()Rafael J. Wysocki2013-01-034-76/+12
| * ACPI / PCI: Fold acpi_pci_root_start() into acpi_pci_root_add()Rafael J. Wysocki2013-01-031-21/+11
| * ACPI: Change the ordering of acpi_bus_check_add()Rafael J. Wysocki2013-01-031-10/+10
| * ACPI: Replace struct acpi_bus_ops with enum typeRafael J. Wysocki2013-01-031-23/+12
| * ACPI: Reduce the usage of struct acpi_bus_opsRafael J. Wysocki2013-01-031-24/+16
| * ACPI: Make acpi_bus_add() and acpi_bus_start() visibly differentRafael J. Wysocki2013-01-031-28/+35
| * ACPI: Change the ordering of PCI root bridge driver registrarionRafael J. Wysocki2013-01-033-3/+3
| * ACPI: Separate adding ACPI device objects from probing ACPI driversRafael J. Wysocki2013-01-031-31/+72
* | PCI/ACPI: Reserve firmware-allocated resources for hot-added root busesYinghai Lu2013-01-072-1/+5
|/
* Merge branch 'fixes-for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-01-021-2/+3
|\
| * leds: leds-gpio: set devm_gpio_request_one() flags param correctlyJavier Martinez Canillas2013-01-021-2/+3
* | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2013-01-023-14/+15
|\ \
| * | watchdog: twl4030_wdt: add DT supportAaro Koskinen2013-01-021-2/+9
| * | watchdog: omap_wdt: eliminate unused variable and a compiler warningAaro Koskinen2013-01-021-1/+0
| * | watchdog: da9055: Don't update wdt_dev->timeout in da9055_wdt_set_timeout err...Axel Lin2013-01-021-7/+6
| * | watchdog: da9055: Fix invalid free of devm_ allocated dataAxel Lin2013-01-021-4/+0
* | | Merge tag '3.8-pci-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/he...Linus Torvalds2013-01-023-54/+58
|\ \ \ | |/ / |/| |
| * | PCI: Reduce Ricoh 0xe822 SD card reader base clock frequency to 50MHzAndy Lutomirski2012-12-261-2/+5
| * | PCI/PM: Do not suspend port if any subordinate device needs PME pollingHuang Ying2012-12-261-1/+19
| * | PCI: Remove spurious error for sriov_numvfs store and simplify flowBjorn Helgaas2012-12-261-51/+34
| |/
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-12-3044-393/+849
|\ \