summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Input: hgpk - use %*ph to dump small bufferAndy Shevchenko2012-09-121-6/+3
* Input: gpio_keys_polled - fix dt pdata->nbuttonsAlexandre Pereira da Silva2012-09-121-0/+1
* Input: omap-keypad - fixed formattingJosh2012-09-041-4/+4
* Merge tag 'v3.6-rc4' into nextDmitry Torokhov2012-09-0412-16/+225
|\
| * 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-07-311-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 'next' into for-linusDmitry Torokhov2012-07-296-3/+955
| | |\ \ \
| * | \ \ \ Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-07-271-0/+1
| |\ \ \ \ \
| | | \ \ \ \
| | | \ \ \ \
| | | \ \ \ \
| | | \ \ \ \
| | *---. \ \ \ \ Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linusRussell King2012-07-271-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 'next' into for-linusDmitry Torokhov2012-07-2446-745/+2016
| | |\ \ \ \ \
| * | \ \ \ \ \ 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
| | * | | | | | | | Fix comment typo multipy -> multiplyRalf Baechle2012-06-031-1/+1
| * | | | | | | | | Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-07-231-2/+2
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
| | * | | | | | | | Merge tag 'imx-clk' of git://git.pengutronix.de/git/imx/linux-2.6 into next/clkArnd Bergmann2012-07-1718-25/+38
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / | | | |/| | | | | |
| | * | | | | | | | Input: tegra-kbc - add clk_prepare/clk_unpreparePrashant Gaikwad2012-06-121-2/+2
| | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-07-132-1/+25
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | / / / | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | Input: xpad - add Andamiro Pump It Up padYuri Khan2012-07-121-0/+1
| | * | | | | | Input: xpad - add signature for Razer Onza Tournament EditionIlia Katsnelson2012-07-111-1/+3
| | * | | | | | Input: xpad - handle all variations of Mad Catz Beat PadYuri Khan2012-07-111-0/+1
| | * | | | | | Input: bcm5974 - Add support for 2012 MacBook Pro RetinaHenrik Rydberg2012-07-101-0/+20
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-07-0618-25/+38
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | / / / / / | | |/ / / / / | |/| | | | |
* | | | | | | Input: tegra - move platform data headerStephen Warren2012-09-041-1/+1
* | | | | | | Input: wacom - add support for EMR on Cintiq 24HD touchJason Gerecke2012-09-041-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-211-4/+2
* | | | | | | Input: samsung-keypad - use of_match_ptr()Tobias Klauser2012-08-211-3/+1
* | | | | | | Input: uinput - fix formattingDmitry Torokhov2012-08-211-10/+18
* | | | | | | Input: uinput - specify exact bit sizes on userspace APIsDmitry Torokhov2012-08-211-5/+6
* | | | | | | Input: uinput - mark failed submission requests as freeDmitry Torokhov2012-08-211-38/+40
* | | | | | | Input: uinput - fix race that can block nonblocking readDmitry Torokhov2012-08-211-30/+44
* | | | | | | Input: uinput - return -EINVAL when read buffer size is too smallDavid Herrmann2012-08-211-0/+3
* | | | | | | Input: uinput - take event lock when fetching events from bufferDmitry Torokhov2012-08-211-3/+24
* | | | | | | Input: get rid of MATCH_BIT() macroDmitry Torokhov2012-08-211-17/+26
* | | | | | | Input: rotary-encoder - add DT bindingsDaniel Mack2012-08-211-16/+80
* | | | | | | Input: rotary-encoder - constify platform data pointersDmitry Torokhov2012-08-211-6/+6
* | | | | | | Input: rotary-encoder - use gpio_request_one()Daniel Mack2012-08-211-25/+8
* | | | | | | Input: rotary-encoder - defer calls gpio_to_irq()Daniel Mack2012-08-211-2/+3
* | | | | | | Input: gpio_keys_polled - convert to dtAlexandre Pereira da Silva2012-08-211-5/+127
* | | | | | | Input: gpio-keys-polled - constify pointers to platform dataDmitry Torokhov2012-08-211-7/+7
* | | | | | | Input: random formatting fixesBaodong Chen2012-08-216-17/+18
* | | | | | | Input: twl4030-pwrbutton - report a wakeup_event on button pressNeilBrown2012-08-211-0/+1
OpenPOWER on IntegriCloud