aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/fujitsu-laptop.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-30platform/x86: fujitsu-laptop: Fix radio LED detectionMichał Kępień1-5/+9
2017-09-29platform/x86: fujitsu-laptop: Don't oops when FUJ02E3 is not presntVille Syrjälä1-4/+6
2017-07-11platform/x86: fujitsu-laptop: constify attribute_group structures.Arvind Yadav1-1/+1
2017-07-07platform/x86: fujitsu-laptop: add NULL check on devm_kzalloc() return valueGustavo A. R. Silva1-0/+12
2017-06-30platform/x86: fujitsu-laptop: rework debuggingMichał Kępień1-50/+28
2017-06-30platform/x86: fujitsu-laptop: do not evaluate ACPI _INI methodsMichał Kępień1-16/+0
2017-06-30platform/x86: fujitsu-laptop: do not update ACPI device power statusMichał Kępień1-20/+4
2017-06-30platform/x86: fujitsu-laptop: sanitize hotkey input device identificationMichał Kępień1-2/+1
2017-06-30platform/x86: fujitsu-laptop: use strcpy to set ACPI device names and classesMichał Kępień1-5/+4
2017-06-30platform/x86: fujitsu-laptop: remove redundant safety checksMichał Kępień1-9/+0
2017-06-03platform/x86: fujitsu-laptop: use device-specific data in remaining module codeMichał Kępień1-59/+64
2017-06-03platform/x86: fujitsu-laptop: use device-specific data in LED-related codeMichał Kępień1-50/+52
2017-06-03platform/x86: fujitsu-laptop: explicitly pass ACPI device to call_fext_func()Michał Kępień1-39/+42
2017-06-03platform/x86: fujitsu-laptop: track the last instantiated FUJ02E3 ACPI deviceMichał Kępień1-0/+4
2017-06-03platform/x86: fujitsu-laptop: allocate fujitsu_laptop in acpi_fujitsu_laptop_add()Michał Kępień1-12/+8
2017-06-03platform/x86: fujitsu-laptop: use device-specific data in backlight codeMichał Kępień1-37/+38
2017-06-03platform/x86: fujitsu-laptop: allocate fujitsu_bl in acpi_fujitsu_bl_add()Michał Kępień1-11/+9
2017-06-03platform/x86: fujitsu-laptop: distinguish current uses of device-specific dataMichał Kępień1-24/+24
2017-04-19platform/x86: fujitsu-laptop: simplify error handling in acpi_fujitsu_laptop_add()Michał Kępień1-5/+3
2017-04-19platform/x86: fujitsu-laptop: do not log LED registration failuresMichał Kępień1-10/+6
2017-04-19platform/x86: fujitsu-laptop: switch to managed LED class devicesMichał Kępień1-44/+11
2017-04-19platform/x86: fujitsu-laptop: reorganize LED-related codeMichał Kępień1-137/+124
2017-04-19platform/x86: fujitsu-laptop: refactor LED registrationMichał Kępień1-58/+70
2017-04-19platform/x86: fujitsu-laptop: select LEDS_CLASSMichał Kępień1-13/+1
2017-04-13platform/x86: fujitsu-laptop: remove redundant fields from struct fujitsu_blMichał Kępień1-13/+2
2017-04-13platform/x86: fujitsu-laptop: account for backlight power when determining brightnessMichał Kępień1-1/+1
2017-04-13platform/x86: fujitsu-laptop: do not log set_lcd_level() failures in bl_update_status()Michał Kępień1-7/+1
2017-04-13platform/x86: fujitsu-laptop: ignore errors when setting backlight powerMichał Kępień1-6/+2
2017-04-13platform/x86: fujitsu-laptop: make disable_brightness_adjust a booleanMichał Kępień1-9/+4
2017-04-13platform/x86: fujitsu-laptop: clean up use_alt_lcd_levels handlingMichał Kępień1-16/+10
2017-04-13platform/x86: fujitsu-laptop: sync brightness in set_lcd_level()Michał Kępień1-0/+2
2017-04-13platform/x86: fujitsu-laptop: simplify set_lcd_level()Michał Kępień1-8/+5
2017-04-13platform/x86: fujitsu-laptop: merge set_lcd_level_alt() into set_lcd_level()Michał Kępień1-38/+16
2017-04-13platform/x86: fujitsu-laptop: switch to a managed backlight deviceMichał Kępień1-17/+6
2017-04-13platform/x86: fujitsu-laptop: only handle backlight when appropriateMichał Kępień1-5/+6
2017-04-13platform/x86: fujitsu-laptop: update debug message logged by call_fext_func()Michał Kępień1-1/+1
2017-04-13platform/x86: fujitsu-laptop: rename call_fext_func() argumentsMichał Kępień1-8/+7
2017-04-13platform/x86: fujitsu-laptop: simplify call_fext_func()Michał Kępień1-12/+3
2017-04-13platform/x86: fujitsu-laptop: clean up local variables in call_fext_func()Michał Kępień1-12/+7
2017-04-13platform/x86: fujitsu-laptop: remove keycode fields from struct fujitsu_blMichał Kępień1-6/+0
2017-04-13platform/x86: fujitsu-laptop: model-dependent sparse keymap overridesMichał Kępień1-56/+55
2017-04-13platform/x86: fujitsu-laptop: use a sparse keymap for hotkey event generationMichał Kępień1-70/+41
2017-04-13platform/x86: fujitsu-laptop: switch to a managed hotkey input deviceMichał Kępień1-36/+19
2017-04-13platform/x86: fujitsu-laptop: refactor hotkey input device setupMichał Kępień1-31/+43
2017-04-13platform/x86: fujitsu-laptop: use a sparse keymap for brightness key eventsMichał Kępień1-16/+15
2017-04-13platform/x86: fujitsu-laptop: switch to a managed backlight input deviceMichał Kępień1-33/+14
2017-04-13platform/x86: fujitsu-laptop: refactor backlight input device setupMichał Kępień1-26/+38
2017-03-23platform/x86: fujitsu-laptop: remove pf_device field from struct fujitsu_blMichał Kępień1-13/+12
2017-03-23platform/x86: fujitsu-laptop: only register platform device if FUJ02E3 is presentMichał Kępień1-9/+7
2017-03-23platform/x86: fujitsu-laptop: add and remove platform device in separate functionsMichał Kępień1-26/+40