summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/sony-laptop.c
Commit message (Expand)AuthorAgeFilesLines
...
| * sony-laptop: allow reading the status of gfx switchMattia Dongili2013-02-271-9/+112
| * sony-laptop: fully enable SNY controlled modemsMattia Dongili2013-02-271-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-1/+1
|\ \ | |/ |/|
| * new helper: file_inode(file)Al Viro2013-02-221-1/+1
* | ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki2013-01-261-2/+2
|/
* sony-laptop: fix SNC buffer calls when SN06 returns IntegersMattia Dongili2013-01-071-7/+8
* platform / x86 / PM: Fix unused function warnings for CONFIG_PM_SLEEPRafael J. Wysocki2012-08-101-1/+11
* Merge tag 'pm-for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-07-221-8/+12
|\
| * sony-laptop: Use struct dev_pm_ops for power managementRafael J. Wysocki2012-07-011-8/+12
| * ACPI / PM: Drop pm_message_t argument from device suspend callbackRafael J. Wysocki2012-07-011-1/+1
* | sony-laptop: correct find_snc_handle failure checksMattia Dongili2012-06-261-3/+3
* | sony-laptop: fix a couple signedness bugsDan Carpenter2012-06-261-3/+1
* | sony-laptop: fix sony_nc_sysfs_store()Dan Carpenter2012-06-261-3/+3
* | sony-laptop: input initialization should be done before SNCMattia Dongili2012-06-261-13/+12
* | sony-laptop: add lid backlight support for handle 0x143Mattia Dongili2012-06-261-3/+24
* | sony-laptop: store battery care limits on batteriesMattia Dongili2012-06-261-20/+21
* | sony-laptop: notify userspace of GFX switch position changesMarco Chiappero2012-06-261-1/+20
* | sony-laptop: use an enum for SNC event typesMattia Dongili2012-06-261-3/+7
|/
* sony-laptop: add touchpad enable/disable functionMarco Chiappero2012-05-311-0/+91
* sony-laptop: add missing Fn key combos for 0x100 handlersMarco Chiappero2012-05-311-0/+4
* sony-laptop: add support for more WWAN modemsMarco Chiappero2012-05-311-19/+34
* sony-laptop: new keyboard backlight handleMarco Chiappero2012-05-311-62/+87
* sony-laptop: add high speed battery charging functionMarco Chiappero2012-05-311-0/+86
* sony-laptop: support automatic resume on lid openMarco Chiappero2012-05-311-0/+140
* sony-laptop: adjust error handling in finding SNC handlesMattia Dongili2012-05-311-4/+4
* sony-laptop: add thermal profiles supportMarco Chiappero2012-05-311-0/+183
* sony-laptop: support battery care functionsMarco Chiappero2012-05-311-0/+178
* sony-laptop: additional debug statementsMattia Dongili2012-05-311-1/+6
* sony-laptop: improve SNC initialization and acpi notify callback codeMarco Chiappero2012-05-311-86/+233
* sony-laptop: use kstrtoul to parse sysfs valuesMattia Dongili2012-05-311-9/+17
* sony-laptop: generalise ACPI calls into SNC functionsMattia Dongili2012-05-311-142/+133
* sony-laptop: fix return path when no ACPI buffer is allocatedMattia Dongili2012-05-311-2/+2
* sony-laptop: use soft rfkill status stored in hwMarco Chiappero2012-05-311-4/+17
* to fix scancodes returned by sony-laptop driverJohn Hughes2012-03-201-5/+8
* sony-laptop: Enable keyboard backlight by defaultJosh Boyer2012-03-201-1/+1
* sony-laptop:irq: Remove IRQF_DISABLEDYong Zhang2011-10-241-1/+1
* platform/x86:delete two unused variablesWeiping Pan2011-05-271-2/+0
* sony-laptop: Add and use #define pr_fmtJoe Perches2011-05-271-55/+49
* [PATCH] sony-laptop: limit brightness range to DSDT provided onesMattia Dongili2011-05-091-24/+103
* sony-laptop: report failures on setting LCD brightnessMattia Dongili2011-05-091-2/+3
* sony-laptop: keyboard backlight fixesMarco Chiappero2011-04-121-1/+34
* sony-laptop: only show the handles sysfs file in debug modeMattia Dongili2011-04-121-11/+14
* sony-laptop: fix early NULL pointer dereferenceMattia Dongili2011-04-041-0/+5
* platform-drivers: x86: fix common misspellingsLucas De Marchi2011-03-281-3/+3
* sony-laptop: potential null dereferenceDan Carpenter2011-03-281-1/+5
* sony-laptop: handle allocation failuresDan Carpenter2011-03-281-0/+4
* sony-laptop: return negative on failure in sony_nc_add()Dan Carpenter2011-03-281-2/+4
* sony-laptop: make a couple variables staticDan Carpenter2011-03-281-2/+2
* sony-laptop: implement new backlight control methodMattia Dongili2011-03-281-30/+79
* sony-laptop: implement keyboard backlight supportMattia Dongili2011-03-281-1/+175