summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'acpica'Rafael J. Wysocki2014-01-1220-315/+478
|\
| * ACPICA: Utilities: Cleanup declarations of the acpi_gbl_debug_file global.Lv Zheng2014-01-081-0/+12
| * ACPICA: Linuxize: Cleanup spaces after special macro invocations.Lv Zheng2014-01-083-8/+2
| * ACPICA: Interpreter: Add additional debug info for an error case.Bob Moore2014-01-081-1/+2
| * ACPICA: Add an error message if the Debugger fails initialization.Bob Moore2014-01-081-2/+10
| * ACPICA: Conditionally define a local variable that is used for debug only.Bob Moore2014-01-081-1/+3
| * ACPICA: Parser: Updates/fixes for debug output.Bob Moore2014-01-081-2/+47
| * ACPICA: Enhance ACPI warning for memory/IO address conflicts.Bob Moore2014-01-081-6/+13
| * ACPICA: Update several debug statements - no functional change.Bob Moore2014-01-081-10/+9
| * ACPICA: Improve exception handling for GPE block installation.Bob Moore2014-01-083-14/+22
| * ACPICA: Add option to favor 32-bit FADT addresses.Bob Moore2014-01-082-152/+193
| * ACPICA: Cleanup the option of forcing the use of the RSDT.Lv Zheng2014-01-082-5/+13
| * ACPICA: Back port and refine validation of the XSDT root table.Lv Zheng2014-01-081-90/+120
| * ACPICA: Remove unused ACPI_FREE_BUFFER macro. No functional change.Lv Zheng2014-01-082-13/+20
| * ACPICA: Disassembler: Improve pathname support for emitted External() stateme...Bob Moore2014-01-083-7/+8
| * ACPICA: Debug output: Fix a couple of small output issues.Bob Moore2014-01-082-8/+8
* | Merge branch 'acpi-hotplug'Rafael J. Wysocki2014-01-1224-605/+602
|\ \
| * | ACPI / scan: ACPI device object sysfs attribute for _STA evaluationSrinivas Pandruvada2014-01-111-0/+22
| * | Merge branch 'acpi-pci-hotplug' into acpi-hotplugRafael J. Wysocki2013-12-314-7/+61
| |\ \
| * | | ACPI / hotplug / driver core: Handle containers in a special wayRafael J. Wysocki2013-12-297-8/+97
| * | | ACPI / hotplug: Add demand_offline hotplug profile flagRafael J. Wysocki2013-12-291-4/+37
| * | | ACPI / bind: Move acpi_get_child() to drivers/ide/ide-acpi.cRafael J. Wysocki2013-12-072-12/+11
| * | | ACPI / bind: Pass struct acpi_device pointer to acpi_bind_one()Rafael J. Wysocki2013-12-074-16/+12
| * | | ACPI / bind: Rework struct acpi_bus_typeRafael J. Wysocki2013-12-074-47/+38
| * | | ACPI / bind: Redefine acpi_preset_companion()Rafael J. Wysocki2013-12-073-23/+15
| * | | ACPI / bind: Redefine acpi_get_child()Rafael J. Wysocki2013-12-071-3/+3
| * | | PCI / ACPI: Use acpi_find_child_device() for child devices lookupRafael J. Wysocki2013-12-072-6/+13
| * | | ACPI / bind: Simplify child device lookupsRafael J. Wysocki2013-12-071-82/+55
| * | | Merge branch 'acpi-cleanup' into acpi-hotplugRafael J. Wysocki2013-12-0789-202/+69
| |\ \ \
| * \ \ \ Merge branch 'acpi-pci-hotplug' into acpi-hotplugRafael J. Wysocki2013-11-281-1/+3
| |\ \ \ \
| * | | | | ACPI / scan: Use direct recurrence for device hierarchy walksRafael J. Wysocki2013-11-251-75/+45
| * | | | | ACPI: Introduce acpi_set_device_status()Rafael J. Wysocki2013-11-222-11/+5
| * | | | | ACPI / hotplug: Drop unfinished global notification handling routinesRafael J. Wysocki2013-11-221-62/+2
| * | | | | ACPI / hotplug: Rework generic code to handle suprise removalsRafael J. Wysocki2013-11-221-26/+59
| * | | | | ACPI / hotplug: Move container-specific code out of the coreRafael J. Wysocki2013-11-222-10/+9
| * | | | | ACPI / hotplug: Make ACPI PCI root hotplug use common hotplug codeRafael J. Wysocki2013-11-223-133/+36
| * | | | | ACPI / hotplug: Introduce common hotplug function acpi_device_hotplug()Rafael J. Wysocki2013-11-223-79/+68
| * | | | | ACPI / hotplug: Do not fail bus and device checks for disabled hotplugRafael J. Wysocki2013-11-221-33/+7
| * | | | | ACPI / scan: Add acpi_device objects for all device nodes in the namespaceRafael J. Wysocki2013-11-228-75/+88
| * | | | | ACPI / scan: Define non-empty device removal handlerRafael J. Wysocki2013-11-223-21/+101
| * | | | | Merge branch 'acpica' into acpi-hotplugRafael J. Wysocki2013-11-227-44/+76
| |\ \ \ \ \
| * \ \ \ \ \ Merge back earlier acpi-hotplug material.Rafael J. Wysocki2013-11-222-1/+4
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'acpi-cleanup'Rafael J. Wysocki2014-01-12103-260/+106
|\ \ \ \ \ \ \ \
| * | | | | | | | ACPI / tables: Return proper error codes from acpi_table_parse() and fix comm...tangchen2014-01-061-2/+3
| * | | | | | | | ACPI / tables: Check if id is NULL in acpi_table_parse()tangchen2014-01-061-1/+1
| * | | | | | | | ACPI / proc: Include appropriate header file in proc.cRashika2014-01-061-0/+1
| * | | | | | | | ACPI / EC: Remove unused functions and add prototype declaration in internal.hRashika2014-01-062-25/+9
| * | | | | | | | ACPI / dock: Include appropriate header file in dock.cRashika2014-01-061-0/+2
| * | | | | | | | ACPI / PCI: Include appropriate header file in pci_link.cRashika2014-01-061-0/+2
| * | | | | | | | ACPI / PCI: Include appropriate header file in pci_slot.cRashika2014-01-061-0/+1
OpenPOWER on IntegriCloud