summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/sony-laptop.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-28sony-laptop: ignore hard switch rfkill events (SPIC)Mattia Dongili1-3/+5
2011-03-28sony-laptop: add some debug printk useful for bug reportsMattia Dongili1-3/+11
2011-03-22backlight: add backlight typeMatthew Garrett1-1/+2
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2011-01-10sony-laptop: support new hotkeys on the P, Z and EC seriesMattia Dongili1-0/+10
2011-01-10sony-laptop: fix sparse non-ANSI function warningRandy Dunlap1-1/+1
2010-11-16backlight: constify backlight_opsLionel Debroux1-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-08-03sony-laptop: use platform_device_unregister in sony_pf_removeAxel Lin1-2/+1
2010-08-03drivers/platform/x86: Eliminate a NULL pointer dereferenceJulia Lawall1-3/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-16backlight: Allow properties to be passed at registrationMatthew Garrett1-3/+5
2010-03-14Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzill...Len Brown1-47/+53
2010-01-16sony-laptop - fix using of uninitialized variableDmitry Torokhov1-3/+6
2009-12-24sony-laptop - switch from workqueue to a timerDmitry Torokhov1-10/+10
2009-12-24sony-laptop - simplify keymap initializationDmitry Torokhov1-12/+8
2009-12-24sony-laptop - remove private workqueue, use keventd insteadDmitry Torokhov1-32/+39
2009-12-24Merge branch 'sony' into releaseLen Brown1-23/+71
2009-12-23sony-laptop: enumerate rfkill devices using SN06Mattia Dongili1-19/+57
2009-12-23sony-laptop: rfkill support for newer modelsMattia Dongili1-8/+14
2009-12-22kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold1-4/+4
2009-12-22kfifo: cleanup namespaceStefani Seibold1-1/+1
2009-12-22kfifo: move out spinlockStefani Seibold1-10/+12
2009-12-22kfifo: move struct kfifo in placeStefani Seibold1-23/+23
2009-12-16sony-laptop: add AVMode key mappingMattia Dongili1-0/+4
2009-11-24ACPICA: Add post-order callback to acpi_walk_namespaceLin Ming1-1/+1
2009-10-02Merge branches 'sony-laptop', 'bugzilla-14247' and 'bugzilla-14271' into releaseLen Brown1-0/+9
2009-09-28sony-laptop: re-read the rfkill state when resuming from suspendAlan Jenkins1-0/+3
2009-09-28sony-laptop: check for rfkill hard block at load timeAlan Jenkins1-0/+6
2009-09-27sony-laptop: Don't unregister the SPIC driver if it wasn't registeredAlan Jenkins1-2/+5
2009-09-27sony-laptop: remove _INI call at init timeMattia Dongili1-9/+0
2009-09-27sony-laptop: SPIC unset IRQF_SHARED, set IRQF_DISABLEDMattia Dongili1-1/+1