summaryrefslogtreecommitdiffstats
path: root/drivers/platform
Commit message (Expand)AuthorAgeFilesLines
...
| * | ipc: simplify platform data approachDavid Cohen2014-01-211-44/+40Star
| * | asus-wmi: Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck2014-01-211-37/+11Star
| * | compal-laptop: Use devm_hwmon_device_register_with_groupsGuenter Roeck2014-01-211-29/+23Star
| * | compal-laptop: Replace SENSOR_DEVICE_ATTR with DEVICE_ATTRGuenter Roeck2014-01-211-33/+33
| * | eeepc-laptop: Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck2014-01-211-42/+10Star
| * | compal-laptop: Use devm_kzalloc to allocate local data structureGuenter Roeck2014-01-211-7/+2Star
| * | dell-laptop: fix to return error code in dell_send_intensity()Wei Yongjun2014-01-211-1/+1
* | | Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-2525-58/+23Star
|\ \ \
| * \ \ Merge branch 'acpi-cleanup'Rafael J. Wysocki2014-01-1225-58/+23Star
| |\ \ \ | | |/ / | |/| |
| | * | ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-0725-58/+23Star
* | | | Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-232-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/+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
| |\ \