aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-03toshiba_acpi: Change notify funtion to handle more eventsAzael Avalos1-34/+51
2014-12-03toshiba_acpi: Move hotkey enabling code to its own functionAzael Avalos1-13/+27
2014-12-03dell-wmi: Don't report keypresses on keybord illumination changeGabriele Mazzotta1-3/+8
2014-12-03dell-wmi: Don't report keypresses for radio state changesGabriele Mazzotta1-4/+2
2014-12-03hp_wireless: Inform the user if hp_wireless_input_setup()/add() failsGiedrius Statkevicius1-0/+3
2014-12-03toshiba-acpi: Add missing ID (TOS6207)Ondrej Zary1-0/+1
2014-12-03Sony-laptop: Deletion of an unnecessary check before the function call "pci_dev_put"Markus Elfring1-2/+1
2014-12-03platform: x86: Deletion of checks before backlight_device_unregister()Markus Elfring9-20/+10
2014-12-03toshiba_acpi: Fix regression caused by backlight extra check codeAzael Avalos1-17/+4
2014-12-03asus-nb-wmi: Add another wapf=4 quirkHans de Goede1-0/+9
2014-12-03hp_accel: Add support for HP ZBook 15Dominique Leuenberger1-0/+1
2014-11-20intel_ips: fix a type in error messageMasatake YAMATO1-1/+1
2014-11-19dell-wmi: Update code for processing WMI eventsPali Rohár1-31/+128
2014-11-19eeepc-laptop: clean up control flow in eeepc_acpi_notifyFrans Klaver1-27/+26
2014-11-19intel_ips: fix a comment typoChen Hanxiao1-1/+1
2014-11-19eeepc-laptop: don't assume get_acpi succeedsFrans Klaver1-2/+3
2014-11-19eeepc-laptop: document fan_pwm conversionsFrans Klaver1-3/+13
2014-11-19eeepc-laptop: replace magic numbers with definesFrans Klaver1-6/+10
2014-11-19eeepc-laptop: define rfkill notifier nodes only onceFrans Klaver1-9/+13
2014-11-19eeepc-laptop: don't break user visible stringsFrans Klaver1-10/+7
2014-11-19eeepc-laptop: flatten control flowFrans Klaver1-44/+45
2014-11-19drivers: platform: change 0x20 to I8042_STR_AUXDATA in i8042 filtersGiedrius Statkevičius3-3/+3
2014-11-10platform: hp_accel: Add SERIO_I8042 as a dependency since it now includes i8042.h/serio.hGiedrius Statkevicius1-0/+1
2014-11-07platform: hp_accel: add a i8042 filter to remove HPQ6000 data from kb bus streamGiedrius Statkevicius1-0/+44
2014-10-27quirk for Lenovo Yoga 3: no rfkill switchStephan Mueller1-0/+7
2014-10-27acer-wmi: Add acpi_backlight=video quirk for the Acer KAV80Hans de Goede1-0/+11
2014-10-27samsung-laptop: Add broken-acpi-video quirk for NC210/NC110Hans de Goede1-0/+10
2014-10-27asus-nb-wmi: Add wapf4 quirk for the X550VBStanislaw Gruszka1-0/+9
2014-10-27toshiba_acpi: Add Toshiba TECRA A50-A to the alt keymap dmi listAaron Lu1-0/+6
2014-10-20platform: x86: drop owner assignment from platform_driversWolfram Sang22-23/+0
2014-10-20platform: chrome: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-14thinkpad_acpi: replace strnicmp with strncasecmpRasmus Villemoes1-2/+2
2014-10-12Merge tag 'platform-drivers-x86-v3.18-1' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86Linus Torvalds5-369/+522
2014-10-09Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-9/+7
2014-10-09Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-2/+1
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2014-10-06toshiba_acpi: Adapt kbd_bl_timeout_store to the new kbd typeAzael Avalos1-9/+29
2014-09-30toshiba_acpi: Change HCI/SCI functions return code typeAzael Avalos1-67/+62
2014-09-30toshiba_acpi: Unify return codes prefix from HCI/SCI to TOSAzael Avalos1-71/+72
2014-09-30toshiba_acpi: Rename hci_raw to tci_rawAzael Avalos1-59/+60
2014-09-29dell-wmi: Fix access out of memoryPali Rohár1-3/+9
2014-09-26treewide: Fix typos in KconfigMasanari Iida1-2/+2
2014-09-22eeepc-laptop: clean up control flow in *_rfkill_notifierFrans Klaver1-29/+28
2014-09-19eeepc-laptop: store_cpufv: return error if set_acpi failsFrans Klaver1-1/+3
2014-09-19eeepc-laptop: check proper return values in get_cpufvFrans Klaver1-1/+4
2014-09-19eeepc-laptop: make fan1_input really read-onlyFrans Klaver1-9/+13
2014-09-19eeepc-laptop: pull out SENSOR_STORE_FUNC and SENSOR_SHOW_FUNC macrosFrans Klaver1-3/+9
2014-09-19eeepc-laptop: tell sysfs that the disp attribute is write-onlyFrans Klaver1-5/+9
2014-09-19eeepc-laptop: pull out ACPI_STORE_FUNC and ACPI_SHOW_FUNC macrosFrans Klaver1-3/+9
2014-09-19eeepc-laptop: use DEVICE_ATTR* to instantiate device_attributesFrans Klaver1-30/+4