aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/sony-laptop.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-1/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-2/+2
2017-11-05platform/x86: sony-laptop: Drop variable assignment in sony_nc_setup_rfkill()Markus Elfring1-1/+1
2017-11-05platform/x86: sony-laptop: Fix error handling in sony_nc_setup_rfkill()Markus Elfring1-6/+8
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig1-1/+1
2017-06-30platform/x86: sony-laptop: constify attribute_group and input index arrayArvind Yadav1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani1-1/+1
2016-05-05sony-laptop: Avoid oops on module unload for older laptopsLawrence Yiu1-0/+3
2016-01-19Keyboard backlight control for some Vaio Fit modelsMattia Dongili1-20/+45
2015-10-03sony-laptop: Fix handling sony_nc_hotkeys_decode resultAndrzej Hajda1-6/+7
2015-06-19sony-laptop: Port to new backlight interface selection APIHans de Goede1-5/+2
2015-02-07Sony-laptop: Fix sparse warning (make undeclared var static)Lad, Prabhakar1-1/+1
2014-12-18Merge tag 'platform-drivers-x86-v3.19-1' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86Linus Torvalds1-4/+2
2014-12-03Sony-laptop: Deletion of an unnecessary check before the function call "pci_dev_put"Markus Elfring1-2/+1
2014-12-03platform: x86: Deletion of checks before backlight_device_unregister()Markus Elfring1-2/+1
2014-10-20platform: x86: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-08-16sony-laptop: fix doesn't work lid resume settings on Vaio Promog4221-1/+1
2014-04-06sony-laptop: remove useless sony-laptop versioningMattia Dongili1-7/+2
2014-04-06sony-laptop: add smart connect control functionJavier Achirica1-0/+67
2014-04-06sony-laptop: adjust keyboard backlight values for off/auto/onJavier Achirica1-4/+7
2014-04-06sony-laptop: add hibernate on low battery functionJavier Achirica1-0/+78
2014-04-06sony-laptop: add fan speed regulation functionJavier Achirica1-0/+119
2014-04-06sony-laptop: add usb charge functionJavier Achirica1-0/+86
2014-04-06sony-laptop: add panel_id functionJavier Achirica1-0/+59
2014-04-06sony-laptop: Add support for lid resume settings on Vaio ProJavier Achirica1-48/+62
2014-04-06sony-laptop: add support as Fn+1 as a hot keyJavier Achirica1-0/+2
2014-01-29Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds1-1/+1
2014-01-21sony-laptop: remove unnecessary assigment of lenColin Ian King1-1/+1
2014-01-12Merge branch 'acpi-cleanup'Rafael J. Wysocki1-3/+1
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng1-3/+1
2013-11-26sony-laptop: do not scribble keyboard backlight registers on resumeMattia Dongili1-27/+0
2013-11-20sony-laptop: fixe typos in sony_laptop_input_keycode_mapStephen Gildea1-2/+2
2013-11-20sony-laptop: warn on multiple KBD backlight handlesMattia Dongili1-4/+12
2013-10-28Merge branch 'acpi-cleanup'Rafael J. Wysocki1-19/+9
2013-10-22sony-laptop: don't change keyboard backlight settingsMattia Dongili1-17/+9
2013-09-24sony-laptop: convert acpi_get_handle() to acpi_has_method()Zhang Rui1-19/+9
2013-08-27Merge branch 'acpi-assorted'Rafael J. Wysocki1-4/+0
2013-08-18sony-laptop: Fix reporting of gfx_switch_statusDaniel Serpell1-1/+4
2013-08-18sony-laptop: return a negative error code in sonypi_compat_init()Wei Yongjun1-1/+2
2013-07-15ACPI: Remove the old /proc/acpi/event interfaceThomas Renninger1-4/+0
2013-05-08sony-laptop: SVS151290S kbd backlight and gfx switch supportArthur Wirski1-1/+19
2013-03-24ACPI: Set length even for TYPE_END_TAG acpi resourceYinghai Lu1-1/+2
2013-03-03Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds1-11/+134
2013-02-27sony-laptop: leak in error handling sony_nc_lid_resume_setup()Dan Carpenter1-1/+1
2013-02-27sony-laptop: support basic functions for handle 0x14B and 0x14CMattia Dongili1-0/+20
2013-02-27sony-laptop: allow reading the status of gfx switchMattia Dongili1-9/+112
2013-02-27sony-laptop: fully enable SNY controlled modemsMattia Dongili1-1/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1