summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorLines
2012-02-01Input: evdev - fix variable initialisationHeiko Stübner-1/+1
2012-01-31Input: add Cypress TTSP capacitive multi-touch screen supportJavier Martinez Canillas-2/+1165
2012-01-31Input: wacom - use switch statement for wacom_tpc_irq()Ping Cheng-6/+20
2012-01-31Input: wacom - use BTN_TOOL_FINGER to indicate touch device typePing Cheng-7/+3
2012-01-31Input: pcf8574_keypad - fix typo in KconfigMasanari Iida-1/+1
2012-01-24Driver core: driver_find() drops reference before returningAlan Stern-2/+0
2012-01-23Input: tegra-kbc - enable key interrupt for wakeupRakesh Iyer-0/+17
2012-01-23Input: samsung-keypad - don't synchronise with runtime PM putMark Brown-3/+3
2012-01-23Input: q40kbd - convert driver to the split modelDmitry Torokhov-60/+79
2012-01-23Input: at32psif - convert to dev_pm_opsDmitry Torokhov-11/+11
2012-01-23Input: nomadik-ske-keypad - convert to using SIMPLE_DEV_PM_OPSDmitry Torokhov-8/+4
2012-01-23Input: nomadik-ske-keypad - do not assign driver's probe() methodDmitry Torokhov-3/+2
2012-01-20Merge branch 'omap1-part2' into omap1Tony Lindgren-20/+34
2012-01-14Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds-16/+16
2012-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell-16/+16
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-14/+109
2012-01-10Input: bcm5974 - set BUTTONPAD propertyJussi Pakkanen-0/+3
2012-01-10Input: serio_raw - return proper result when serio_raw_write failsDmitry Torokhov-1/+1
2012-01-10Input: serio_raw - really signal HUP upon disconnectDmitry Torokhov-2/+2
2012-01-10Input: serio_raw - remove stray semicolonChe-Liang Chiou-1/+1
2012-01-10Input: revert some over-zealous conversions to module_platform_driver()Dmitry Torokhov-10/+102
2012-01-10Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds-1/+1
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-1576/+4647
2012-01-10Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-5/+2
2012-01-09Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-2/+3
2012-01-09Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-12/+162
2012-01-09Merge branch 'samsung/driver' into next/driversArnd Bergmann-7/+23
2012-01-08Merge branch 'next' into for-linusDmitry Torokhov-2474/+4979
2012-01-09mfd: Unify abx500 headers in mfd/abx500Linus Walleij-1/+1
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+12
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-5/+5
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-227/+14
2012-01-07Merge branch 'depends/rmk/for-linus' into samsung/dtArnd Bergmann-7/+23
2012-01-06Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds-0/+2
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman-227/+14
2012-01-05input: xilinx_ps2: Don't use NO_IRQMichal Simek-1/+1
2012-01-04Input: tc3589x-keypad - add missing kerneldocNaga Radhesh-0/+2
2012-01-04Input: ucb1400-ts - switch to using dev_xxx() for diagnostic messagesDmitry Torokhov-8/+9
2012-01-04Input: ucb1400_ts - convert to threaded IRQDmitry Torokhov-122/+113
2012-01-04Input: ucb1400_ts - drop inline annotationsDmitry Torokhov-9/+9
2012-01-04Input: usb1400_ts - add __devinit/__devexit section annotationsDmitry Torokhov-5/+5
2012-01-04Input: ucb1400_ts - set driver ownerDmitry Torokhov-0/+1
2012-01-04Input: ucb1400_ts - convert to use dev_pm_opsDmitry Torokhov-6/+6
2012-01-04Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich-5/+2
2012-01-03switch ->is_visible() to returning umode_tAl Viro-4/+4
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro-1/+1
2011-12-30Input: psmouse - make sure we do not use stale methodsDmitry Torokhov-69/+124
2011-12-30Input: evdev - do not block waiting for an event if fd is nonblockDima Zavin-8/+7
2011-12-30Input: evdev - if no events and non-block, return EAGAIN not 0Dima Zavin-0/+3