aboutsummaryrefslogtreecommitdiff
path: root/drivers/platform/x86/fujitsu-laptop.c
AgeCommit message (Expand)Author
2017-04-19platform/x86: fujitsu-laptop: simplify error handling in acpi_fujitsu_laptop_...Michał Kępień
2017-04-19platform/x86: fujitsu-laptop: do not log LED registration failuresMichał Kępień
2017-04-19platform/x86: fujitsu-laptop: switch to managed LED class devicesMichał Kępień
2017-04-19platform/x86: fujitsu-laptop: reorganize LED-related codeMichał Kępień
2017-04-19platform/x86: fujitsu-laptop: refactor LED registrationMichał Kępień
2017-04-19platform/x86: fujitsu-laptop: select LEDS_CLASSMichał Kępień
2017-04-13platform/x86: fujitsu-laptop: remove redundant fields from struct fujitsu_blMichał Kępień
2017-04-13platform/x86: fujitsu-laptop: account for backlight power when determining br...Michał Kępień
2017-04-13platform/x86: fujitsu-laptop: do not log set_lcd_level() failures in bl_updat...Michał Kępień
2017-04-13platform/x86: fujitsu-laptop: ignore errors when setting backlight powerMichał Kępień
2017-04-13platform/x86: fujitsu-laptop: make disable_brightness_adjust a booleanMichał Kępień
2017-04-13platform/x86: fujitsu-laptop: clean up use_alt_lcd_levels handlingMichał Kępień
2017-04-13platform/x86: fujitsu-laptop: sync brightness in set_lcd_level()Michał Kępień
2017-04-13platform/x86: fujitsu-laptop: simplify set_lcd_level()Michał Kępień
2017-04-13platform/x86: fujitsu-laptop: merge set_lcd_level_alt() into set_lcd_level()Michał Kępień
2017-04-13platform/x86: fujitsu-laptop: switch to a managed backlight deviceMichał Kępień
2017-04-13platform/x86: fujitsu-laptop: only handle backlight when appropriateMichał Kępień
2017-04-13platform/x86: fujitsu-laptop: update debug message logged by call_fext_func()Michał Kępień
2017-04-13platform/x86: fujitsu-laptop: rename call_fext_func() argumentsMichał Kępień
2017-04-13platform/x86: fujitsu-laptop: simplify call_fext_func()Michał Kępień
2017-04-13platform/x86: fujitsu-laptop: clean up local variables in call_fext_func()Michał Kępień
2017-04-13platform/x86: fujitsu-laptop: remove keycode fields from struct fujitsu_blMichał Kępień
2017-04-13platform/x86: fujitsu-laptop: model-dependent sparse keymap overridesMichał Kępień
2017-04-13platform/x86: fujitsu-laptop: use a sparse keymap for hotkey event generationMichał Kępień
2017-04-13platform/x86: fujitsu-laptop: switch to a managed hotkey input deviceMichał Kępień
2017-04-13platform/x86: fujitsu-laptop: refactor hotkey input device setupMichał Kępień
2017-04-13platform/x86: fujitsu-laptop: use a sparse keymap for brightness key eventsMichał Kępień
2017-04-13platform/x86: fujitsu-laptop: switch to a managed backlight input deviceMichał Kępień
2017-04-13platform/x86: fujitsu-laptop: refactor backlight input device setupMichał Kępień
2017-03-23platform/x86: fujitsu-laptop: remove pf_device field from struct fujitsu_blMichał Kępień
2017-03-23platform/x86: fujitsu-laptop: only register platform device if FUJ02E3 is pre...Michał Kępień
2017-03-23platform/x86: fujitsu-laptop: add and remove platform device in separate func...Michał Kępień
2017-03-23platform/x86: fujitsu-laptop: simplify platform device attribute definitionsMichał Kępień
2017-03-23platform/x86: fujitsu-laptop: remove backlight-related attributes from the pl...Michał Kępień
2017-03-14platform/x86: fujitsu-laptop: cleanup error labels in fujitsu_init()Michał Kępień
2017-03-14platform/x86: fujitsu-laptop: only register backlight device if FUJ02B1 is pr...Michał Kępień
2017-03-14platform/x86: fujitsu-laptop: sync backlight power status in acpi_fujitsu_lap...Michał Kępień
2017-03-14platform/x86: fujitsu-laptop: register backlight device in a separate functionMichał Kępień
2017-03-14platform/x86: fujitsu-laptop: simplify brightness key event generation logicMichał Kępień
2017-03-14platform/x86: fujitsu-laptop: decrease indentation in acpi_fujitsu_bl_notify()Michał Kępień
2017-02-26platform/x86: fujitsu-laptop: remove redundant MODULE_ALIAS entriesAlan Jenkins
2017-02-26platform/x86: fujitsu-laptop: autodetect LCD interface on all modelsAlan Jenkins
2017-02-26platform/x86: fujitsu-laptop: simplify acpi_bus_register_driver() error handlingAlan Jenkins
2017-02-26platform/x86: fujitsu-laptop: remove redundant forward declarationsAlan Jenkins
2017-02-26platform/x86: fujitsu-laptop: replace numeric values with constantsAlan Jenkins
2017-02-26platform/x86: fujitsu-laptop: rename FUNC_RFKILL to FUNC_FLAGSAlan Jenkins
2017-02-26platform/x86: fujitsu-laptop: make platform-related variables match naming co...Alan Jenkins
2017-02-26platform/x86: fujitsu-laptop: replace "hotkey" with "laptop" in symbol namesAlan Jenkins
2017-02-26platform/x86: fujitsu-laptop: clearly denote backlight-related symbolsAlan Jenkins
2017-02-04platform/x86: fujitsu-laptop: make hotkey handling functions more similarMichał Kępień