summaryrefslogtreecommitdiffstats
path: root/drivers/platform
Commit message (Expand)AuthorAgeFilesLines
...
| * | | platform/x86: fujitsu-laptop: simplify set_lcd_level()Michał Kępień2017-04-131-8/+5Star
| * | | platform/x86: fujitsu-laptop: merge set_lcd_level_alt() into set_lcd_level()Michał Kępień2017-04-131-38/+16Star
| * | | platform/x86: fujitsu-laptop: switch to a managed backlight deviceMichał Kępień2017-04-131-17/+6Star
| * | | 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/+7Star
| * | | platform/x86: intel_scu_ipc: Remove redundant subarch checkAndy Shevchenko2017-04-131-5/+0Star
| * | | 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/+7Star
| * | | platform/x86: fujitsu-laptop: simplify call_fext_func()Michał Kępień2017-04-131-12/+3Star
| * | | platform/x86: fujitsu-laptop: clean up local variables in call_fext_func()Michał Kępień2017-04-131-12/+7Star
| * | | platform/x86: fujitsu-laptop: remove keycode fields from struct fujitsu_blMichał Kępień2017-04-131-6/+0Star
| * | | platform/x86: fujitsu-laptop: model-dependent sparse keymap overridesMichał Kępień2017-04-131-56/+55Star
| * | | platform/x86: fujitsu-laptop: use a sparse keymap for hotkey event generationMichał Kępień2017-04-131-70/+41Star
| * | | platform/x86: fujitsu-laptop: switch to a managed hotkey input deviceMichał Kępień2017-04-131-36/+19Star
| * | | 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/+14Star
| * | | 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-134-0/+223
| |\ \ \
| * | | | 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/+12Star
| * | | | platform/x86: fujitsu-laptop: only register platform device if FUJ02E3 is pre...Michał Kępień2017-03-231-9/+7Star
| * | | | 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/+9Star
| * | | | platform/x86: fujitsu-laptop: remove backlight-related attributes from the pl...Michał Kępień2017-03-231-87/+3Star
| * | | | 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/+0Star
| * | | | platform/x86: toshiba_acpi: remove sparse_keymap_free() callsMichał Kępień2017-03-151-6/+2Star
| * | | | platform/x86: toshiba-wmi: remove sparse_keymap_free() callsMichał Kępień2017-03-151-4/+1Star
| * | | | platform/x86: topstar-laptop: remove sparse_keymap_free() callsMichał Kępień2017-03-151-4/+1Star
| * | | | platform/x86: panasonic-laptop: remove sparse_keymap_free() callsMichał Kępień2017-03-151-15/+3Star
| * | | | platform/x86: msi-wmi: remove sparse_keymap_free() callsMichał Kępień2017-03-151-7/+2Star
| * | | | platform/x86: msi-laptop: remove sparse_keymap_free() callsMichał Kępień2017-03-151-11/+3Star
| * | | | platform/x86: ideapad-laptop: remove sparse_keymap_free() callsMichał Kępień2017-03-151-4/+1Star
| * | | | platform/x86: hp-wmi: remove sparse_keymap_free() callsMichał Kępień2017-03-151-4/+1Star
| * | | | platform/x86: eeepc-laptop: remove sparse_keymap_free() callsMichał Kępień2017-03-151-6/+2Star
| * | | | platform/x86: dell-wmi: remove sparse_keymap_free() callsMichał Kępień2017-03-151-12/+4Star
| * | | | platform/x86: dell-wmi-aio: remove sparse_keymap_free() callsMichał Kępień2017-03-151-5/+1Star
| * | | | platform/x86: asus-wmi: remove sparse_keymap_free() callsMichał Kępień2017-03-151-6/+2Star