summaryrefslogtreecommitdiff
path: root/drivers/platform/x86/samsung-laptop.c
Commit message (Expand)AuthorAgeFilesLines
* platform/x86: samsung-laptop: use kobj_to_dev()Minghao Chi2022-05-121-1/+1
* platform/x86: samsung-laptop: Fix an unsigned comparison which can never be n...Jiapeng Chong2022-04-041-2/+0
* platform/x86: samsung-laptop: Fix typo in a commentJason Wang2021-11-161-1/+1
* platform/x86: samsung-laptop: set debugfs blobs to read onlyWolfram Sang2021-06-161-4/+4
* platform/x86: samsung-laptop: use octal numbers for rwx file permissionsWolfram Sang2021-06-161-21/+14
* platform/x86: samsung-laptop: Drop duplicate check for led_classdev_unregister()Andy Shevchenko2020-05-071-2/+1
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-2/+2
* Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-plat...Linus Torvalds2019-07-141-66/+23
|\
| * platform/x86: samsung-laptop: no need to check return value of debugfs_create...Greg Kroah-Hartman2019-06-171-66/+23
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
|/
* platform/x86: Simplify getting .drvdataWolfram Sang2018-04-231-2/+1
* platform/x86: samsung-laptop: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-02-071-15/+3
* dmi: Mark all struct dmi_system_id instances constChristoph Hellwig2017-09-141-1/+1
* platform/x86: samsung-laptop: constify attribute_group structures.Arvind Yadav2017-07-111-1/+1
* platform/x86: samsung-laptop: constify rfkill_ops structuresBhumika Goyal2017-06-131-2/+2
* platform/x86: samsung-laptop: Initialize loca variableAndy Shevchenko2017-06-131-1/+1
* samsung-laptop: Port to new backlight interface selection APIHans de Goede2015-06-191-23/+4
* samsung-laptop: Use acpi_video_unregister_backlight instead of acpi_video_unr...Hans de Goede2015-06-191-2/+2
* samsung-laptop.c: Prefer kstrtoint over single variable sscanfDarren Hart2015-02-061-2/+2
* samsung-laptop: Fix sparse integer as NULL warningLad, Prabhakar2015-02-061-1/+1
* samsung-laptop: enable better lid handlingJulijonas Kikutis2015-02-061-1/+119
* samsung-laptop: Add use_native_backlight quirk, and enable it on some modelsHans de Goede2015-01-231-3/+17
* samsung-laptop: Add broken-acpi-video quirk for NC210/NC110Hans de Goede2014-10-271-0/+10
* platform/x86: samsung-laptop: Add support for Samsung's NP7[34]0U3E models.Scott Thrasher2014-06-091-0/+38
* samsung-laptop: Disable on EFI hardwareMatt Fleming2013-01-301-0/+4
* samsung-laptop: Add quirk for broken acpi_video backlight on N250PSeth Forshee2013-01-071-0/+10
* drivers-platform-x86: remove useless #ifdef CONFIG_ACPI_VIDEOCorentin Chary2012-09-131-4/+0
* samsung-laptop: support R40/R41Corentin Chary2012-07-281-0/+9
* samsung-laptop: X360 ACPI backlight device is brokenCorentin Chary2012-07-281-0/+10
* drivers-platform-x86: use acpi_video_dmi_promote_vendor()Corentin Chary2012-07-281-10/+12
* samsung-laptop: unregister ACPI video module for some well known laptopsCorentin Chary2012-03-261-4/+76
* samsung-laptop: cleanup return type: mode_t vs umode_tDan Carpenter2012-03-261-1/+1
* drivers, samsung-laptop: fix usage of isalnumDavid Rientjes2012-03-261-0/+1
* drivers, samsung-laptop: fix initialization of sabi_data in sabi_set_commandbDavid Rientjes2012-03-261-1/+1
* samsung-laptop: fix seclinux rfkill and us it as fallbackCorentin Chary2012-03-201-2/+8
* samsung-laptop: tweak tracesCorentin Chary2012-03-201-4/+15
* samsung-laptop: dump model and version informationsCorentin Chary2012-03-201-0/+42
* samsung-laptop: make the dmi check less strictCorentin Chary2012-03-201-220/+15
* samsung-laptop: add true rfkill support for swsmiCorentin Chary2012-03-201-30/+177
* samsung-laptop: add keyboard backlight supportCorentin Chary2012-03-201-0/+136
* samsung-laptop: add usb charge supportCorentin Chary2012-03-201-0/+82
* samsung-laptop: add battery life extender supportCorentin Chary2012-03-201-0/+82
* samsung-laptop: remove selftestCorentin Chary2012-03-201-69/+8
* samsung-laptop: add a small debugfs interfaceCorentin Chary2012-03-201-0/+147
* samsung-laptop: ehance SABI supportCorentin Chary2012-03-201-112/+113
* samsung-laptop: use a sysfs groupCorentin Chary2012-03-201-4/+30
* samsung-laptop: don't handle backlight if handled by acpi/videoCorentin Chary2012-03-201-2/+18
* samsung-laptop: move code into init/exit functionsCorentin Chary2012-03-201-249/+360
* samsung-laptop: put all local variables in a single structureCorentin Chary2012-03-201-121/+170
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-2/+2