summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-03-181-6/+2Star
|\
| * Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixesArnd Bergmann2013-03-141-4/+64
| |\
| * | input/joystick: use get_cycles on ARMArnd Bergmann2013-03-141-6/+2Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-03-117-33/+125
|\ \ \ | |_|/ |/| |
| * | Input: mms114 - Fix regulator enable and disable pathsMark Brown2013-03-111-9/+25
| * | Input: ads7864 - check return value of regulator enableMark Brown2013-03-111-1/+6
| * | Input: tc3589x-keypad - fix keymap sizeRabin Vincent2013-03-111-4/+4
| * | Input: wacom - add support for 0x10dStephan Frank2013-03-101-0/+4
| * | Input: ALPS - add "Dolphin V1" touchpad supportDave Turvene2013-02-222-2/+66
| * | Input: ALPS - remove unused argument to alps_enter_command_mode()Kevin Cernekee2013-02-221-11/+7Star
| * | Input: cypress_ps2 - fix trackpadi found in Dell XPS12Kamal Mostafa2013-02-221-6/+13
* | | Atmel MXT touchscreen: increase reset timeoutsLinus Torvalds2013-03-091-2/+2
* | | Input: atmel_mxt_ts - Support for touchpad variantDaniel Kurtz2013-03-091-2/+62
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-03-031-1/+1
|\ \
| * | input: disable i8042 PC Keyboard controller for s390Heiko Carstens2013-02-281-1/+1
* | | parisc: check return value of down_interruptible() in hp_sdc_rtc.cHelge Deller2013-03-021-3/+12
|/ /
* | Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2013-02-251-3/+0Star
|\ \
| * | mfd: max8925: Fix onkey driver irq baseQing Xu2013-02-141-3/+0Star
* | | Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-221-1/+1
|\ \ \
| * | | ARM: tegra: migrate to new clock codePrashant Gaikwad2013-01-281-1/+1
| |/ /
* | | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-211-0/+1
|\ \ \
| * | | input: drop unnecessary dependencies on TTYJoe Millenbach2013-02-065-39/+2Star
| * | | tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-195-1/+39
| |/ /
* | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-212-8/+7Star
|\ \ \
| * | | Input: Convert to devm_ioremap_resource()Thierry Reding2013-01-222-8/+7Star
| |/ /
* | | Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-201-1/+1
|\ \ \
| * | | ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki2013-01-261-1/+1
| |/ /
* | | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-02-201-4/+4
|\ \ \
| * | | gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()Grant Likely2013-02-131-4/+4
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-02-2034-1043/+3314
|\ \ \ | | |/ | |/|
| * | Merge branch 'next' into for-linusDmitry Torokhov2013-02-2034-1043/+3314
| |\ \
| | * | Input: cyttsp-spi - remove duplicate MODULE_ALIAS()Dmitry Torokhov2013-02-171-1/+0Star
| | * | Input: tsc2005 - add MODULE_ALIASPali Rohár2013-02-171-0/+1
| | * | Input: tegra-kbc - require CONFIG_OF, remove platform dataStephen Warren2013-02-162-104/+93Star
| | * | Input: synaptics - initialize pointer emulation usageHenrik Rydberg2013-02-161-1/+1
| | * | Input: MT - do not apply filtering on emulated eventsHenrik Rydberg2013-02-161-0/+1
| | * | Input: bma150 - make some defines public and fix some commentsMichael Trimarchi2013-02-161-12/+0Star
| | * | Input: bma150 - fix checking pm_runtime_get_sync() return valueMichael Trimarchi2013-02-161-1/+1
| | * | Input: ALPS - enable trackstick on Rushmore touchpadsKevin Cernekee2013-02-141-70/+115
| | * | Input: ALPS - add support for "Rushmore" touchpadsKevin Cernekee2013-02-141-0/+52
| | * | Input: ALPS - make the V3 packet field decoder "pluggable"Kevin Cernekee2013-02-142-44/+95
| | * | Input: ALPS - move pixel and bitmap info into alps_data structKevin Cernekee2013-02-142-22/+33
| | * | Input: ALPS - fix command mode checkKevin Cernekee2013-02-141-1/+1
| | * | Input: ALPS - rework detection of Pinnacle AGx touchpadsKevin Cernekee2013-02-141-3/+12
| | * | Input: ALPS - move {addr,nibble}_command settings into alps_set_defaults()Kevin Cernekee2013-02-141-8/+4Star
| | * | Input: ALPS - use function pointers for different protocol handlersKevin Cernekee2013-02-142-54/+54
| | * | Input: ALPS - rework detection sequenceKevin Cernekee2013-02-142-76/+56Star
| | * | Input: ALPS - introduce helper function for repeated commandsKevin Cernekee2013-02-141-41/+30Star
| | * | Input: ALPS - move alps_get_model() down below hw_init codeKevin Cernekee2013-02-141-93/+93
| | * | Input: ALPS - copy "model" info into alps_data structKevin Cernekee2013-02-142-34/+43