summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2014-07-16ACPI / hotplug: Simplify acpi_set_hp_context()Rafael J. Wysocki1-1/+3
2014-07-14Revert "ACPI / video: change acpi-video brightness_switch_enabled default to 0"Rafael J. Wysocki1-1/+1
2014-07-14Merge tag 'please-pull-extlog-trace' into x86/rasH. Peter Anvin2-12/+38
2014-07-10Merge branch 'acpi-video'Rafael J. Wysocki2-1/+18
2014-07-10Merge branch 'acpi-ec'Rafael J. Wysocki1-79/+85
2014-07-10Merge branches 'acpi-resources', 'acpi-ac', 'acpi-scan' and 'acpi-battery'Rafael J. Wysocki3-3/+170
2014-07-09ACPICA: Fix a regression for deletion of Alias() objects.Bob Moore1-10/+9
2014-07-09ACPI / PNP: add soc_button_array device ID to PNP IDs listZhang Rui1-0/+2
2014-07-08ACPICA: Hardware: back port of a recursive locking fixLv Zheng1-1/+2
2014-07-08ACPICA: utprint/oslibcfs: cleanup - no functional changeBob Moore1-16/+28
2014-07-08ACPICA: Executer: Fix trivial issues in acpi_get_serial_access_bytes()Lv Zheng1-2/+2
2014-07-08ACPICA: acpidump: Reduce freopen() invocations to improve portabilityLv Zheng2-0/+135
2014-07-08ACPICA: Common: Enhance acpi_getopt() to improve portabilityLv Zheng1-0/+2
2014-07-08ACPICA: Common: Enhance cm_get_file_size() to improve portabilityLv Zheng1-1/+1
2014-07-08ACPICA: Application: Enhance ACPI_USAGE_xxx/ACPI_OPTION with acpi_os_printf()...Lv Zheng1-2/+5
2014-07-08ACPICA: Utilities: Introduce acpi_log_error() to improve portabilityLv Zheng1-0/+26
2014-07-08ACPICA: Utilities: Add formatted printing APIsLv Zheng4-1/+674
2014-07-08ACPICA: OSL: Clean up acpi_os_printf()/acpi_os_vprintf() stubsLv Zheng3-3/+2
2014-07-08ACPICA: Utilities: Cleanup DEFINE_ACPI_GLOBALS by moving acpi_ut_init_global(...Lv Zheng2-146/+146
2014-07-08ACPICA: Namespace: Properly null terminate objects detached from a namespace ...David E. Box1-0/+11
2014-07-08ACPICA: Utilities: Validate full RSDP headerDavid E. Box1-12/+7
2014-07-08ACPICA: Utilities: Add support to read table from filesLv Zheng4-4/+346
2014-07-08ACPICA: Utilities: Fix an issue with non-native ACPI_IS_PRINT()Lv Zheng1-1/+1
2014-07-08ACPICA: Utilities: Fix memory leak in acpi_ut_copy_iobject_to_iobjectDavid E. Box1-0/+6
2014-07-08ACPI / video: Add Acer TravelMate B113 to native backlight blacklistMartin Kepplinger1-0/+8
2014-07-08ACPI / video: Add Dell Inspiron 5737 to the blacklistEdward Lin1-0/+8
2014-07-08ACPI / i915: ignore firmware requests for backlight changeAaron Lu1-1/+2
2014-07-08ACPI / battery: fix wrong value of capacity_now reported when fully chargedJosef Gajdusek1-0/+14
2014-07-08ACPI / resources: only reject zero length resources based at address zeroAndy Whitcroft1-5/+5
2014-07-07ACPI / PNP: do ACPI binding directlyZhang Rui1-2/+0
2014-07-07ACPI / battery: Retry to get battery information if failed during probingLan Tianyu1-1/+26
2014-07-07ACPI / EC: Free saved_ec on error exit pathColin Ian King1-1/+4
2014-07-07ACPI / EC: Add detailed fields debugging support of EC_SC(R).Lv Zheng1-4/+12
2014-07-07ACPI / EC: Update revision due to recent changesLv Zheng1-6/+9
2014-07-07ACPI / EC: Fix race condition in ec_transaction_completed()Lv Zheng1-13/+17
2014-07-07ACPI / EC: Remove duplicated ec_wait_ibf0() waiterLv Zheng1-26/+1
2014-07-07ACPI / EC: Add asynchronous command byte write supportLv Zheng1-35/+48
2014-07-07ACPI / EC: Avoid race condition related to advance_transaction()Lv Zheng1-6/+6
2014-07-07Revert "ACPI / AC: Remove AC's proc directory."Lan Tianyu1-2/+128
2014-07-07ACPICA: Events: Fix edge-triggered GPE by disabling before acknowledging it.Lv Zheng1-15/+17
2014-06-26RAS, extlog: Adjust init flowChen, Gong1-8/+5
2014-06-26trace, eMCA: Add a knob to adjust where to save event logChen, Gong1-1/+7
2014-06-26trace, RAS: Add eMCA trace event interfaceChen, Gong2-4/+27
2014-06-22x86, irq, ACPI: Release IOAPIC pin when PCI device is disabledJiang Liu1-1/+2
2014-06-19Merge branches 'acpi-general', 'acpi-processor', 'acpi-lpss' and 'acpi-battery'Rafael J. Wysocki4-5/+55
2014-06-17ACPI: use kstrto*() instead of simple_strto*()Christoph Jaeger3-3/+8
2014-06-17ACPI / battery: add quirk for Acer Aspire V5-573GAlexander Mezin1-0/+24
2014-06-17ACPI / battery: use callback for setting up quirksAlexander Mezin1-2/+8
2014-06-17ACPI / LPSS: Take I2C host controllers out of resetMika Westerberg1-0/+15
2014-06-17ACPICA: Restore error table definitions to reduce code differences between Li...Lv Zheng3-28/+28