summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' into for-linusDmitry Torokhov2018-10-2214-29/+64
|\
| * Input: synaptics - avoid using uninitialized variable when probingDmitry Torokhov2018-10-191-3/+1
| * Input: xen-kbdfront - mark expected switch fall-throughGustavo A. R. Silva2018-10-161-1/+1
| * Input: atmel_mxt_ts - mark expected switch fall-throughGustavo A. R. Silva2018-10-151-1/+1
| * Input: cyapa - mark expected switch fall-throughsGustavo A. R. Silva2018-10-151-2/+2
| * Input: wm97xx-ts - fix exit pathRandy Dunlap2018-10-151-1/+2
| * Input: of_touchscreen - add support for touchscreen-min-x|yHans de Goede2018-10-112-10/+32
| * Input: Fix DIR-685 touchkeys MAINTAINERS entryLinus Walleij2018-10-101-1/+1
| * Input: elants_i2c - use DMA safe i2c when possibleStephen Boyd2018-10-101-3/+4
| * Input: silead - try firmware reload after unsuccessful resumeJulian Sax2018-10-051-0/+13
| * Input: st1232 - set INPUT_PROP_DIRECT propertyMartin Kepplinger2018-10-051-0/+1
| * Input: xilinx_ps2 - convert to using %pOFn instead of device_node.nameRob Herring2018-10-011-1/+1
| * Input: atmel_mxt_ts - fix multiple <linux/property.h> includesGeorge G. Davis2018-09-281-1/+0
| * Input: sun4i-lradc - convert to using %pOFn instead of device_node.nameRob Herring2018-09-281-3/+3
| * Input: pwm-vibrator - correct pwms in DT binding exampleBrian Masney2018-09-281-2/+2
* | Input: elan_i2c - add ACPI ID for Lenovo IdeaPad 330-15IGMMikhail Nikiforov2018-10-151-0/+1
* | Input: uinput - add a schedule point in uinput_inject_events()Dmitry Torokhov2018-10-051-0/+1
* | Input: evdev - add a schedule point in evdev_write()Dmitry Torokhov2018-10-051-0/+1
* | Input: mousedev - add a schedule point in mousedev_write()Eric Dumazet2018-10-041-0/+1
* | Input: i8042 - enable keyboard wakeups by default when s2idle is usedDaniel Drake2018-10-013-9/+28
* | Input: xpad - add support for Xbox1 PDP Camo series gamepadRamses Ramírez2018-10-011-0/+3
* | Input: uinput - allow for max == min during input_absinfo validationPeter Hutterer2018-09-181-1/+1
* | Input: elantech - enable middle button of touchpad on ThinkPad P72Aaron Ma2018-09-181-0/+2
* | Input: atakbd - fix Atari CapsLock behaviourMichael Schmitz2018-09-181-8/+2
* | Input: atakbd - fix Atari keymapAndreas Schwab2018-09-181-38/+26
* | Input: egalax_ts - add system wakeup supportAnson Huang2018-09-181-0/+6
* | Input: gpio-keys - fix a documentation index issueSong Qiang2018-09-181-1/+1
* | Merge branch 'next' into for-linusDmitry Torokhov2018-08-16488-2894/+6367
|\|
| * Input: do not use WARN() in input_alloc_absinfo()Dmitry Torokhov2018-08-081-4/+12
| * Input: mark expected switch fall-throughsGustavo A. R. Silva2018-08-088-2/+14
| * Input: raydium_i2c_ts - use true and false for boolean valuesGustavo A. R. Silva2018-08-081-2/+2
| * Input: evdev - switch to bitmap APIAndy Shevchenko2018-08-011-9/+7
| * Input: gpio-keys - switch to bitmap_zalloc()Andy Shevchenko2018-08-011-4/+4
| * Merge branch 'ib/4.17-bitmap' into nextDmitry Torokhov2018-08-0112-304/+316
| |\
| | * bitmap: Add bitmap_alloc(), bitmap_zalloc() and bitmap_free()Andy Shevchenko2018-08-012-0/+28
| | * md: Avoid namespace collision with bitmap APIAndy Shevchenko2018-08-019-294/+278
| | * dm: Avoid namespace collision with bitmap APIAndy Shevchenko2018-08-011-10/+10
| * | Input: pm8941-pwrkey - add resin entryVinod Koul2018-07-302-0/+9
| * | Input: pm8941-pwrkey - abstract register offsets and event codeVinod Koul2018-07-302-13/+58
| * | Input: iforce - reorganize joystick configuration listsTim Schumacher2018-07-271-14/+5
| * | Input: atmel_mxt_ts - move completion to after config crc is updatedNick Dyer2018-07-271-2/+2
| * | Input: atmel_mxt_ts - don't report zero pressure from T9Nick Dyer2018-07-271-0/+4
| * | Input: atmel_mxt_ts - zero terminate config firmware fileNick Dyer2018-07-271-10/+24
| * | Input: atmel_mxt_ts - refactor config update code to add context structNick Dyer2018-07-271-52/+56
| * | Input: atmel_mxt_ts - config CRC may start at T71Nick Dyer2018-07-271-12/+22
| * | Input: atmel_mxt_ts - remove unnecessary debug on ENOMEMNick Dyer2018-07-271-6/+2
| * | Input: atmel_mxt_ts - remove duplicate setup of ABS_MT_PRESSURENick Dyer2018-07-271-6/+0
| * | Input: atmel_mxt_ts - use BIT() macro everywhereNick Dyer2018-07-271-18/+18
| * | Input: atmel_mxt_ts - only use first T9 instanceNick Dyer2018-07-271-3/+4
| * | Input: aiptek - replace GFP_ATOMIC with GFP_KERNEL in aiptek_probe()Jia-Ju Bai2018-07-271-1/+1