aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/sony-laptop.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | sony-laptop: fixe typos in sony_laptop_input_keycode_mapStephen Gildea2013-11-201-2/+2
* | sony-laptop: warn on multiple KBD backlight handlesMattia Dongili2013-11-201-4/+12
|/
* Merge branch 'acpi-cleanup'Rafael J. Wysocki2013-10-281-19/+9
|\
| * sony-laptop: convert acpi_get_handle() to acpi_has_method()Zhang Rui2013-09-241-19/+9
* | sony-laptop: don't change keyboard backlight settingsMattia Dongili2013-10-221-17/+9
|/
* Merge branch 'acpi-assorted'Rafael J. Wysocki2013-08-271-4/+0
|\
| * ACPI: Remove the old /proc/acpi/event interfaceThomas Renninger2013-07-151-4/+0
* | sony-laptop: Fix reporting of gfx_switch_statusDaniel Serpell2013-08-181-1/+4
* | sony-laptop: return a negative error code in sonypi_compat_init()Wei Yongjun2013-08-181-1/+2
|/
* sony-laptop: SVS151290S kbd backlight and gfx switch supportArthur Wirski2013-05-081-1/+19
* ACPI: Set length even for TYPE_END_TAG acpi resourceYinghai Lu2013-03-241-1/+2
* Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds2013-03-031-11/+134
|\
| * sony-laptop: leak in error handling sony_nc_lid_resume_setup()Dan Carpenter2013-02-271-1/+1
| * sony-laptop: support basic functions for handle 0x14B and 0x14CMattia Dongili2013-02-271-0/+20
| * 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/viro/vfsLinus 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/rafael/linux-pmLinus 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