summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2012-01-31Input: add Cypress TTSP capacitive multi-touch screen supportJavier Martinez Canillas6-2/+1165
2012-01-31Input: wacom - use switch statement for wacom_tpc_irq()Ping Cheng2-6/+20
2012-01-31Input: wacom - use BTN_TOOL_FINGER to indicate touch device typePing Cheng2-7/+3
2012-01-31Input: pcf8574_keypad - fix typo in KconfigMasanari Iida1-1/+1
2012-01-25Driver core: driver_find() drops reference before returningAlan Stern2-2/+0
2012-01-23Input: tegra-kbc - enable key interrupt for wakeupRakesh Iyer1-0/+17
2012-01-23Input: samsung-keypad - don't synchronise with runtime PM putMark Brown1-3/+3
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-23Input: nomadik-ske-keypad - convert to using SIMPLE_DEV_PM_OPSDmitry Torokhov1-8/+4
2012-01-23Input: nomadik-ske-keypad - do not assign driver's probe() methodDmitry Torokhov1-3/+2
2012-01-15Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds9-16/+16
2012-01-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell9-16/+16
2012-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds10-14/+109
2012-01-11Input: bcm5974 - set BUTTONPAD propertyJussi Pakkanen1-0/+3
2012-01-11Input: serio_raw - return proper result when serio_raw_write failsDmitry Torokhov1-1/+1
2012-01-11Input: serio_raw - really signal HUP upon disconnectDmitry Torokhov1-2/+2
2012-01-11Input: serio_raw - remove stray semicolonChe-Liang Chiou1-1/+1
2012-01-11Input: revert some over-zealous conversions to module_platform_driver()Dmitry Torokhov8-10/+102
2012-01-11Merge 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/dto...Linus Torvalds118-1576/+4647
2012-01-10Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+2
2012-01-10Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+3
2012-01-10Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-12/+162
2012-01-09Merge branch 'samsung/driver' into next/driversArnd Bergmann5-7/+23
2012-01-09Merge branch 'next' into for-linusDmitry Torokhov127-2474/+4979
2012-01-09mfd: Unify abx500 headers in mfd/abx500Linus Walleij1-1/+1
2012-01-09Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+12
2012-01-09Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds3-5/+5
2012-01-08Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds14-227/+14
2012-01-07Merge branch 'depends/rmk/for-linus' into samsung/dtArnd Bergmann5-7/+23
2012-01-07Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds1-0/+2
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman14-227/+14
2012-01-05input: xilinx_ps2: Don't use NO_IRQMichal Simek1-1/+1
2012-01-05Input: tc3589x-keypad - add missing kerneldocNaga Radhesh1-0/+2
2012-01-05Input: ucb1400-ts - switch to using dev_xxx() for diagnostic messagesDmitry Torokhov1-8/+9
2012-01-05Input: ucb1400_ts - convert to threaded IRQDmitry Torokhov1-122/+113
2012-01-05Input: ucb1400_ts - drop inline annotationsDmitry Torokhov1-9/+9
2012-01-05Input: usb1400_ts - add __devinit/__devexit section annotationsDmitry Torokhov1-5/+5
2012-01-05Input: ucb1400_ts - set driver ownerDmitry Torokhov1-0/+1
2012-01-05Input: ucb1400_ts - convert to use dev_pm_opsDmitry Torokhov1-6/+6
2012-01-05Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich1-5/+2
2012-01-04switch ->is_visible() to returning umode_tAl Viro2-4/+4
2012-01-04switch device_get_devnode() and ->devnode() to umode_t *Al Viro1-1/+1
2011-12-31Input: psmouse - make sure we do not use stale methodsDmitry Torokhov1-69/+124
2011-12-31Input: evdev - do not block waiting for an event if fd is nonblockDima Zavin1-8/+7
2011-12-31Input: evdev - if no events and non-block, return EAGAIN not 0Dima Zavin1-0/+3
2011-12-31Input: evdev - only allow reading events if a full packet is presentDima Zavin1-1/+1
2011-12-31Input: add driver for pixcir i2c touchscreensJianchun Bian3-0/+252