summaryrefslogtreecommitdiffstats
path: root/drivers/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-2425-58/+23
|\
| * Merge branch 'acpi-cleanup'Rafael J. Wysocki2014-01-1225-58/+23
| |\
| | * ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-0725-58/+23
* | | Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-222-0/+4
|\ \ \ | |/ / |/| |
| * | platform / x86: Use global PCI rescan-remove lockingRafael J. Wysocki2014-01-142-0/+4
| |/
* | sony-laptop: do not scribble keyboard backlight registers on resumeMattia Dongili2013-11-261-27/+0
* | x86, wmi fix modalias_show return valuesPrarit Bhargava2013-11-201-2/+4
* | ipc: Added support for IPC interrupt modeKuppuswamy Sathyanarayanan2013-11-201-3/+45
* | ipc: Handle error conditions in ipc commandKuppuswamy Sathyanarayanan2013-11-201-3/+5
* | ipc: Enabled ipc support for additional intel platformsKuppuswamy Sathyanarayanan2013-11-201-0/+24
* | ipc: Added platform data structureKuppuswamy Sathyanarayanan2013-11-201-8/+29
* | thinkpad_acpi: Fix build error when CONFIG_SND_MAX_CARDS > 32Takashi Iwai2013-11-201-1/+6
* | platform: add chrome platform directoryOlof Johansson2013-11-207-12/+32
* | hp-wmi: detect "2009 BIOS or later" flag by WMI 0x0d for wireless cmdAlex Hung2013-11-201-1/+13
* | dell-wmi: Add KEY_MICMUTE to bios_to_linux_keycodeAlex Hung2013-11-201-3/+4
* | platform:x86: Remove OOM message after input_allocate_deviceJoe Perches2013-11-208-23/+8
* | sony-laptop: fixe typos in sony_laptop_input_keycode_mapStephen Gildea2013-11-201-2/+2
* | sony-laptop: warn on multiple KBD backlight handlesMattia Dongili2013-11-201-4/+12
* | dell-laptop: Only enable rfkill functionality on laptops with a hw killswitchHans de Goede2013-11-201-3/+10
* | dell-laptop: Add a force_rfkill module parameterHans de Goede2013-11-201-1/+5
* | dell-laptop: Wait less long before updating rfkill after an rfkill keypressHans de Goede2013-11-201-1/+1
* | dell-laptop: Do not skip setting blocked bit rfkill_set while hw-blockedHans de Goede2013-11-201-3/+2
* | dell-laptop: Sync current block state to BIOS on hw switch changeHans de Goede2013-11-201-3/+11
* | dell-laptop: Allow changing the sw_state while the radio is blocked by hwHans de Goede2013-11-201-5/+2
* | dell-laptop: Don't read-back sw_state on machines with a hardware switchHans de Goede2013-11-201-1/+4
* | dell-laptop: Don't set sw_state from the query callbackHans de Goede2013-11-201-8/+19
* | dell-laptop: Only get status from BIOS once when updatingHans de Goede2013-11-201-9/+19
* | dell-laptop: If there is no hwswitch, then clear all hw-controlled bitsHans de Goede2013-11-201-0/+3
* | dell-laptop: Only enable rfkill on LatitudesHans de Goede2013-11-201-50/+7
* | Revert "dell-laptop: Remove rfkill code"Hans de Goede2013-11-201-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/+264
|\
| * 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/+92
| | * | 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/+56
| |\ \
| | * | toshiba_acpi: convert acpi_evaluate_object() to acpi_evaluate_integer()Zhang Rui2013-09-241-9/+5
| | * | intel-smartconnect: convert acpi_evaluate_object() to acpi_evaluate_integer()Zhang Rui2013-09-241-13/+3
| | * | intel-rst: convert acpi_evaluate_object() to acpi_evaluate_integer()Zhang Rui2013-09-241-22/+6
| | * | fujitsu-laptop: convert acpi_evaluate_object() to acpi_evaluate_integer()Zhang Rui2013-09-241-16/+4
| | * | wmi: convert acpi_get_handle() to acpi_has_method()Zhang Rui2013-09-241-3/+2
| | * | toshiba_acpi: convert acpi_get_handle() to acpi_has_method()Zhang Rui2013-09-241-15/+6
| | * | sony-laptop: convert acpi_get_handle() to acpi_has_method()Zhang Rui2013-09-241-19/+9
OpenPOWER on IntegriCloud