summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rotary-encoder' into nextDmitry Torokhov2016-03-042-252/+154
|\
| * Input: rotary-encoder - support more than 2 gpios as inputUwe Kleine-König2016-03-021-92/+64
| * Input: rotary_encoder - move away from platform data structureDmitry Torokhov2016-03-021-91/+55
| * Input: rotary_encoder - use input_set_capability()Dmitry Torokhov2016-03-021-8/+4
| * Input: rotary_encoder - convert to use gpiod APIDmitry Torokhov2016-03-021-41/+33
| * Input: rotary_encoder - mark PM methods as __maybe_unusedDmitry Torokhov2016-03-021-5/+3
| * Input: rotary_encoder - use threaded irqsTimo Teräs2016-03-021-8/+25
| * Input: rotary_encoder - convert to devm-* apiTimo Teräs2016-01-181-61/+25
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-12-191-2/+1
| |\
| | * Input: arizona-haptic - fix disabling of haptics deviceCharles Keepax2015-12-021-2/+1
* | | Input: bma150 - constify bma150_cfg structureJulia Lawall2016-01-021-1/+1
* | | Input: uinput - sanity check on ff_effects_max and EV_FFElias Vanderstuyft2015-12-181-0/+7
* | | Input: uinput - rework ABS validationDavid Herrmann2015-12-181-44/+45
* | | Input: uinput - add new UINPUT_DEV_SETUP and UI_ABS_SETUP ioctlBenjamin Tissoires2015-12-181-3/+83
* | | Input: da9063 - report KEY_POWER instead of KEY_SLEEP during power key-pressSteve Twiss2015-12-121-4/+4
* | | Input: sparcspkr - use platform_register/unregister_drivers()Thierry Reding2015-12-021-11/+7
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-11-0610-223/+347
|\ \ | |/
| * Input: e3x0-button - update Kconfig descriptionMoritz Fischer2015-10-261-2/+2
| * Input: xen - check return value of xenbus_printfInsu Yun2015-10-221-2/+8
| * Input: hp_sdc_rtc - fix y2038 problem in proc_showWEN Pingbo2015-10-221-26/+26
| * Input: rotary-encoder - add support for quarter-period modeEzequiel Garcia2015-10-161-5/+81
| * Input: rotary-encoder - use of_property_read_boolBen Gamari2015-10-161-8/+6
| * Input: rotary_encoder - add wake up supportSylvain Rochet2015-10-131-0/+37
| * Merge tag 'v4.3-rc4' into nextDmitry Torokhov2015-10-052-2/+2
| |\
| * | Input: kxtj9 - remove unneeded retval variableJavier Martinez Canillas2015-10-021-2/+1
| * | Input: add DA9062 OnKey capability to DA9063 OnKey driverS Twiss2015-09-292-29/+108
| * | Merge tag 'v4.3-rc3' into nextDmitry Torokhov2015-09-2911-395/+95
| |\ \
| * | | Input: ad714x - convert to using managed resourcesVaishali Thakkar2015-09-194-153/+82
| | | |
| \ \ \
*-. \ \ \ Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Mark Brown2015-11-042-2/+0
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| | * | spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-282-2/+0
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-10-022-2/+2
|\ \ \ | |/ / |/| |
| * | Input: uinput - fix crash when using ABS eventsDmitry Torokhov2015-09-211-1/+1
| * | Input: pm8941-pwrkey - remove unneded semicolonJavier Martinez Canillas2015-09-191-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-09-114-0/+5
|\ \ \ | |/ /
| * | Merge branch 'next' into for-linusDmitry Torokhov2015-09-114-0/+5
| |\ \ | | |/
| | * Input: sparcspkr - fix module autoload for OF platform driversLuis de Bethencourt2015-09-031-0/+2
| | * Input: regulator-haptic - fix module autoload for OF platform driverLuis de Bethencourt2015-09-031-0/+1
| | * Input: pwm-beeper - fix module autoload for OF platform driverLuis de Bethencourt2015-09-031-0/+1
| | * Input: ab8500-ponkey - Fix module autoload for OF platform driverLuis de Bethencourt2015-09-031-0/+1
* | | Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-09-101-2/+2
|\ \ \
| * | | xen: Use correctly the Xen memory terminologiesJulien Grall2015-09-081-2/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-09-0415-52/+286
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'next' into for-linusDmitry Torokhov2015-09-0316-54/+288
| |\ \ \ | | | |/ | | |/|
| | * | Input: max8997_haptic - fix module aliasJavier Martinez Canillas2015-08-281-2/+1
| | * | Input: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven2015-08-041-5/+6
| | * | Input: export I2C module alias information in missing driversJavier Martinez Canillas2015-07-301-0/+1
| | * | Input: arizona-haptic - convert to use managed input devicesDmitry Torokhov2015-07-231-22/+4
| | * | Input: pmic8xxx-pwrkey - support shutdownStephen Boyd2015-07-231-2/+266
| | * | Merge tag 'v4.2-rc3' into nextDmitry Torokhov2015-07-201-2/+2
| | |\ \
| | * | | Input: drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-1710-10/+0
OpenPOWER on IntegriCloud