summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2015-07-17regmap: Use reg_sequence for multi_reg_write / register_patchNariman Poushin3-6/+6
2015-07-16drivers: max77843: Switch to common max77693 state containerKrzysztof Kozlowski1-1/+2
2015-07-16drivers: max77693: Move state container to common headerKrzysztof Kozlowski1-0/+1
2015-07-16Input: elantech - force resolution of 31 u/mmPeter Hutterer1-5/+8
2015-07-16Input: zforce - don't overwrite the stackOleksij Rempel1-1/+1
2015-07-16Input: ambakmi - fix system PM by converting to modern callbacksUlf Hansson1-3/+5
2015-07-16Input: i8042 - add unmask_kbd_data optionStephen Chandler Paul3-7/+54
2015-07-15input: keyboard: imx: add snvs power key driverRobin Gong3-0/+239
2015-07-12Input: wdt87xx_i2c - change the sleep time to 2500ms after the sw resetHungNien Chen1-1/+2
2015-07-12Input: wdt87xx_i2c - populate vendor and product in input deviceHungNien Chen1-1/+45
2015-07-12Input: pixcir_i2c_ts - use standard OF touchscreen parsing codeDmitry Torokhov1-51/+44
2015-07-12Input: pixcir_i2c_ts - simplify input device initializationDmitry Torokhov1-5/+0
2015-07-12Input: pixcir_i2c_ts - add RESET gpioRoger Quadros1-0/+22
2015-07-12Input: pixcir_i2c_ts - allow using with GPIO expandersDmitry Torokhov1-1/+1
2015-07-12Input: pixcir_i2c_ts - switch the device over to gpiodDmitry Torokhov1-17/+9
2015-07-12Input: pixcir_i2c_ts - move platform dataDmitry Torokhov1-1/+1
2015-07-12Input: of_touchscreen - switch to using device propertiesDmitry Torokhov5-31/+35
2015-07-12Input: of_touchscreen - fix setting max values on X/Y axisDmitry Torokhov1-4/+6
2015-07-12Input: of_touchscreen - always issue warning if axis is not set upDmitry Torokhov1-7/+3
2015-07-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-8/+6
2015-07-10Revert "Input: synaptics - allocate 3 slots to keep stability in image sensors"Dmitry Torokhov1-1/+1
2015-07-09Input: uinput - switch to using for_each_set_bit()Anshul Garg1-4/+2
2015-07-09Input: ff-core - use for_each_set_bit where appropriateAnshul Garg1-3/+2
2015-07-09Input: joydev - use for_each_set_bit where appropriateAnshul Garg1-6/+5
2015-07-09Input: drv260x/drv2665/drv2667 - constify reg_default tablesAxel Lin3-3/+3
2015-07-09Input: zforce_ts - convert to use the gpiod interfaceDirk Behme1-28/+30
2015-07-07Input: bma150 - use sign_extend32() for sign extendingMartin Kepplinger1-4/+3
2015-07-07Input: elan_i2c - change the hover event from MT to STduson1-7/+5
2015-07-06x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski2-4/+4
2015-07-06x86/asm/tsc, drivers/input/gameport: Replace rdtscl() with native_read_tsc()Andy Lutomirski1-2/+2
2015-07-06x86/asm/tsc, input/joystick/analog: Switch from rdtscl() to native_read_tsc()Andy Lutomirski1-2/+2
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds11-74/+1293
2015-07-04Merge branch 'next' into for-linusDmitry Torokhov11-74/+1293
2015-07-01Input: wdt87xx_i2c - add a scaling factor for TOUCH_MAJOR eventHungNien Chen1-5/+14
2015-07-01Input: wdt87xx_i2c - remove stray newline in diagnostic messageDmitry Torokhov1-1/+1
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-3/+3
2015-06-29Input: arc_ps2 - add HAS_IOMEM dependencySebastian Ott1-0/+1
2015-06-29Input: wdt87xx_i2c - fix format warningDmitry Torokhov1-1/+1
2015-06-27Merge tag 'tty-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-3/+2
2015-06-26Merge tag 'media/v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2-4/+45
2015-06-26Input: improve parsing OF parameters for touchscreensDmitry Torokhov3-27/+46
2015-06-26Input: edt-ft5x06 - mark as direct input deviceDmitry Torokhov1-6/+1
2015-06-26Input: use for_each_set_bit() where appropriateAnshul Garg1-25/+9
2015-06-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds44-277/+1127
2015-06-25Input: add a driver for wdt87xx touchscreen controllerHungNien Chen3-0/+1153
2015-06-25Input: axp20x-pek - fix reporting button state as invertedHans de Goede1-2/+6
2015-06-24Merge tag 'mfd-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-12/+21
2015-06-23Input: xpad - re-send LED command on present eventPavel Rojtberg1-8/+20
2015-06-23Input: xpad - set the LEDs properly on XBox Wireless controllersPierre-Loup A. Griffais1-5/+45
2015-06-22Input: imx_keypad - check for clk_prepare_enable() errorFabio Estevam1-1/+3