summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-012-3/+3
|\
| * kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-282-3/+3
* | Merge tag 'tty-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-06-261-3/+2
|\ \
| * \ Merge 4.1-rc7 into tty-nextGreg Kroah-Hartman2015-06-086-10/+77
| |\ \
| * | | tty: remove buf parameter from tty_name()Rasmus Villemoes2015-05-061-3/+2
* | | | Merge tag 'media/v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2015-06-252-4/+45
|\ \ \ \
| * | | | [media] return BUF_STATE_ERROR if streaming stopped during acquisitionFlorian Echtler2015-05-301-0/+5
| * | | | [media] add extra debug output, remove noisy warningFlorian Echtler2015-05-301-1/+8
| * | | | [media] add frame size/frame rate query functionsFlorian Echtler2015-05-301-0/+30
| * | | | [media] reduce poll interval to allow full 60 FPS framerateFlorian Echtler2015-05-301-1/+1
| * | | | [media] Input: TOUCHSCREEN_SUR40 should depend on HAS_DMAGeert Uytterhoeven2015-05-011-2/+1
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-06-2444-277/+1127
|\ \ \ \
| * \ \ \ Merge branch 'next' into for-linusDmitry Torokhov2015-06-2243-276/+1126
| |\ \ \ \
| | * | | | Input: improve usage of gpiod APIUwe Kleine-König2015-06-163-21/+6
| | * | | | Input: export LEDs as class devices in sysfsSamuel Thibault2015-06-113-0/+226
| | * | | | Input: cyttsp4 - use swap() in cyttsp4_get_touch()Fabian Frederick2015-06-111-4/+1
| | * | | | Input: goodix - do not explicitly set evbits in input deviceDmitry Torokhov2015-06-111-4/+0
| | * | | | Input: goodix - export id and version read from deviceIrina Tirdea2015-06-091-12/+21
| | * | | | Input: goodix - fix variable length array warningIrina Tirdea2015-06-091-1/+1
| | * | | | Input: goodix - fix alignment issuesIrina Tirdea2015-06-091-8/+8
| | * | | | Input: add OnKey driver for DA9063 MFD partSteve Twiss2015-06-093-0/+237
| | * | | | Input: elan_i2c - add product IDs FW namesCharlie Mooney2015-06-082-7/+18
| | * | | | Input: elan_i2c - add support for multi IC type and iap formatDuson Lin2015-06-084-11/+49
| | * | | | Input: focaltech - report finger width to userspaceDmitry Tunin2015-06-021-0/+13
| | * | | | Input: synaptics_i2c - use proper boolean valuesShailendra Verma2015-05-261-3/+3
| | * | | | Input: psmouse - use true instead of 1 for boolean valuesShailendra Verma2015-05-261-1/+1
| | * | | | Input: cyapa - fix a few typos in commentsShailendra Verma2015-05-261-14/+9
| | * | | | Input: stmpe-ts - enforce device tree only modeDmitry Torokhov2015-05-262-24/+6
| | * | | | Input: stmpe-ts - fix automatic module loadingDmitry Torokhov2015-05-221-2/+10
| | * | | | Input: update email-id of Rajeev KumarRajeev Kumar2015-05-221-1/+1
| | * | | | Input: sentelic - use "static inline" instead of "inline"Khem Raj2015-05-221-2/+2
| | * | | | Input: adxl34x - add OF match supportLaurent Pinchart2015-05-211-0/+21
| | * | | | Input: cyapa - do not set otherwise unused variableDmitry Torokhov2015-05-211-2/+1
| | * | | | Input: atmel_mxt_ts - use BIT() macro when reporting button stateDmitry Torokhov2015-05-201-4/+4
| | * | | | Input: alps - use the generic process_bitmap function for v5 touchpadsHans de Goede2015-05-201-62/+12
| | * | | | Input: alps - rename alps_set_abs_params_mt to alps_set_abs_params_semi_mtHans de Goede2015-05-201-8/+8
| | * | | | Input: alps - do not use input-mt finger tracking for semi-mt devicesHans de Goede2015-05-201-2/+6
| | * | | | Input: alps - use more accurate coordinates for first touch in semi-mt modeHans de Goede2015-05-202-7/+53
| | * | | | Input: alps - decode the position packet firstHans de Goede2015-05-201-21/+14
| | * | | | Input: alps - only set fields that are actually presentHans de Goede2015-05-201-29/+33
| | * | | | Input: alps - change alps_decode_rushmore to do all decoding itselfHans de Goede2015-05-201-5/+17
| | * | | | Input: ff-core - fix typo in comment to input_ff_erase()Shailendra Verma2015-05-201-1/+1
| | * | | | Input: fix typo in comment to input_handler_for_each_handle()Shailendra Verma2015-05-201-1/+1
| | * | | | Input: wm831x-on - pass the IRQF_ONESHOT flagFabio Estevam2015-05-151-1/+2
| | * | | | Input: twl6040-vibra - pass the IRQF_ONESHOT flagFabio Estevam2015-05-151-1/+2
| | * | | | Input: retu-pwrbutton - pass the IRQF_ONESHOT flagFabio Estevam2015-05-151-1/+2
| | * | | | Input: twl4030-pwrbutton - pass the IRQF_ONESHOT flagFabio Estevam2015-05-151-1/+2
| | * | | | Input: max7359_keypad - switch to using matrix_keypad_build_keymap()Evgeniy Dushistov2015-05-152-21/+10
| | * | | | Input: max7359_keypad - do not set MAX7359_CFG_INTERRUPT flagEvgeniy Dushistov2015-05-151-1/+0
| | * | | | Input: evdev - use kvfree() in evdev_release()Pekka Enberg2015-05-151-4/+1
OpenPOWER on IntegriCloud