summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* remove abs64()Andrew Morton2015-11-101-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-11-0640-926/+3211
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2015-11-0353-1337/+3554
| |\
| | * Input: evdev - fix bug in checking duplicate clock change requestAniroop Mathur2015-10-311-17/+19
| | * Input: add userio moduleStephen Chandler Paul2015-10-283-0/+300
| | * Input: evdev - add event-mask APIDavid Herrmann2015-10-271-2/+232
| | * Input: snvs_pwrkey - remove duplicated semicolonJavier Martinez Canillas2015-10-271-2/+1Star
| | * Input: e3x0-button - update Kconfig descriptionMoritz Fischer2015-10-261-2/+2
| | * Input: tegra-kbc - drop use of IRQF_NO_SUSPEND flagSudeep Holla2015-10-261-1/+1
| | * Input: tegra-kbc - enable support for the standard "wakeup-source" propertySudeep Holla2015-10-261-1/+2
| | * Input: xen - check return value of xenbus_printfInsu Yun2015-10-231-2/+8
| | * Input: hp_sdc_rtc - fix y2038 problem in proc_showWEN Pingbo2015-10-231-26/+26
| | * Input: nomadik-ske-keypad - fix a trivial typoGeliang Tang2015-10-231-1/+1
| | * Input: xpad - fix clash of presence handling with LED settingPavel Rojtberg2015-10-191-2/+9
| | * Input: edt-ft5x06 - work around FT5506 firmware bugFranklin S Cooper Jr2015-10-171-3/+3
| | * Input: edt-ft5x06 - add support for FT5506Franklin S Cooper Jr2015-10-171-1/+7
| | * Input: edt-ft5x06 - add support for different max support pointsFranklin S Cooper Jr2015-10-171-9/+29
| | * Input: edt-ft5x06 - use max support points to determine how much to readFranklin S Cooper Jr2015-10-171-4/+5
| | * Input: rotary-encoder - add support for quarter-period modeEzequiel Garcia2015-10-171-5/+81
| | * Input: rotary-encoder - use of_property_read_boolBen Gamari2015-10-171-8/+6Star
| | * Input: document and check on implicitly defined FF_MAX_EFFECTSElias Vanderstuyft2015-10-171-0/+5
| | * Input: gpio_keys_polled - add support for abs/rel axisHans de Goede2015-10-151-9/+79
| | * Input: pixcir_i2c_ts - remove wakeirq related code from pixcir driverVignesh R2015-10-141-12/+0Star
| | * Input: rotary_encoder - add wake up supportSylvain Rochet2015-10-141-0/+37
| | * Input: improve autorepeat initializationPetri Gynther2015-10-141-6/+19
| | * Input: xpad - query wireless controller state at initPavel Rojtberg2015-10-101-0/+40
| | * Input: xpad - move the input device creation to a new functionPierre-Loup A. Griffais2015-10-101-92/+119
| | * Input: xpad - x360w: report dpad as buttons and axesPavel Rojtberg2015-10-101-2/+20
| | * Input: xpad - factor out URB submission in xpad_play_effectPavel Rojtberg2015-10-101-71/+69Star
| | * Input: xpad - remove needless bulk out URB used for LED setupPavel Rojtberg2015-10-101-78/+1Star
| | * Input: xpad - use ida() for finding the pad_nrPavel Rojtberg2015-10-101-12/+20
| | * Input: xpad - clarify LED enumerationPavel Rojtberg2015-10-101-7/+9
| | * Input: xpad - fix Razer Atrox Arcade Stick button mappingDario Scarpa2015-10-101-1/+1
| | * Input: xpad - add Covert Forces edition of the Xbox One controllerErik Lundgren2015-10-101-0/+1
| | * Input: ft6236 - change module license string to match copyright noticeDmitry Torokhov2015-10-101-1/+1
| | * Input: ft6236 - do not explicitly set driver's ownerFengguang Wu2015-10-071-1/+0Star
| | * Input: edt-ft5x06 - do not call desc_to_gpio for invalid gpiosFranklin S Cooper Jr2015-10-071-2/+3
| | * Input: joydev - fix possible ERR_PTR() dereferencingJavier Martinez Canillas2015-10-071-8/+4Star
| | * Input: add support for ROHM BU21023/24 touchscreenYoichi Yuasa2015-10-063-0/+1230
| | * Input: parkbd - use parallel port device modelSudip Mukherjee2015-10-061-18/+37
| | * Merge tag 'v4.3-rc4' into nextDmitry Torokhov2015-10-0613-46/+72
| | |\
| | * | Input: turbografx - store object in correct indexSudip Mukherjee2015-10-061-9/+11
| | * | Input: gamecon - store object at correct indexSudip Mukherjee2015-10-061-9/+10
| | * | Input: db9 - store object at correct indexSudip Mukherjee2015-10-061-9/+10
| | * | Input: add support for FocalTech FT6236 touchscreen controllerNoralf Trønnes2015-10-023-0/+341
| | * | Input: cyttsp - use PTR_ERR_OR_ZERO()Javier Martinez Canillas2015-10-021-4/+1Star
| | * | Input: ads7846 - use PTR_ERR_OR_ZERO()Javier Martinez Canillas2015-10-021-3/+1Star
| | * | Input: tps6507x-ts - simplify function return logicJavier Martinez Canillas2015-10-021-8/+1Star
| | * | Input: auo-pixcir-ts - simplify function return logicJavier Martinez Canillas2015-10-021-6/+1Star
| | * | Input: zforce - simplify function return logicJavier Martinez Canillas2015-10-021-6/+1Star