aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-20platform: add chrome platform directoryOlof Johansson3-420/+0
2013-11-20hp-wmi: detect "2009 BIOS or later" flag by WMI 0x0d for wireless cmdAlex Hung1-1/+13
2013-11-20dell-wmi: Add KEY_MICMUTE to bios_to_linux_keycodeAlex Hung1-3/+4
2013-11-20platform:x86: Remove OOM message after input_allocate_deviceJoe Perches8-23/+8
2013-11-20sony-laptop: fixe typos in sony_laptop_input_keycode_mapStephen Gildea1-2/+2
2013-11-20sony-laptop: warn on multiple KBD backlight handlesMattia Dongili1-4/+12
2013-11-20dell-laptop: Only enable rfkill functionality on laptops with a hw killswitchHans de Goede1-3/+10
2013-11-20dell-laptop: Add a force_rfkill module parameterHans de Goede1-1/+5
2013-11-20dell-laptop: Wait less long before updating rfkill after an rfkill keypressHans de Goede1-1/+1
2013-11-20dell-laptop: Do not skip setting blocked bit rfkill_set while hw-blockedHans de Goede1-3/+2
2013-11-20dell-laptop: Sync current block state to BIOS on hw switch changeHans de Goede1-3/+11
2013-11-20dell-laptop: Allow changing the sw_state while the radio is blocked by hwHans de Goede1-5/+2
2013-11-20dell-laptop: Don't read-back sw_state on machines with a hardware switchHans de Goede1-1/+4
2013-11-20dell-laptop: Don't set sw_state from the query callbackHans de Goede1-8/+19
2013-11-20dell-laptop: Only get status from BIOS once when updatingHans de Goede1-9/+19
2013-11-20dell-laptop: If there is no hwswitch, then clear all hw-controlled bitsHans de Goede1-0/+3
2013-11-20dell-laptop: Only enable rfkill on LatitudesHans de Goede1-50/+7
2013-11-20Revert "dell-laptop: Remove rfkill code"Hans de Goede1-0/+289
2013-11-20Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-11-14ACPI: Eliminate the DEVICE_ACPI_HANDLE() macroRafael J. Wysocki1-1/+1
2013-11-14Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds11-356/+264
2013-11-12Merge tag 'sound-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-1/+91
2013-11-12Merge branch 'x86-intel-mid-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2013-11-04Merge tag 'asoc-v3.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai2-17/+10
2013-10-28Merge branch 'acpi-video'Rafael J. Wysocki1-7/+24
2013-10-28Merge branch 'acpi-conversion'Rafael J. Wysocki1-160/+184
2013-10-28Merge branch 'acpi-cleanup'Rafael J. Wysocki9-189/+56
2013-10-23platform/x86: fix asus-wmi build errorRandy Dunlap1-0/+1
2013-10-22sony-laptop: don't change keyboard backlight settingsMattia Dongili1-17/+9
2013-10-17intel_mid: Renamed *mrst* to *intel_mid*Kuppuswamy Sathyanarayanan1-1/+1
2013-10-17intel_mid: Renamed *mrst* to *intel_mid*Kuppuswamy Sathyanarayanan1-1/+1
2013-10-17thinkpad-acpi: Add mute and mic-mute LED functionalityDavid Henningsson1-1/+91
2013-10-16thinkpad-acpi: fix handle locate for video and query of _BCLAaron Lu1-7/+24
2013-09-25ideapad_laptop: convert ideapad device/driver to platform busZhang Rui1-102/+92
2013-09-25ideapad_laptop: remove ideapad_handle and ideapad_privZhang Rui1-45/+69
2013-09-25ideapad_laptop: convert internal function calls to use ideapad_private as parameterZhang Rui1-17/+21
2013-09-25ideapad_laptop: introduce struct acpi_device pointer to ideapad_private structureZhang Rui1-23/+25
2013-09-25ideapad_laptop: introduce #ifdef CONFIG_PM_SLEEP for PM specific codeZhang Rui1-0/+4
2013-09-24toshiba_acpi: convert acpi_evaluate_object() to acpi_evaluate_integer()Zhang Rui1-9/+5
2013-09-24intel-smartconnect: convert acpi_evaluate_object() to acpi_evaluate_integer()Zhang Rui1-13/+3
2013-09-24intel-rst: convert acpi_evaluate_object() to acpi_evaluate_integer()Zhang Rui1-22/+6
2013-09-24fujitsu-laptop: convert acpi_evaluate_object() to acpi_evaluate_integer()Zhang Rui1-16/+4
2013-09-24wmi: convert acpi_get_handle() to acpi_has_method()Zhang Rui1-3/+2
2013-09-24toshiba_acpi: convert acpi_get_handle() to acpi_has_method()Zhang Rui1-15/+6
2013-09-24sony-laptop: convert acpi_get_handle() to acpi_has_method()Zhang Rui1-19/+9
2013-09-24intel_menlow: convert acpi_get_handle() to acpi_has_method()Zhang Rui1-6/+2
2013-09-24fujitsu-laptop: convert acpi_get_handle() to acpi_has_method()Zhang Rui1-9/+4
2013-09-24wmi: convert acpi_evaluate_object() to acpi_execute_simple_method()Zhang Rui1-19/+6
2013-09-24toshiba_acpi: convert acpi_evaluate_object() to acpi_execute_simple_method()Zhang Rui1-8/+1