summaryrefslogtreecommitdiffstats
path: root/drivers/platform
Commit message (Expand)AuthorAgeFilesLines
* sony-laptop: do not scribble keyboard backlight registers on resumeMattia Dongili2013-11-261-27/+0Star
* x86, wmi fix modalias_show return valuesPrarit Bhargava2013-11-211-2/+4
* ipc: Added support for IPC interrupt modeKuppuswamy Sathyanarayanan2013-11-211-3/+45
* ipc: Handle error conditions in ipc commandKuppuswamy Sathyanarayanan2013-11-211-3/+5
* ipc: Enabled ipc support for additional intel platformsKuppuswamy Sathyanarayanan2013-11-211-0/+24
* ipc: Added platform data structureKuppuswamy Sathyanarayanan2013-11-211-8/+29
* thinkpad_acpi: Fix build error when CONFIG_SND_MAX_CARDS > 32Takashi Iwai2013-11-211-1/+6
* platform: add chrome platform directoryOlof Johansson2013-11-217-12/+32
* hp-wmi: detect "2009 BIOS or later" flag by WMI 0x0d for wireless cmdAlex Hung2013-11-211-1/+13
* dell-wmi: Add KEY_MICMUTE to bios_to_linux_keycodeAlex Hung2013-11-211-3/+4
* platform:x86: Remove OOM message after input_allocate_deviceJoe Perches2013-11-218-23/+8Star
* sony-laptop: fixe typos in sony_laptop_input_keycode_mapStephen Gildea2013-11-211-2/+2
* sony-laptop: warn on multiple KBD backlight handlesMattia Dongili2013-11-211-4/+12
* dell-laptop: Only enable rfkill functionality on laptops with a hw killswitchHans de Goede2013-11-211-3/+10
* dell-laptop: Add a force_rfkill module parameterHans de Goede2013-11-211-1/+5
* dell-laptop: Wait less long before updating rfkill after an rfkill keypressHans de Goede2013-11-211-1/+1
* dell-laptop: Do not skip setting blocked bit rfkill_set while hw-blockedHans de Goede2013-11-211-3/+2Star
* dell-laptop: Sync current block state to BIOS on hw switch changeHans de Goede2013-11-211-3/+11
* dell-laptop: Allow changing the sw_state while the radio is blocked by hwHans de Goede2013-11-211-5/+2Star
* dell-laptop: Don't read-back sw_state on machines with a hardware switchHans de Goede2013-11-211-1/+4
* dell-laptop: Don't set sw_state from the query callbackHans de Goede2013-11-211-8/+19
* dell-laptop: Only get status from BIOS once when updatingHans de Goede2013-11-211-9/+19
* dell-laptop: If there is no hwswitch, then clear all hw-controlled bitsHans de Goede2013-11-211-0/+3
* dell-laptop: Only enable rfkill on LatitudesHans de Goede2013-11-211-50/+7Star
* Revert "dell-laptop: Remove rfkill code"Hans de Goede2013-11-211-0/+289
* Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-11-201-1/+1
|\
| * ACPI: Eliminate the DEVICE_ACPI_HANDLE() macroRafael J. Wysocki2013-11-141-1/+1
* | tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-1/+1
|/
* Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-11-1411-356/+264Star
|\
| * Merge branch 'acpi-video'Rafael J. Wysocki2013-10-281-7/+24
| |\
| | * thinkpad-acpi: fix handle locate for video and query of _BCLAaron Lu2013-10-161-7/+24
| * | Merge branch 'acpi-conversion'Rafael J. Wysocki2013-10-281-160/+184
| |\ \
| | * | ideapad_laptop: convert ideapad device/driver to platform busZhang Rui2013-09-251-102/+92Star
| | * | ideapad_laptop: remove ideapad_handle and ideapad_privZhang Rui2013-09-251-45/+69
| | * | ideapad_laptop: convert internal function calls to use ideapad_private as par...Zhang Rui2013-09-251-17/+21
| | * | ideapad_laptop: introduce struct acpi_device pointer to ideapad_private struc...Zhang Rui2013-09-251-23/+25
| | * | ideapad_laptop: introduce #ifdef CONFIG_PM_SLEEP for PM specific codeZhang Rui2013-09-251-0/+4
| | |/
| * | Merge branch 'acpi-cleanup'Rafael J. Wysocki2013-10-289-189/+56Star
| |\ \
| | * | toshiba_acpi: convert acpi_evaluate_object() to acpi_evaluate_integer()Zhang Rui2013-09-241-9/+5Star
| | * | intel-smartconnect: convert acpi_evaluate_object() to acpi_evaluate_integer()Zhang Rui2013-09-241-13/+3Star
| | * | intel-rst: convert acpi_evaluate_object() to acpi_evaluate_integer()Zhang Rui2013-09-241-22/+6Star
| | * | fujitsu-laptop: convert acpi_evaluate_object() to acpi_evaluate_integer()Zhang Rui2013-09-241-16/+4Star
| | * | wmi: convert acpi_get_handle() to acpi_has_method()Zhang Rui2013-09-241-3/+2Star
| | * | toshiba_acpi: convert acpi_get_handle() to acpi_has_method()Zhang Rui2013-09-241-15/+6Star
| | * | sony-laptop: convert acpi_get_handle() to acpi_has_method()Zhang Rui2013-09-241-19/+9Star
| | * | intel_menlow: convert acpi_get_handle() to acpi_has_method()Zhang Rui2013-09-241-6/+2Star
| | * | fujitsu-laptop: convert acpi_get_handle() to acpi_has_method()Zhang Rui2013-09-241-9/+4Star
| | * | wmi: convert acpi_evaluate_object() to acpi_execute_simple_method()Zhang Rui2013-09-241-19/+6Star
| | * | toshiba_acpi: convert acpi_evaluate_object() to acpi_execute_simple_method()Zhang Rui2013-09-241-8/+1Star
| | * | topstar-laptop: convert acpi_evaluate_object() to acpi_execute_simple_method()Zhang Rui2013-09-241-6/+2Star