Age | Commit message (Expand) | Author | Files | Lines |
2021-11-16 | platform/x86: samsung-laptop: Fix typo in a comment | Jason Wang | 1 | -1/+1 |
2021-06-16 | platform/x86: samsung-laptop: set debugfs blobs to read only | Wolfram Sang | 1 | -4/+4 |
2021-06-16 | platform/x86: samsung-laptop: use octal numbers for rwx file permissions | Wolfram Sang | 1 | -21/+14 |
2020-05-07 | platform/x86: samsung-laptop: Drop duplicate check for led_classdev_unregister() | Andy Shevchenko | 1 | -2/+1 |
2020-01-06 | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig | 1 | -2/+2 |
2019-07-15 | Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-plat... | Linus Torvalds | 1 | -66/+23 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -5/+1 |
2019-06-17 | platform/x86: samsung-laptop: no need to check return value of debugfs_create... | Greg Kroah-Hartman | 1 | -66/+23 |
2018-04-23 | platform/x86: Simplify getting .drvdata | Wolfram Sang | 1 | -2/+1 |
2018-02-07 | platform/x86: samsung-laptop: Re-use DEFINE_SHOW_ATTRIBUTE() macro | Andy Shevchenko | 1 | -15/+3 |
2017-09-14 | dmi: Mark all struct dmi_system_id instances const | Christoph Hellwig | 1 | -1/+1 |
2017-07-11 | platform/x86: samsung-laptop: constify attribute_group structures. | Arvind Yadav | 1 | -1/+1 |
2017-06-13 | platform/x86: samsung-laptop: constify rfkill_ops structures | Bhumika Goyal | 1 | -2/+2 |
2017-06-13 | platform/x86: samsung-laptop: Initialize loca variable | Andy Shevchenko | 1 | -1/+1 |
2015-06-19 | samsung-laptop: Port to new backlight interface selection API | Hans de Goede | 1 | -23/+4 |
2015-06-19 | samsung-laptop: Use acpi_video_unregister_backlight instead of acpi_video_unr... | Hans de Goede | 1 | -2/+2 |
2015-02-07 | samsung-laptop.c: Prefer kstrtoint over single variable sscanf | Darren Hart | 1 | -2/+2 |
2015-02-07 | samsung-laptop: Fix sparse integer as NULL warning | Lad, Prabhakar | 1 | -1/+1 |
2015-02-07 | samsung-laptop: enable better lid handling | Julijonas Kikutis | 1 | -1/+119 |
2015-01-23 | samsung-laptop: Add use_native_backlight quirk, and enable it on some models | Hans de Goede | 1 | -3/+17 |
2014-10-28 | samsung-laptop: Add broken-acpi-video quirk for NC210/NC110 | Hans de Goede | 1 | -0/+10 |
2014-06-10 | platform/x86: samsung-laptop: Add support for Samsung's NP7[34]0U3E models. | Scott Thrasher | 1 | -0/+38 |
2013-01-30 | samsung-laptop: Disable on EFI hardware | Matt Fleming | 1 | -0/+4 |
2013-01-07 | samsung-laptop: Add quirk for broken acpi_video backlight on N250P | Seth Forshee | 1 | -0/+10 |
2012-09-14 | drivers-platform-x86: remove useless #ifdef CONFIG_ACPI_VIDEO | Corentin Chary | 1 | -4/+0 |
2012-07-28 | samsung-laptop: support R40/R41 | Corentin Chary | 1 | -0/+9 |
2012-07-28 | samsung-laptop: X360 ACPI backlight device is broken | Corentin Chary | 1 | -0/+10 |
2012-07-28 | drivers-platform-x86: use acpi_video_dmi_promote_vendor() | Corentin Chary | 1 | -10/+12 |
2012-03-26 | samsung-laptop: unregister ACPI video module for some well known laptops | Corentin Chary | 1 | -4/+76 |
2012-03-26 | samsung-laptop: cleanup return type: mode_t vs umode_t | Dan Carpenter | 1 | -1/+1 |
2012-03-26 | drivers, samsung-laptop: fix usage of isalnum | David Rientjes | 1 | -0/+1 |
2012-03-26 | drivers, samsung-laptop: fix initialization of sabi_data in sabi_set_commandb | David Rientjes | 1 | -1/+1 |
2012-03-20 | samsung-laptop: fix seclinux rfkill and us it as fallback | Corentin Chary | 1 | -2/+8 |
2012-03-20 | samsung-laptop: tweak traces | Corentin Chary | 1 | -4/+15 |
2012-03-20 | samsung-laptop: dump model and version informations | Corentin Chary | 1 | -0/+42 |
2012-03-20 | samsung-laptop: make the dmi check less strict | Corentin Chary | 1 | -220/+15 |
2012-03-20 | samsung-laptop: add true rfkill support for swsmi | Corentin Chary | 1 | -30/+177 |
2012-03-20 | samsung-laptop: add keyboard backlight support | Corentin Chary | 1 | -0/+136 |
2012-03-20 | samsung-laptop: add usb charge support | Corentin Chary | 1 | -0/+82 |
2012-03-20 | samsung-laptop: add battery life extender support | Corentin Chary | 1 | -0/+82 |
2012-03-20 | samsung-laptop: remove selftest | Corentin Chary | 1 | -69/+8 |
2012-03-20 | samsung-laptop: add a small debugfs interface | Corentin Chary | 1 | -0/+147 |
2012-03-20 | samsung-laptop: ehance SABI support | Corentin Chary | 1 | -112/+113 |
2012-03-20 | samsung-laptop: use a sysfs group | Corentin Chary | 1 | -4/+30 |
2012-03-20 | samsung-laptop: don't handle backlight if handled by acpi/video | Corentin Chary | 1 | -2/+18 |
2012-03-20 | samsung-laptop: move code into init/exit functions | Corentin Chary | 1 | -249/+360 |
2012-03-20 | samsung-laptop: put all local variables in a single structure | Corentin Chary | 1 | -121/+170 |
2012-01-13 | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 1 | -2/+2 |
2011-10-24 | Platform: samsung_laptop: add support for X520 machines. | Tommaso Massimi | 1 | -0/+9 |
2011-10-24 | platform: samsung_laptop: add dmi information for Samsung R700 laptops | Stefan Beller | 1 | -0/+9 |