aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/sony-laptop.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* platform/x86/sony-laptop: drop owner assignmentKrzysztof Kozlowski2024-04-081-2/+0
* x86: convert to new timestamp accessorsJeff Layton2023-10-181-1/+1
* platform/x86: sony: mark SPI related data as maybe unusedKrzysztof Kozlowski2023-03-161-1/+1
* platform/x86: sony-laptop: Don't turn off 0x153 keyboard backlight during probeHans de Goede2022-12-271-7/+14
* Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2022-12-121-6/+3
|\
| * ACPI: make remove callback of ACPI driver voidDawei Li2022-11-231-6/+3
* | platform/x86: sony-laptop: Convert to use sysfs_emit_at() APIye xingchen2022-12-081-6/+4
|/
* platform/x86: use PLATFORM_DEVID_NONE instead of -1Barnabás Pőcze2022-10-031-1/+1
* platform/x86: sony-laptop: Remove useless comparisons in sony_pic_read_possible_resource()Andrey Strachuk2022-07-281-6/+1
* platform/x86: sony-laptop: replace snprintf in show functions with sysfs_emitYe Guojin2021-10-221-28/+18
* platform/x86: remove unneeded breakTom Rix2020-10-281-3/+0
* platform/x86: sony-laptop: Make resuming thermal profile saferMattia Dongili2020-05-121-1/+6
* platform/x86: sony-laptop: SNC calls should handle BUFFER typesMattia Dongili2020-05-121-30/+23
* platform/x86: sony-laptop: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-201-4/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-15/+1
* platform/x86: sony-laptop: Fix unintentional fall-throughGustavo A. R. Silva2019-05-091-3/+5
* ACPI/ACPICA: Trivial: fix spelling mistakes and fix whitespace formattingErik Schmauss2019-02-241-4/+4
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-1/+1
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-2/+2
* platform/x86: sony-laptop: Drop variable assignment in sony_nc_setup_rfkill()Markus Elfring2017-11-051-1/+1
* platform/x86: sony-laptop: Fix error handling in sony_nc_setup_rfkill()Markus Elfring2017-11-051-6/+8
* dmi: Mark all struct dmi_system_id instances constChristoph Hellwig2017-09-141-1/+1
* platform/x86: sony-laptop: constify attribute_group and input index arrayArvind Yadav2017-06-301-2/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-271-1/+1
* sony-laptop: Avoid oops on module unload for older laptopsLawrence Yiu2016-05-051-0/+3
* Keyboard backlight control for some Vaio Fit modelsMattia Dongili2016-01-191-20/+45
* sony-laptop: Fix handling sony_nc_hotkeys_decode resultAndrzej Hajda2015-10-031-6/+7
* sony-laptop: Port to new backlight interface selection APIHans de Goede2015-06-191-5/+2
* Sony-laptop: Fix sparse warning (make undeclared var static)Lad, Prabhakar2015-02-071-1/+1
* Merge tag 'platform-drivers-x86-v3.19-1' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86Linus Torvalds2014-12-181-4/+2
|\
| * Sony-laptop: Deletion of an unnecessary check before the function call "pci_dev_put"Markus Elfring2014-12-031-2/+1
| * platform: x86: Deletion of checks before backlight_device_unregister()Markus Elfring2014-12-031-2/+1
* | platform: x86: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
|/
* sony-laptop: fix doesn't work lid resume settings on Vaio Promog4222014-08-161-1/+1
* sony-laptop: remove useless sony-laptop versioningMattia Dongili2014-04-061-7/+2
* sony-laptop: add smart connect control functionJavier Achirica2014-04-061-0/+67
* sony-laptop: adjust keyboard backlight values for off/auto/onJavier Achirica2014-04-061-4/+7
* sony-laptop: add hibernate on low battery functionJavier Achirica2014-04-061-0/+78
* sony-laptop: add fan speed regulation functionJavier Achirica2014-04-061-0/+119
* sony-laptop: add usb charge functionJavier Achirica2014-04-061-0/+86
* sony-laptop: add panel_id functionJavier Achirica2014-04-061-0/+59
* sony-laptop: Add support for lid resume settings on Vaio ProJavier Achirica2014-04-061-48/+62
* sony-laptop: add support as Fn+1 as a hot keyJavier Achirica2014-04-061-0/+2
* Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds2014-01-291-1/+1
|\
| * sony-laptop: remove unnecessary assigment of lenColin Ian King2014-01-211-1/+1
* | Merge branch 'acpi-cleanup'Rafael J. Wysocki2014-01-121-3/+1
|\ \ | |/ |/|
| * ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-071-3/+1
* | sony-laptop: do not scribble keyboard backlight registers on resumeMattia Dongili2013-11-261-27/+0