aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/sony-laptop.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-01-26ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki1-2/+2
2013-01-07sony-laptop: fix SNC buffer calls when SN06 returns IntegersMattia Dongili1-7/+8
2012-08-10platform / x86 / PM: Fix unused function warnings for CONFIG_PM_SLEEPRafael J. Wysocki1-1/+11
2012-07-22Merge tag 'pm-for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-8/+12
2012-07-01sony-laptop: Use struct dev_pm_ops for power managementRafael J. Wysocki1-8/+12
2012-07-01ACPI / PM: Drop pm_message_t argument from device suspend callbackRafael J. Wysocki1-1/+1
2012-06-26sony-laptop: correct find_snc_handle failure checksMattia Dongili1-3/+3
2012-06-26sony-laptop: fix a couple signedness bugsDan Carpenter1-3/+1
2012-06-26sony-laptop: fix sony_nc_sysfs_store()Dan Carpenter1-3/+3
2012-06-26sony-laptop: input initialization should be done before SNCMattia Dongili1-13/+12
2012-06-26sony-laptop: add lid backlight support for handle 0x143Mattia Dongili1-3/+24
2012-06-26sony-laptop: store battery care limits on batteriesMattia Dongili1-20/+21
2012-06-26sony-laptop: notify userspace of GFX switch position changesMarco Chiappero1-1/+20
2012-06-26sony-laptop: use an enum for SNC event typesMattia Dongili1-3/+7
2012-05-31sony-laptop: add touchpad enable/disable functionMarco Chiappero1-0/+91
2012-05-31sony-laptop: add missing Fn key combos for 0x100 handlersMarco Chiappero1-0/+4
2012-05-31sony-laptop: add support for more WWAN modemsMarco Chiappero1-19/+34
2012-05-31sony-laptop: new keyboard backlight handleMarco Chiappero1-62/+87
2012-05-31sony-laptop: add high speed battery charging functionMarco Chiappero1-0/+86
2012-05-31sony-laptop: support automatic resume on lid openMarco Chiappero1-0/+140
2012-05-31sony-laptop: adjust error handling in finding SNC handlesMattia Dongili1-4/+4
2012-05-31sony-laptop: add thermal profiles supportMarco Chiappero1-0/+183
2012-05-31sony-laptop: support battery care functionsMarco Chiappero1-0/+178
2012-05-31sony-laptop: additional debug statementsMattia Dongili1-1/+6
2012-05-31sony-laptop: improve SNC initialization and acpi notify callback codeMarco Chiappero1-86/+233
2012-05-31sony-laptop: use kstrtoul to parse sysfs valuesMattia Dongili1-9/+17
2012-05-31sony-laptop: generalise ACPI calls into SNC functionsMattia Dongili1-142/+133
2012-05-31sony-laptop: fix return path when no ACPI buffer is allocatedMattia Dongili1-2/+2
2012-05-31sony-laptop: use soft rfkill status stored in hwMarco Chiappero1-4/+17
2012-03-20to fix scancodes returned by sony-laptop driverJohn Hughes1-5/+8
2012-03-20sony-laptop: Enable keyboard backlight by defaultJosh Boyer1-1/+1
2011-10-24sony-laptop:irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-05-27platform/x86:delete two unused variablesWeiping Pan1-2/+0
2011-05-27sony-laptop: Add and use #define pr_fmtJoe Perches1-55/+49
2011-05-09[PATCH] sony-laptop: limit brightness range to DSDT provided onesMattia Dongili1-24/+103
2011-05-09sony-laptop: report failures on setting LCD brightnessMattia Dongili1-2/+3
2011-04-12sony-laptop: keyboard backlight fixesMarco Chiappero1-1/+34
2011-04-12sony-laptop: only show the handles sysfs file in debug modeMattia Dongili1-11/+14
2011-04-04sony-laptop: fix early NULL pointer dereferenceMattia Dongili1-0/+5
2011-03-28platform-drivers: x86: fix common misspellingsLucas De Marchi1-3/+3
2011-03-28sony-laptop: potential null dereferenceDan Carpenter1-1/+5
2011-03-28sony-laptop: handle allocation failuresDan Carpenter1-0/+4
2011-03-28sony-laptop: return negative on failure in sony_nc_add()Dan Carpenter1-2/+4
2011-03-28sony-laptop: make a couple variables staticDan Carpenter1-2/+2
2011-03-28sony-laptop: implement new backlight control methodMattia Dongili1-30/+79
2011-03-28sony-laptop: implement keyboard backlight supportMattia Dongili1-1/+175
2011-03-28sony-laptop: cache handles and report them via sysfsMattia Dongili1-16/+81
2011-03-28sony-laptop: remove unused Type4 defineMattia Dongili1-1/+0
2011-03-28sony-laptop: use pr_<level> for messagesMattia Dongili1-54/+46