summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* platform/x86: fujitsu-laptop: ignore errors when setting backlight powerMichał Kępień2017-04-131-6/+2
* platform/x86: fujitsu-laptop: make disable_brightness_adjust a booleanMichał Kępień2017-04-131-9/+4
* platform/x86: fujitsu-laptop: clean up use_alt_lcd_levels handlingMichał Kępień2017-04-131-16/+10
* platform/x86: fujitsu-laptop: sync brightness in set_lcd_level()Michał Kępień2017-04-131-0/+2
* platform/x86: fujitsu-laptop: simplify set_lcd_level()Michał Kępień2017-04-131-8/+5
* platform/x86: fujitsu-laptop: merge set_lcd_level_alt() into set_lcd_level()Michał Kępień2017-04-131-38/+16
* platform/x86: fujitsu-laptop: switch to a managed backlight deviceMichał Kępień2017-04-131-17/+6
* platform/x86: fujitsu-laptop: only handle backlight when appropriateMichał Kępień2017-04-131-5/+6
* platform/x86: fujitsu-laptop: update debug message logged by call_fext_func()Michał Kępień2017-04-131-1/+1
* platform/x86: intel_scu_ipc: Introduce intel_scu_ipc_raw_command()Andy Shevchenko2017-04-131-0/+63
* platform/x86: intel_scu_ipc: Introduce SCU_DEVICE() macroAndy Shevchenko2017-04-131-15/+7
* platform/x86: intel_scu_ipc: Remove redundant subarch checkAndy Shevchenko2017-04-131-5/+0
* platform/x86: intel_scu_ipc: Rearrange init sequenceAndy Shevchenko2017-04-131-6/+8
* platform/x86: intel_scu_ipc: Platform data is mandatoryAndy Shevchenko2017-04-131-0/+2
* platform/x86: silead_dmi - abort early if DMI does not matchDmitry Torokhov2017-04-131-9/+11
* platform/x86: silead_dmi - do not treat all devices as i2c_clientsDmitry Torokhov2017-04-131-3/+6
* platform/x86: asus-nb-wmi: Add wapf4 quirk for the X302UASanteri Toivonen2017-04-131-0/+9
* platform/x86: fujitsu-laptop: rename call_fext_func() argumentsMichał Kępień2017-04-131-8/+7
* platform/x86: fujitsu-laptop: simplify call_fext_func()Michał Kępień2017-04-131-12/+3
* platform/x86: fujitsu-laptop: clean up local variables in call_fext_func()Michał Kępień2017-04-131-12/+7
* platform/x86: fujitsu-laptop: remove keycode fields from struct fujitsu_blMichał Kępień2017-04-131-6/+0
* platform/x86: fujitsu-laptop: model-dependent sparse keymap overridesMichał Kępień2017-04-131-56/+55
* platform/x86: fujitsu-laptop: use a sparse keymap for hotkey event generationMichał Kępień2017-04-131-70/+41
* platform/x86: fujitsu-laptop: switch to a managed hotkey input deviceMichał Kępień2017-04-131-36/+19
* platform/x86: fujitsu-laptop: refactor hotkey input device setupMichał Kępień2017-04-131-31/+43
* platform/x86: fujitsu-laptop: use a sparse keymap for brightness key eventsMichał Kępień2017-04-132-16/+16
* platform/x86: fujitsu-laptop: switch to a managed backlight input deviceMichał Kępień2017-04-131-33/+14
* platform/x86: fujitsu-laptop: refactor backlight input device setupMichał Kępień2017-04-131-26/+38
* Merge branch 'linux-leds/dell-laptop-changes-for-4.12'Darren Hart2017-04-137-120/+101
|\
| * platform/x86: dell-wmi-led: fix coding style issuesMichał Kępień2017-03-061-40/+26
| * dell-led: move driver to drivers/platform/x86/dell-wmi-led.cMichał Kępień2017-03-065-11/+9
| * dell-led: remove code related to mic mute LEDMichał Kępień2017-03-062-19/+7
| * platform/x86: dell-laptop: import dell_micmute_led_set() from drivers/leds/de...Michał Kępień2017-03-062-29/+28
| * ALSA: hda - use dell_micmute_led_set() instead of dell_app_wmi_led_set()Michał Kępień2017-03-061-18/+2
| * dell-led: remove GUID check from dell_micmute_led_set()Michał Kępień2017-03-061-3/+0
| * leds/trigger/cpu: Add LED trigger for all CPUs aggregatedPaulo Costa2017-03-061-2/+31
* | platform/x86: silead_dmi: Add entry for Insyde 7W tabletsHans de Goede2017-04-131-0/+21
* | platform/x86: silead_dmi: Constify properties arraysHans de Goede2017-04-131-3/+3
* | platform/x86: dell-*: Call new led hw_changed API on kbd brightness changeHans de Goede2017-04-132-1/+35
* | platform/x86: dell-laptop: Protect kbd_state against racesHans de Goede2017-04-131-36/+76
* | platform/x86: dell-laptop: Refactor kbd_led_triggers_store()Hans de Goede2017-04-131-31/+32
* | platform/x86: dell-*: Add a generic dell-laptop notifier chainHans de Goede2017-04-132-0/+31
* | platform/x86: fujitsu-laptop: remove pf_device field from struct fujitsu_blMichał Kępień2017-03-231-13/+12
* | platform/x86: fujitsu-laptop: only register platform device if FUJ02E3 is pre...Michał Kępień2017-03-231-9/+7
* | platform/x86: fujitsu-laptop: add and remove platform device in separate func...Michał Kępień2017-03-231-26/+40
* | platform/x86: fujitsu-laptop: simplify platform device attribute definitionsMichał Kępień2017-03-231-19/+9
* | platform/x86: fujitsu-laptop: remove backlight-related attributes from the pl...Michał Kępień2017-03-231-87/+3
* | platform/x86: eeepc-laptop: Skip unknown key messages 0x50 0x51Pau Espin Pedrol2017-03-231-0/+2
* | platform/x86: intel-hid: do not set parents of input devices explicitlyMichał Kępień2017-03-151-2/+0
* | platform/x86: toshiba_acpi: remove sparse_keymap_free() callsMichał Kępień2017-03-151-6/+2