summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | ARM: OMAP1: ams-delta: register latch dependent devices laterJanusz Krzysztofik2011-12-211-1/+1
* | | | | | | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-281-1/+1
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'ep93xx-for-arm-soc' of git://github.com/RyanMallon/linux-2.6 in...Arnd Bergmann2012-03-155-8/+11
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'next/cleanup-s3c24xx' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2012-03-081-1/+1
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | ARM: S3C24XX: change the ARCH_S3C2410 to ARCH_S3C24XXKukjin Kim2012-03-021-1/+1
| | | |/ / / / / | | |/| | | | |
* | | | | | | | Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-241-12/+1Star
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driverviresh kumar2012-03-171-12/+1Star
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-03-2380-657/+3763
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge branch 'next' into for-linusDmitry Torokhov2012-03-2099-924/+3977
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Input: ili210x - add support for Ilitek ILI210x based touchscreensOlivier Sobrie2012-03-173-0/+376
| | * | | | | Input: altera_ps2 - use of_match_ptr()Tobias Klauser2012-03-171-3/+1Star
| | * | | | | Input: synaptics_usb - switch to module_usb_driver()Dmitry Torokhov2012-03-175-57/+5Star
| | * | | | | Input: convert I2C drivers to use module_i2c_driver()Axel Lin2012-03-1729-345/+29Star
| | * | | | | Input: convert SPI drivers to use module_spi_driver()Axel Lin2012-03-177-77/+7Star
| | * | | | | Input: omap4-keypad - move platform_data to <linux/platform_data>Felipe Balbi2012-03-172-2/+1Star
| | * | | | | Input: kxtj9 - who_am_i check value and initial data rate fixesChristopher Hudson2012-03-171-5/+17
| | * | | | | Input: add driver support for MAX8997-hapticDonggeun Kim2012-03-173-0/+420
| | * | | | | Input: tegra-kbc - revise device tree supportOlof Johansson2012-03-141-5/+16
| | * | | | | Input: of_keymap - add device tree bindings for simple key matricesOlof Johansson2012-03-144-0/+93
| | * | | | | Input: hp680_ts_input - ensure arguments to request_irq and free_irq are comp...Julia Lawall2012-03-131-1/+1
| | * | | | | Merge branch 'for-next' of github.com:rydberg/linux into nextDmitry Torokhov2012-03-093-2/+28
| | |\ \ \ \ \
| | | * | | | | bcm5974: Add pointer and buttonpad propertiesChase Douglas2012-02-141-0/+1
| | | * | | | | Input: Add EVIOC mechanism for MT slotsHenrik Rydberg2012-02-091-1/+26
| | | * | | | | Input: Use accessor for MT valuesHenrik Rydberg2012-02-021-1/+1
| | | |/ / / /
| | * | | | | Merge commit 'v3.3-rc6' into nextDmitry Torokhov2012-03-0948-301/+367
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | * | | | | Input: max8925_onkey - avoid accessing input device too earlyDmitry Torokhov2012-03-061-47/+44Star
| | * | | | | Input: max8925_onkey - allow to be used as a wakeup sourceKevin Liu2012-03-061-0/+34
| | * | | | | Input: atmel-wm97xx - convert to dev_pm_opsDmitry Torokhov2012-03-041-8/+9
| | * | | | | Input: atmel-wm97xx - set driver ownerDmitry Torokhov2012-03-041-1/+2
| | * | | | | Input: cyttsp - remove useless checks in cyttsp_probe()Dmitry Torokhov2012-03-041-1/+1
| | * | | | | Input: usbtouchscreen - add support for Data Modul EasyTouch TP 72037Armando Visconti2012-03-042-0/+72
| | * | | | | Input: add support for OnKey module for DA9052/53 PMICAshish Jangam2012-03-043-0/+180
| | * | | | | Input: add support for TI Touchscreen controllerRachna Patil2012-03-043-0/+499
| | * | | | | Input: spear-keyboard - provide thaw and poweroff routinesViresh Kumar2012-02-281-7/+2Star
| | * | | | | Input: spear-keyboard - configure device according to supplied modeRajeev Kumar2012-02-281-1/+6
| | * | | | | Input: psmouse - use psmouse_[de]activate() from sentelic and hgpk driversPaul Fox2012-02-242-15/+6Star
| | * | | | | Input: psmouse - allow drivers to use psmouse_{de,}activateAndres Salomon2012-02-242-5/+12
| | * | | | | Input: tegra-kbc - allow skipping setting up some of GPIO pinsShridhar Rasal2012-02-031-7/+27
| | * | | | | Input: add Synaptics USB device driverJan Steinhoff2012-02-033-0/+586
| | * | | | | Input: add infrastructure for selecting clockid for event time stampsJohn Stultz2012-02-031-4/+21
| | * | | | | Input: add Cypress TTSP capacitive multi-touch screen supportJavier Martinez Canillas2012-01-316-2/+1165
| | * | | | | Input: wacom - use switch statement for wacom_tpc_irq()Ping Cheng2012-01-312-6/+20
| | * | | | | Input: wacom - use BTN_TOOL_FINGER to indicate touch device typePing Cheng2012-01-312-7/+3Star
| | * | | | | Input: pcf8574_keypad - fix typo in KconfigMasanari Iida2012-01-311-1/+1
| | * | | | | Input: tegra-kbc - enable key interrupt for wakeupRakesh Iyer2012-01-231-0/+17
| | * | | | | Input: samsung-keypad - don't synchronise with runtime PM putMark Brown2012-01-231-3/+3
| | * | | | | Input: q40kbd - convert driver to the split modelDmitry Torokhov2012-01-231-60/+79
| | * | | | | Input: at32psif - convert to dev_pm_opsDmitry Torokhov2012-01-231-11/+11
| | * | | | | Input: nomadik-ske-keypad - convert to using SIMPLE_DEV_PM_OPSDmitry Torokhov2012-01-231-8/+4Star
| | * | | | | Input: nomadik-ske-keypad - do not assign driver's probe() methodDmitry Torokhov2012-01-231-3/+2Star