aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/serio (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds3-74/+91
2012-03-16Input: altera_ps2 - use of_match_ptr()Tobias Klauser1-3/+1
2012-03-09Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman2-6/+16
2012-03-09Merge commit 'v3.3-rc6' into nextDmitry Torokhov6-13/+37
2012-02-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-6/+16
2012-02-03Input: i8042 - add Lenovo Ideapad U455 to 'reset' blacklistIgor Murzov1-0/+7
2012-02-01Input: serio_raw - return proper result when serio_raw_read failsChe-Liang Chiou1-6/+9
2012-01-24Driver core: driver_find() drops reference before returningAlan Stern1-1/+0
2012-01-23Input: q40kbd - convert driver to the split modelDmitry Torokhov1-60/+79
2012-01-23Input: at32psif - convert to dev_pm_opsDmitry Torokhov1-11/+11
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-5/+17
2012-01-10Input: serio_raw - return proper result when serio_raw_write failsDmitry Torokhov1-1/+1
2012-01-10Input: serio_raw - really signal HUP upon disconnectDmitry Torokhov1-2/+2
2012-01-10Input: serio_raw - remove stray semicolonChe-Liang Chiou1-1/+1
2012-01-10Input: revert some over-zealous conversions to module_platform_driver()Dmitry Torokhov1-1/+13
2012-01-10Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-1/+1
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds5-59/+19
2012-01-06Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds1-0/+2
2012-01-05input: xilinx_ps2: Don't use NO_IRQMichal Simek1-1/+1
2011-11-30Input: serio - use macro module_platform_driver()JJ Ding4-51/+4
2011-11-29Merge commit 'v3.2-rc3' into nextDmitry Torokhov2-0/+15
2011-11-22input: ambakmi: Enable module alias autogeneration for AMBA driversDave Martin1-0/+2
2011-11-09Input: ams_delta_serio - include linux/module.hAaro Koskinen1-0/+1
2011-11-05Input: i8042 - add HP Pavilion dv4s to 'notimeout' and 'nomux' blacklistsTomas Miljenović1-0/+14
2011-11-05Input: i8042 - also perform controller reset when suspendingDmitry Torokhov1-8/+15
2011-10-10Input: serio_raw - fix memory leak when closing char deviceDmitry Torokhov1-25/+29
2011-10-10Input: serio_raw - kick clients when disconnecting portDmitry Torokhov1-6/+23
2011-10-10Input: serio_raw - explicitly mark disconnected ports as deadDmitry Torokhov1-8/+13
2011-10-10Input: serio_raw - fix coding style issuesDmitry Torokhov1-5/+9
2011-10-10Input: serio_raw - use dev_*() for messagesDmitry Torokhov1-5/+7
2011-10-10Input: serio_raw - use bool for boolean dataDmitry Torokhov1-3/+3
2011-10-10Input: serio_raw - perform proper locking when adding clients to listDmitry Torokhov1-3/+5
2011-10-10Input: serio_raw - rename serio_raw_list to serio_raw_clientDmitry Torokhov1-36/+39
2011-10-10Input: serio_raw - use kref instead of rolling out its own refcountingDmitry Torokhov1-15/+13
2011-08-01input: xilinx_ps2: Add missing of_address.h headerMichal Simek1-1/+1
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-2/+2
2011-07-18Input: hp_sdc - staticize hp_sdc_kicker()Axel Lin1-1/+1
2011-06-29Input: update author email for gpio_mouse, at32psif, and atmel-wm97xxHans-Christian Egtvedt1-1/+1
2011-06-27Input: libps2.c: fix comment typo arrrives.Justin P. Mattock1-1/+1
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-4/+2
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds1-8/+2
2011-04-22tty: make receive_buf() return the amout of bytes receivedFelipe Balbi1-2/+8
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2-2/+2
2011-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-4/+5
2011-04-02Input: rpckbd - fix a leak of the IRQ during init failureAxel Lin1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi2-2/+2
2011-03-31Input: i8042 - downgrade selftest error message to dbg()Paul Bolle1-3/+4
2011-03-29drivers: Final irq namespace conversionThomas Gleixner1-1/+1
2011-03-18Merge branch 'next' into for-linusDmitry Torokhov3-7/+5