summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'acpi-assorted'Rafael J. Wysocki2013-02-157-29/+34
|\
| * ACPI: Add DMI entry for Sony VGN-FW41E_HJoseph Salisbury2013-02-061-0/+8
| * ACPI: fix obsolete comment in custom_method.cZhang Rui2013-01-261-1/+1
| * ACPI / thermal: Use mode to enable/disable kernel thermal processingSrinivas Pandruvada2013-01-261-0/+4
| * ACPI thermal: remove unnecessary newline from exception messageColin Ian King2013-01-261-1/+1
| * ACPI sysfs: remove unnecessary newline from exceptionColin Ian King2013-01-261-1/+1
| * ACPI video: remove unnecessary newline from error messagesColin Ian King2013-01-261-2/+2
| * ACPI: SRAT: report non-volatile memory in debugDavidlohr Bueso2013-01-261-2/+4
| * ACPI: Rework acpi_get_child() to be more efficientRafael J. Wysocki2013-01-261-22/+13
* | Merge branch 'acpi-cleanup'Rafael J. Wysocki2013-02-1548-402/+435
|\ \
| * | ACPI / hotplug: Fix concurrency issues and memory leaksRafael J. Wysocki2013-02-137-55/+136
| * | ACPI / scan: Full transition to D3cold in acpi_device_unregister()Rafael J. Wysocki2013-02-131-9/+4
| * | ACPI / scan: Make acpi_bus_hot_remove_device() acquire the scan lockRafael J. Wysocki2013-02-131-14/+17
| * | ACPI: Drop the container.h header fileRafael J. Wysocki2013-02-131-1/+0
| * | ACPI / scan: Make container driver use struct acpi_scan_handlerRafael J. Wysocki2013-02-134-132/+43
| * | ACPI / scan: Remove useless #ifndef from acpi_eject_store()Rafael J. Wysocki2013-02-131-2/+0
| * | ACPI: Unbind ACPI drv when probe failedToshi Kani2013-02-131-0/+2
| * | ACPI: sysfs eject support for ACPI scan handlersToshi Kani2013-02-131-1/+1
| * | ACPI / scan: Follow priorities of IDs when matching scan handlersRafael J. Wysocki2013-02-131-12/+28
| * | ACPI / PCI: pci_slot: replace printk(KERN_xxx) with pr_xxx()Jiang Liu2013-02-131-4/+3
| * | ACPI / dock: Fix acpi_bus_get_device() check in drivers/acpi/dock.cYasuaki Ishimatsu2013-02-021-1/+1
| * | ACPI / scan: Clean up acpi_bus_get_parent()Rafael J. Wysocki2013-01-311-11/+5
| * | ACPI / platform: Use struct acpi_scan_handler for creating devicesRafael J. Wysocki2013-01-303-46/+50
| * | ACPI / PCI: Make PCI IRQ link driver use struct acpi_scan_handlerRafael J. Wysocki2013-01-303-33/+16
| * | ACPI / PCI: Make PCI root driver use struct acpi_scan_handlerRafael J. Wysocki2013-01-302-24/+16
| * | ACPI / scan: Introduce struct acpi_scan_handlerRafael J. Wysocki2013-01-301-7/+53
| * | Merge branch 'acpi-lpss' into acpi-cleanupRafael J. Wysocki2013-01-29112-3839/+4703
| |\ \
| * \ \ Merge branch 'acpi-scan' into acpi-cleanupRafael J. Wysocki2013-01-293-26/+20
| |\ \ \
| * | | | ACPI / scan: Make scanning of fixed devices follow the general schemeRafael J. Wysocki2013-01-291-11/+24
| * | | | Merge branch 'acpi-pm' into acpi-cleanupRafael J. Wysocki2013-01-2910-879/+1060
| |\ \ \ \
| * | | | | ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki2013-01-2641-70/+67
| * | | | | Merge branch 'acpi-scan' into acpi-cleanupRafael J. Wysocki2013-01-2617-554/+266
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'pnp'Rafael J. Wysocki2013-02-112-7/+7
|\ \ \ \ \ \
| * | | | | | PNPACPI: Fix acpi_bus_get_device() check in drivers/pnp/pnpacpi/core.cYasuaki Ishimatsu2013-01-311-5/+5
| * | | | | | drivers/pnp/pnpbios: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-261-2/+2
| |/ / / / /
* | | | | | Merge branch 'acpi-lpss'Rafael J. Wysocki2013-02-1110-13/+428
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | ACPI / platform: create LPSS clocks if Lynxpoint devices are found during scanMika Westerberg2013-01-233-12/+41
| * | | | | clk: x86: add support for Lynxpoint LPSS clocksMika Westerberg2013-01-235-0/+224
| * | | | | ACPI / platform: fix comment about the platform device nameMika Westerberg2013-01-191-1/+1
| * | | | | ACPI: add support for CSRT tableMika Westerberg2013-01-194-0/+162
| * | | | | Merge branch 'acpica' into acpi-lpssRafael J. Wysocki2013-01-18102-3826/+4275
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'acpi-scan' into acpi-lpssRafael J. Wysocki2013-01-1817-545/+267
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'acpi-pm'Rafael J. Wysocki2013-02-1110-883/+1076
|\ \ \ \ \ \ \ \
| * | | | | | | | ACPI / PM: Handle missing _PSC in acpi_bus_update_power()Rafael J. Wysocki2013-02-031-0/+3
| * | | | | | | | ACPI / PM: Do not power manage devices in unknown initial statesRafael J. Wysocki2013-02-012-1/+10
| * | | | | | | | ACPI / PM: Fix acpi_bus_get_device() check in drivers/acpi/device_pm.cYasuaki Ishimatsu2013-01-311-3/+3
| | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | ACPI / PM: Fix /proc/acpi/wakeup for devices w/o bus or parentAndreas Fleig2013-01-271-4/+5
| * | | | | | | ACPI / PM: Fix consistency check for power resources during resumeRafael J. Wysocki2013-01-251-11/+26
| * | | | | | | ACPI / PM: Expose lists of device power resources to user spaceRafael J. Wysocki2013-01-251-13/+91
| * | | | | | | ACPI / PM: Expose current status of ACPI power resourcesRafael J. Wysocki2013-01-242-1/+28