summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-06-2340-791/+1225
|\
| * Merge branch 'acpi-cca'Rafael J. Wysocki2015-06-194-1/+44
| |\
| | * ACPI / scan: Parse _CCA and setup device coherencySuthikulpanit, Suravee2015-06-154-1/+44
| | * Merge branch 'acpi-scan' into acpi-ccaRafael J. Wysocki2015-06-153-37/+49
| | |\
| * | \ Merge branch 'acpi-video'Rafael J. Wysocki2015-06-197-422/+359Star
| |\ \ \
| | * | | ACPI / video: Make acpi_video_unregister_backlight() privateHans de Goede2015-06-192-1/+2
| | * | | acpi-video-detect: Remove old APIHans de Goede2015-06-191-31/+0Star
| | * | | ACPI / video: Fix acpi_video _register vs _unregister_backlight raceHans de Goede2015-06-191-22/+21Star
| | * | | ACPI / video: Move dmi_check_system from module_init to acpi_video_registerHans de Goede2015-06-191-5/+5
| | * | | ACPI / video: Move backlight notifier to video_detect.cHans de Goede2015-06-192-57/+29Star
| | * | | ACPI / video: Port to new backlight interface selection APIHans de Goede2015-06-192-165/+137Star
| | * | | acpi-video-detect: Unregister acpi_video backlight when dmi quirks are addedHans de Goede2015-06-191-0/+3
| | * | | acpi-video-detect: Rewrite backlight interface selection logicHans de Goede2015-06-191-88/+83Star
| | * | | acpi-video-detect: video: Make video_detect code part of the video moduleHans de Goede2015-06-194-27/+30
| | * | | acpi-video-detect: Move acpi_osi_is_win8 to osl.cHans de Goede2015-06-193-13/+6Star
| | * | | acpi-video-detect: Move acpi_is_video_device() to acpi/scan.cHans de Goede2015-06-192-60/+56Star
| | * | | acpi-video-detect: Make acpi_video_get_capabilities a private functionHans de Goede2015-06-191-2/+1Star
| | * | | acpi-video-detect: Remove the unused acpi_video_dmi_demote_vendor() functionHans de Goede2015-06-191-9/+0Star
| | * | | Merge branch 'acpi-scan' into acpi-videoRafael J. Wysocki2015-06-163-37/+49
| | |\ \ \ | | | | |/ | | | |/|
| | * | | ACPI / video: constify ACPI and DMI id tablesMathias Krause2015-06-151-2/+2
| | * | | ACPI / video: Add a parameter to not register the backlight sysfs interfaceHans de Goede2015-06-151-4/+39
| | * | | ACPI / video: Add enable_native_backlight quirk for MacbookPro12,1Hans de Goede2015-06-151-0/+9
| | | |/ | | |/|
| | | |
| | \ \
| *-. \ \ Merge branches 'acpi-battery' and 'acpi-processor'Rafael J. Wysocki2015-06-195-44/+41Star
| |\ \ \ \
| | | * | | ACPI / processor: constify DMI system id tableMathias Krause2015-06-151-1/+1
| | | * | | ACPI / processor: Introduce invalid_phys_cpuid()Hanjun Guo2015-05-132-4/+4
| | | * | | ACPI / processor: return specific error instead of -1Hanjun Guo2015-05-131-3/+3
| | | * | | ACPI / processor: remove phys_id in acpi_processor_get_info()Hanjun Guo2015-05-131-4/+3Star
| | | * | | ACPI / processor: remove cpu_index in acpi_processor_get_info()Hanjun Guo2015-05-131-6/+4Star
| | | * | | ACPI / processor: Introduce invalid_logical_cpuid()Hanjun Guo2015-05-132-6/+4Star
| | * | | | ACPI / battery: mark DMI table as __initconstMathias Krause2015-06-151-3/+5
| | * | | | ACPI / battery: minor tweaks to acpi_battery_units()Mathias Krause2015-06-151-8/+6Star
| | * | | | ACPI / battery: constify the offset tablesMathias Krause2015-06-151-4/+4
| | * | | | ACPI / battery: ensure acpi_battery_init() has finishLuis Henriques2015-05-141-1/+3
| | * | | | ACPI / battery: drop useless return statementsLuis Henriques2015-05-141-5/+5
| | * | | | ACPI / battery: abort initialization earlier if acpi_disabledLuis Henriques2015-05-141-3/+3
| | |/ / /
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge branches 'acpi-ac', 'acpi-soc' and 'acpi-assorted'Rafael J. Wysocki2015-06-193-13/+13
| |\ \ \ \ \ \
| | | | * | | | ACPI / HED: constify ACPI device idsMathias Krause2015-06-151-1/+1
| | | | | |/ / | | | | |/| |
| | | * / | | ACPI / LPSS: constify device descriptorsMathias Krause2015-06-151-11/+11
| | | |/ / /
| | * / / / ACPI / AC: constify DMI system id tableMathias Krause2015-06-151-1/+1
| | |/ / /
| * | | | Merge branch 'acpi-ec'Rafael J. Wysocki2015-06-192-103/+256
| |\ \ \ \
| | * | | | ACPI / EC: Fix a code coverity issue when QR_EC transactions are failed.Lv Zheng2015-06-151-1/+13
| | * | | | ACPI / EC: Fix EC_FLAGS_QUERY_HANDSHAKE platforms using new event clearing ti...Lv Zheng2015-06-151-7/+9
| | * | | | ACPI / EC: Add event clearing variation support.Lv Zheng2015-06-151-5/+132
| | * | | | ACPI / EC: Convert event handling work queue into loop style.Lv Zheng2015-06-152-9/+25
| | * | | | ACPI / EC: Cleanup transaction state transition.Lv Zheng2015-06-151-8/+15
| | * | | | ACPI / EC: Remove non-root-caused busy polling quirks.Lv Zheng2015-05-161-32/+3Star
| | * | | | ACPI / EC: Add module params for polling modes.Lv Zheng2015-05-161-16/+23
| | * | | | ACPI / EC: Fix and clean up register access guarding logics.Lv Zheng2015-05-162-28/+55
| | * | | | ACPI / EC: Remove irqs_disabled() check.Lv Zheng2015-05-161-2/+1Star
| | * | | | ACPI / EC: Remove storming threashold enlarging quirk.Lv Zheng2015-05-161-15/+0Star