aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-052-14/+11
|\
| * of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely2010-07-242-10/+7
| * Merge commit 'v2.6.35-rc6' into devicetree/nextGrant Likely2010-07-2412-21/+57
| |\
| * | sparc/of: Move of_device fields into struct pdev_archdataGrant Likely2010-06-281-4/+4
* | | Merge branch 'upstream/xen' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2010-08-051-1/+1
|\ \ \
| * \ \ Merge branch 'upstream/pvhvm' into upstream/xenJeremy Fitzhardinge2010-08-041-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | x86: early PV on HVM features initialization.Sheng Yang2010-07-221-1/+1
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2010-08-051-0/+5
|\ \ \ \
| * \ \ \ Merge commit 'gcl/next' into nextBenjamin Herrenschmidt2010-08-0410-18/+46
| |\ \ \ \ | | |/ / /
| * | | | powerpc: Add i8042 keyboard and mouse irq parsingMartyn Welch2010-07-091-0/+5
| | |/ / | |/| |
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-041-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'master' into for-nextJiri Kosina2010-08-0412-21/+57
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge branch 'master' into for-nextJiri Kosina2010-06-1634-146/+822
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-161-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-08-0441-885/+5761
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge branch 'next' into for-linusDmitry Torokhov2010-08-0241-885/+5760
| |\ \ \ \
| | * | | | Input: adp5588-keypad - fix NULL dereference in adp5588_gpio_add()Dmitry Torokhov2010-08-021-29/+37
| | * | | | Input: cy8ctmg110 - capacitive touchscreen supportSamuli Konttila2010-07-313-1/+379
| | * | | | Input: adp5588-keys - export unused GPIO pinsXiaolong Chen2010-07-261-2/+207
| | * | | | Input: adxl34x - fix leak and use after freeDan Carpenter2010-07-221-4/+3
| | * | | | Input: samsung-keypad - Add samsung keypad driverJoonyoung Shim2010-07-213-0/+501
| | * | | | Input: i8042 - reset keyboard controller wehen resuming from S2RDmitry Torokhov2010-07-201-24/+41
| | * | | | Input: synaptics - set min/max for finger widthChris Bagwell2010-07-191-1/+1
| | * | | | Input: synaptics - only report width on hardware that supports itChris Bagwell2010-07-191-2/+6
| | * | | | Input: evdev - signal that device is writable in evdev_poll()Dmitry Torokhov2010-07-151-2/+7
| | * | | | Input: mousedev - signal that device is writable in mousedev_poll()Julien Moutinho2010-07-151-2/+7
| | * | | | Input: change input handlers to use bool when possibleDmitry Torokhov2010-07-154-13/+12
| | * | | | Input: introduce MT event slotsHenrik Rydberg2010-07-152-43/+96
| | * | | | Input: usbtouchscreen - implement reset_resumeOliver Neukum2010-07-151-32/+76
| | * | | | Input: usbtouchscreen - implement runtime power managementOliver Neukum2010-07-151-3/+24
| | * | | | Input: usbtouchscreen - implement basic suspend/resumeOliver Neukum2010-07-151-0/+25
| | * | | | Input: Add ATMEL QT602240 touchscreen driverJoonyoung Shim2010-07-143-0/+1414
| | * | | | Input: fix signedness warning in input_set_keycode()Dmitry Torokhov2010-07-141-1/+1
| | * | | | Input: Add pwm beeper driverLars-Peter Clausen2010-07-143-0/+211
| | * | | | Input: xpad - remove mouse buttons and axes for dance padsChristoph Fritz2010-07-131-44/+63
| | * | | | Input: atlas_btns - switch to using pr_err() and friendsDmitry Torokhov2010-07-131-15/+8
| | * | | | Input: atlas_btns - fix mixing acpi_status and int for return valueAxel Lin2010-07-131-8/+6
| | * | | | Input: atlas_btns - adds a missing owner field for atlas_acpi_driverAxel Lin2010-07-131-0/+1
| | * | | | Input: twl4030-pwrbutton - replace __devinit with __initMarkus Lehtonen2010-07-081-6/+6
| | * | | | Input: mcs - Add MCS touchkey driverJoonyoung Shim2010-07-044-3/+255
| | * | | | Input: release pressed keys when resuming deviceOliver Neukum2010-07-031-10/+29
| | * | | | Input: ads7846 - extend the driver for ads7845 controller supportAnatolij Gustschin2010-07-031-37/+135
| | * | | | Input: ads7846 - do not allow altering platform dataDmitry Torokhov2010-07-031-16/+19
| | * | | | Input: adxl34 - make enable/disable separate from suspend/resumeDmitry Torokhov2010-07-034-48/+70
| | * | | | Input: ad7879 - report EV_KEY/BTN_TOUCH eventsMichael Hennerich2010-07-031-3/+13
| | * | | | Input: ad7879 - fix spi word size to 16 bitMichael Hennerich2010-07-031-0/+8
| | * | | | Input: ad7879 - use i2c_smbus_read_i2c_block_data() to lower overheadMichael Hennerich2010-07-031-1/+4
| | * | | | Input: ad7879 - add open and close methodsDmitry Torokhov2010-07-034-39/+86
| | * | | | Input: ad7879 - split bus logic outMike Frysinger2010-07-036-415/+484
| | * | | | Input: ad7879 - use threaded IRQDmitry Torokhov2010-06-301-27/+9