summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2015-06-19acpi-video-detect: Remove old APIHans de Goede1-31/+0
2015-06-19ACPI / video: Fix acpi_video _register vs _unregister_backlight raceHans de Goede1-22/+21
2015-06-19ACPI / video: Move dmi_check_system from module_init to acpi_video_registerHans de Goede1-5/+5
2015-06-19ACPI / video: Move backlight notifier to video_detect.cHans de Goede2-57/+29
2015-06-19ACPI / video: Port to new backlight interface selection APIHans de Goede2-165/+137
2015-06-19acpi-video-detect: Unregister acpi_video backlight when dmi quirks are addedHans de Goede1-0/+3
2015-06-19acpi-video-detect: Rewrite backlight interface selection logicHans de Goede1-88/+83
2015-06-19acpi-video-detect: video: Make video_detect code part of the video moduleHans de Goede4-27/+30
2015-06-19acpi-video-detect: Move acpi_osi_is_win8 to osl.cHans de Goede3-13/+6
2015-06-19acpi-video-detect: Move acpi_is_video_device() to acpi/scan.cHans de Goede2-60/+56
2015-06-19acpi-video-detect: Make acpi_video_get_capabilities a private functionHans de Goede1-2/+1
2015-06-19acpi-video-detect: Remove the unused acpi_video_dmi_demote_vendor() functionHans de Goede1-9/+0
2015-06-18ACPI / PNP: Avoid conflicting resource reservationsRafael J. Wysocki2-5/+161
2015-06-16Merge branch 'acpi-scan' into acpi-videoRafael J. Wysocki3-37/+49
2015-06-15ACPI / scan: Parse _CCA and setup device coherencySuthikulpanit, Suravee4-1/+44
2015-06-15Merge branch 'acpi-scan' into acpi-ccaRafael J. Wysocki3-37/+49
2015-06-15ACPI / EC: Fix a code coverity issue when QR_EC transactions are failed.Lv Zheng1-1/+13
2015-06-15ACPI / EC: Fix EC_FLAGS_QUERY_HANDSHAKE platforms using new event clearing ti...Lv Zheng1-7/+9
2015-06-15ACPI / EC: Add event clearing variation support.Lv Zheng1-5/+132
2015-06-15ACPI / EC: Convert event handling work queue into loop style.Lv Zheng2-9/+25
2015-06-15ACPI / EC: Cleanup transaction state transition.Lv Zheng1-8/+15
2015-06-15ACPI / scan: constify ACPI device idsMathias Krause1-1/+1
2015-06-15ACPI / processor: constify DMI system id tableMathias Krause1-1/+1
2015-06-15ACPI / HED: constify ACPI device idsMathias Krause1-1/+1
2015-06-15ACPI / LPSS: constify device descriptorsMathias Krause1-11/+11
2015-06-15ACPI / battery: mark DMI table as __initconstMathias Krause1-3/+5
2015-06-15ACPI / battery: minor tweaks to acpi_battery_units()Mathias Krause1-8/+6
2015-06-15ACPI / battery: constify the offset tablesMathias Krause1-4/+4
2015-06-15ACPI / AC: constify DMI system id tableMathias Krause1-1/+1
2015-06-15ACPI / video: constify ACPI and DMI id tablesMathias Krause1-2/+2
2015-06-15ACPI / video: Add a parameter to not register the backlight sysfs interfaceHans de Goede1-4/+39
2015-06-15ACPI / video: Add enable_native_backlight quirk for MacbookPro12,1Hans de Goede1-0/+9
2015-06-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui1-3/+6
2015-06-11ACPI / init: Switch over platform to the ACPI mode laterRafael J. Wysocki1-15/+41
2015-06-10ACPI / PM: Add missing pm_generic_complete() invocationRafael J. Wysocki1-0/+1
2015-06-03x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell1-0/+1
2015-05-31ACPI / PCI: Account for ARI in _PRT lookupsAlex Williamson1-1/+1
2015-05-27sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()Bartosz Golaszewski1-1/+1
2015-05-26ACPI / PM: Turn power resources on and off in the right order during resumeRafael J. Wysocki1-4/+36
2015-05-23ACPI / property: Define a symbol for PRP0001Rafael J. Wysocki3-17/+21
2015-05-22ACPI / PCI: remove stale list_head in struct acpi_prt_entryHanjun Guo1-1/+0
2015-05-22ACPICA: ACPI 6.0: Add support for NFIT table.Bob Moore1-2/+2
2015-05-22ACPICA: acpi_help: Add option to display all known/supported ACPI tables.Bob Moore1-0/+5
2015-05-22ACPICA: iASL/disassembler - fix possible fault for -e option.Bob Moore3-4/+13
2015-05-22ACPICA: Hardware: Fix a resource leak issue in acpi_hw_build_pci_list().Lv Zheng1-5/+4
2015-05-22ACPICA: Dispatcher: Fix a resource leak issue in acpi_ds_auto_serialize_metho...Lv Zheng1-3/+2
2015-05-22ACPICA: iASL: Enhance detection of non-ascii or corrupted input files.Bob Moore2-6/+3
2015-05-22ACPICA: Parser: Move a couple externals to the proper header.Bob Moore2-3/+3
2015-05-22ACPICA: ACPI 6.0: Add support for new predefined names.Bob Moore4-4/+66
2015-05-16ACPI / PM: Rework device power management to follow ACPI 6Rafael J. Wysocki4-62/+69