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