summaryrefslogtreecommitdiffstats
path: root/drivers/platform
Commit message (Expand)AuthorAgeFilesLines
* thinkpad_acpi: replace strnicmp with strncasecmpRasmus Villemoes2014-10-141-2/+2
* Merge tag 'platform-drivers-x86-v3.18-1' of git://git.infradead.org/users/dvh...Linus Torvalds2014-10-125-369/+522
|\
| * toshiba_acpi: Adapt kbd_bl_timeout_store to the new kbd typeAzael Avalos2014-10-061-9/+29
| * toshiba_acpi: Change HCI/SCI functions return code typeAzael Avalos2014-09-301-67/+62
| * toshiba_acpi: Unify return codes prefix from HCI/SCI to TOSAzael Avalos2014-09-301-71/+72
| * toshiba_acpi: Rename hci_raw to tci_rawAzael Avalos2014-09-301-59/+60
| * dell-wmi: Fix access out of memoryPali Rohár2014-09-291-3/+9
| * eeepc-laptop: clean up control flow in *_rfkill_notifierFrans Klaver2014-09-221-29/+28
| * eeepc-laptop: store_cpufv: return error if set_acpi failsFrans Klaver2014-09-191-1/+3
| * eeepc-laptop: check proper return values in get_cpufvFrans Klaver2014-09-191-1/+4
| * eeepc-laptop: make fan1_input really read-onlyFrans Klaver2014-09-191-9/+13
| * eeepc-laptop: pull out SENSOR_STORE_FUNC and SENSOR_SHOW_FUNC macrosFrans Klaver2014-09-191-3/+9
| * eeepc-laptop: tell sysfs that the disp attribute is write-onlyFrans Klaver2014-09-191-5/+9
| * eeepc-laptop: pull out ACPI_STORE_FUNC and ACPI_SHOW_FUNC macrosFrans Klaver2014-09-191-3/+9
| * eeepc-laptop: use DEVICE_ATTR* to instantiate device_attributesFrans Klaver2014-09-191-30/+4
| * eeepc-laptop: change sysfs function names to API expectationsFrans Klaver2014-09-191-14/+14
| * eeepc-laptop: clean up coding styleFrans Klaver2014-09-191-3/+5
| * eeepc-laptop: simplify parse_arg()Paul Bolle2014-09-181-18/+18
| * intel-rst: Clean up ACPI add functionPeter Ujfalusi2014-09-171-10/+5
| * intel-rst: Use ACPI_FAILURE() macro instead !ACPI_SUCCESS() for error checkingPeter Ujfalusi2014-09-171-4/+4
| * x86: thinkpad_acpi.c: fixed spacing coding style issueJan van den Berg2014-09-171-22/+22
| * toshiba_acpi: Support new keyboard backlight typeAzael Avalos2014-09-171-32/+156
| * toshiba_acpi: Change touchpad store to check for invalid valuesAzael Avalos2014-09-171-4/+10
| * toshiba_acpi: Fix illumination not available on certain modelsAzael Avalos2014-09-171-1/+1
| * toshiba_acpi: Additional hotkey scancodesAzael Avalos2014-09-171-1/+6
* | Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-091-9/+7
|\ \
| * | ACPI / PNP: remove Fujitsu device IDs from ACPI PNP ID listZhang Rui2014-09-091-9/+7
| |/
* | Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-10-091-2/+1
|\ \
| * | driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe2014-09-181-2/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-10-071-2/+2
|\ \ \ | |_|/ |/| |
| * | treewide: Fix typos in KconfigMasanari Iida2014-09-261-2/+2
* | | toshiba_acpi: fix and cleanup toshiba_kbd_bl_mode_store()Dan Carpenter2014-09-031-6/+12
* | | platform/x86: toshiba: re-enable acpi hotkeys after suspend to diskBenjamin Tissoires2014-09-021-1/+8
* | | ideapad-laptop: Constify DMI table for real!Mathias Krause2014-09-021-2/+2
* | | Revert "ideapad-laptop: Disable touchpad interface on Yoga models"Hans de Goede2014-08-281-27/+0
| |/ |/|
* | Revert "platform/x86/toshiba-apci.c possible bad if test?"Matthew Garrett2014-08-201-1/+1
* | platform/x86: Enable build support for toshiba_hapsAzael Avalos2014-08-162-0/+20
* | platform/x86: Toshiba HDD Active Protection SensorAzael Avalos2014-08-161-0/+265
* | asus-nb-wmi: Add wapf4 quirk for the U32UHans de Goede2014-08-161-0/+14
* | alienware-wmi: make hdmi_mux enabled on case-by-case basisMario Limonciello2014-08-161-2/+20
* | ideapad-laptop: Constify DMI table and other r/o variablesMathias Krause2014-08-161-2/+2
* | asus-nb-wmi.c: Rename x401u quirk to wapf4Hans de Goede2014-08-161-13/+13
* | compal-laptop: correct invalid hwmon nameRoald Frederickx2014-08-161-1/+1
* | toshiba_acpi: Add Qosmio X75-A to the alt keymap dmi listAzael Avalos2014-08-161-0/+7
* | toshiba_acpi: Add extra check to backlight codeAzael Avalos2014-08-161-4/+17
* | Fix log message about future removal of interfaceMartin Kepplinger2014-08-161-3/+3
* | ideapad-laptop: Disable touchpad interface on Yoga modelsHans de Goede2014-08-161-0/+27
* | asus-nb-wmi: Add wapf4 quirk for the X550CCHans de Goede2014-08-161-0/+9
* | intel_ips: Make ips_mcp_limits variables staticMathias Krause2014-08-161-3/+3
* | thinkpad_acpi: Mark volume_alsa_control_{vol,mute} as __initdataMathias Krause2014-08-161-2/+2
OpenPOWER on IntegriCloud