summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
*-------. Merge branches 'acpi-gpe', 'acpi-video', 'acpi-thermal', 'acpi-processor', 'a...Rafael J. Wysocki2014-01-127-36/+69
|\ \ \ \ \
| | | | | * ACPI / sleep: remove panic in case hardware has changed after S4Oliver Neukum2014-01-111-5/+2
| | | | * | ACPI / scan: bail out early if failed to parse APIC ID for CPUJiang Liu2014-01-111-10/+14
| | | | |/
| | | * / ACPI / thermal: remove const from thermal_zone_device_ops declarationEmil Goode2014-01-081-1/+1
| | | |/
| | * | ACPI: Blacklist Win8 OSI for some HP laptop 2013 modelsTakashi Iwai2013-12-201-0/+50
| | * | ACPI / video: Fix typo in video_detect.cMasanari Iida2013-12-201-1/+1
| * | | ACPI / EC: disable GPE before removing GPE handlerLan Tianyu2013-12-191-1/+1
| * | | ACPI / Button: Fix enabling button GPEs twiceLan Tianyu2013-12-191-18/+0
| |/ /
* | | Merge branch 'acpi-dsm'Rafael J. Wysocki2014-01-128-664/+377
|\ \ \
| * | | ACPI / extlog: replace open-coded _DSM code with helper functionsJiang Liu2014-01-051-49/+12
| * | | ACPI / nouveau: replace open-coded _DSM code with helper functionsJiang Liu2014-01-052-130/+54
| * | | nouveau / ACPI: fix memory leak in ACPI _DSM related codeJiang Liu2014-01-051-1/+4
| * | | ACPI / i915: replace open-coded _DSM code with helper functionsJiang Liu2014-01-051-114/+30
| * | | ACPI / i2c-hid: replace open-coded _DSM code with helper functionsJiang Liu2014-01-051-20/+6
| * | | ACPI / TPM: detect PPI features by checking availability of _DSM functionsJiang Liu2014-01-051-26/+19
| * | | ACPI / TPM: replace open-coded _DSM code with helper functionsJiang Liu2014-01-051-259/+145
| * | | ACPI / TPM: match node name instead of full path when searching for TPM deviceJiang Liu2014-01-051-1/+1
| * | | PCI / pci-label: treat PCI label with index 0 as valid labelJiang Liu2014-01-051-16/+18
| * | | ACPI / PCI: replace open-coded _DSM code with helper functionsJiang Liu2014-01-051-87/+34
| * | | PCI / pci-label: release allocated ACPI object on error recovery pathJiang Liu2014-01-051-8/+4
| * | | ACPI: introduce helper interfaces for _DSM methodJiang Liu2014-01-051-0/+97
* | | | 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
| |\ \ \ \ \