summaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' into for-linusDmitry Torokhov2012-10-0117-266/+497
|\
| * Input: hgpk - use %*ph to dump small bufferAndy Shevchenko2012-09-131-6/+3
| * Input: gpio_keys_polled - fix dt pdata->nbuttonsAlexandre Pereira da Silva2012-09-131-0/+1
| * Input: omap-keypad - fixed formattingJosh2012-09-051-4/+4
| * Merge tag 'v3.6-rc4' into nextDmitry Torokhov2012-09-0512-16/+225
| |\
| * | Input: tegra - move platform data headerStephen Warren2012-09-051-1/+1
| * | Input: wacom - add support for EMR on Cintiq 24HD touchJason Gerecke2012-09-051-1/+5
| * | Input: s3c2410_ts - make s3c_ts_pmops constSachin Kamat2012-08-311-1/+1
| * | Input: samsung-keypad - use of_get_child_count() helperTobias Klauser2012-08-221-4/+2
| * | Input: samsung-keypad - use of_match_ptr()Tobias Klauser2012-08-221-3/+1
| * | Input: uinput - fix formattingDmitry Torokhov2012-08-221-10/+18
| * | Input: uinput - specify exact bit sizes on userspace APIsDmitry Torokhov2012-08-221-5/+6
| * | Input: uinput - mark failed submission requests as freeDmitry Torokhov2012-08-221-38/+40
| * | Input: uinput - fix race that can block nonblocking readDmitry Torokhov2012-08-221-30/+44
| * | Input: uinput - return -EINVAL when read buffer size is too smallDavid Herrmann2012-08-221-0/+3
| * | Input: uinput - take event lock when fetching events from bufferDmitry Torokhov2012-08-221-3/+24
| * | Input: get rid of MATCH_BIT() macroDmitry Torokhov2012-08-221-17/+26
| * | Input: rotary-encoder - add DT bindingsDaniel Mack2012-08-221-16/+80
| * | Input: rotary-encoder - constify platform data pointersDmitry Torokhov2012-08-221-6/+6
| * | Input: rotary-encoder - use gpio_request_one()Daniel Mack2012-08-221-25/+8
| * | Input: rotary-encoder - defer calls gpio_to_irq()Daniel Mack2012-08-221-2/+3
| * | Input: gpio_keys_polled - convert to dtAlexandre Pereira da Silva2012-08-221-5/+127
| * | Input: gpio-keys-polled - constify pointers to platform dataDmitry Torokhov2012-08-221-7/+7
| * | Input: random formatting fixesBaodong Chen2012-08-226-17/+18
| * | Input: twl4030-pwrbutton - report a wakeup_event on button pressNeilBrown2012-08-221-0/+1
| * | Input: gpio_keys - report a wakeup_event for a button pressNeilBrown2012-08-221-0/+8
| * | Input: gpio_keys - clean up device tree parserAlexandre Pereira da Silva2012-08-221-81/+80
* | | Input: wacom - mark Intuos5 pad as in-prox when touching buttonsJason Gerecke2012-09-281-1/+1
* | | Input: synaptics - adjust threshold for treating position values as negativeSeth Forshee2012-09-281-8/+23
* | | Input: edt-ft5x06 - return -EFAULT on copy_to_user() errorAxel Lin2012-09-201-3/+6
* | | Input: sentelic - filter out erratic movement when lifting fingerTai-hwa Liang2012-09-191-0/+11
* | | Input: ambakmi - [un]prepare clocks when enabling amd disablingPawel Moll2012-09-191-3/+3
* | | Input: i8042 - disable mux on Toshiba C850DAnisse Astier2012-09-191-0/+6
* | | Revert "input: ab8500-ponkey: Create AB8500 domain IRQ mapping"Dmitry Torokhov2012-09-191-2/+2
* | | Merge tag 'v3.6-rc5' into for-linusDmitry Torokhov2012-09-1910-15/+200
|\ \ \
| * \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-09-094-2/+23
| |\ \ \ | | |_|/ | |/| |
| * | | Input: eeti_ts: pass gpio value instead of IRQArnd Bergmann2012-08-091-8/+13
| * | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-08-011-1/+1
| |\ \ \
| | * | | input/serio/hp_sdc.c: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o2012-07-191-1/+1
| * | | | Merge tag 'mfd-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-07-304-2/+181
| |\ \ \ \
| | * | | | input: Add onkey support for 88PM80X PMICQiao Zhou2012-07-253-0/+179
| | * | | | input: ab8500-ponkey: Create AB8500 domain IRQ mappingLee Jones2012-07-161-2/+2
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-07-306-3/+955
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-07-281-0/+1
| |\ \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | *---. \ \ \ \ \ Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linusRussell King2012-07-281-0/+1
| | |\ \ \ \ \ \ \ \ | | | | |_|_|/ / / / | | | |/| | | / / / | | | | | |_|/ / / | | | | |/| | | |
| | | | | * | | | ARM: sa11x0/pxa: convert OS timer registers to IOMEMRussell King2012-07-091-0/+1
| | | | |/ / / /
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-07-2625-436/+1655
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-07-242-2/+2
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'master' into for-nextJiri Kosina2012-06-292-5/+6
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | lm8333: Fix check orderingAlan Cox2012-06-271-1/+1