summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-05-081-1/+3
|\
| * Input: bma150 - extend chip detection for bma180Dr. H. Nikolaus Schaller2014-04-241-1/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-04-232-1/+1
|\ \ | |/
| * Input: soc_button_array - fix a crash during rmmodLejun Zhu2014-04-221-0/+1
| * Input: da9055_onkey - remove use of regmap_irq_get_virq()Adam Thomson2014-04-191-1/+0
* | Merge tag 'pwm/for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-051-2/+2
|\ \
| * | pwm: Remove obsolete HAVE_PWM Kconfig symbolSascha Hauer2014-02-101-2/+2
* | | Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-04-051-1/+1
|\ \ \
| * \ \ Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linux into ...Olof Johansson2014-02-181-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | input: ixp4xx-beeper: don't use symbols from <mach/timex.h>Uwe Kleine-König2013-12-201-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-04-039-79/+679
|\ \ \ \ | | |_|/ | |/| |
| * | | Input: add driver for SOC button arrayLejun Zhu2014-03-303-0/+229
| * | | Input: pm8xxx-vibrator - add DT match tableStephen Boyd2014-03-301-1/+8
| * | | Input: pmic8xxx-pwrkey - migrate to DTStephen Boyd2014-03-301-13/+20
| * | | Input: sirfsoc-onkey - set the capability of reporting KEY_POWERXianglong Du2014-03-281-0/+1
| * | | Input: da9052_onkey - use correct register bit for key statusAnthony Olech2014-03-261-13/+16
| * | | Input: wistron_btns - simplify dependenciesJean Delvare2014-03-231-1/+1
| * | | Merge tag 'v3.14-rc4' into nextDmitry Torokhov2014-03-013-2/+6
| |\ \ \ | | |/ /
| * | | Input: sirfsoc-onkey - update copyright years to 2014Barry Song2014-02-151-1/+2
| * | | Input: sirfsoc-onkey - report release event by detecting pin statusXianglong Du2014-02-151-11/+32
| * | | Input: sirfsoc-onkey - use dev_get_drvdata instead of platform_get_drvdataXianglong Du2014-02-151-3/+2
| * | | Input: sirfsoc-onkey - fix namespace pwrc_resume functionXianglong Du2014-02-151-2/+2
| * | | Input: sirfsoc-onkey - drop the IRQF_SHARED flagBarry Song2014-02-151-1/+1
| * | | Input: sirfsoc-onkey - implement open and close methodsDmitry Torokhov2014-02-151-10/+43
| * | | Input: ims-pcu - add commands supported by the new version of the FWAndrey Smirnov2014-02-121-6/+248
| * | | Input: ims-pcu - fix error unwinding path in application modeDmitry Torokhov2014-02-121-2/+2
| * | | Input: uinput - add UI_GET_SYSNAME ioctl to retrieve the sysfs pathBenjamin Tissoires2014-02-121-0/+43
| * | | Input: uinput - breaks by goto out in uinput_ioctl_handlerBenjamin Tisssoires2014-01-301-29/+27
| * | | Input: wistron_btns - add FS AMILO Pro 8210 supportJakub Bogusz2014-01-271-0/+19
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-03-281-13/+16
|\ \ \ \
| * | | | Input: da9052_onkey - use correct register bit for key statusAnthony Olech2014-02-171-13/+16
| |/ / /
* | | | ASoC: dapm: Add locking to snd_soc_dapm_xxxx_pin functionsCharles Keepax2014-02-201-16/+0
* | | | Input - arizona-haptics: Fix double lock of dapm_mutexCharles Keepax2014-02-201-7/+4
| |/ / |/| |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-01-2437-210/+247
|\ \ \ | |/ /
| * | Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-0626-26/+0
| * | Input: twl6040-vibra - remove unneeded check for CONFIG_OFDmitry Torokhov2014-01-061-4/+1
| * | Input: twl6040-vibra - add missing of_node_putLibo Chen2014-01-041-0/+3
| * | Input: twl4030-vibra - add missing of_node_putLibo Chen2014-01-041-1/+3
| * | Input: pmic8xxx-pwrkey - switch to using managed resourcesDmitry Torokhov2013-12-271-49/+25
| * | Input: pmic8xxx-pwrkey - pass correct device identity to free_irq()Wei Yongjun2013-12-271-1/+1
| * | Merge tag 'v3.13-rc4' into nextDmitry Torokhov2013-12-164-16/+32
| |\ \
| * | | Input: pmic8xxx-pwrkey - migrate to regmap APIsStephen Boyd2013-12-151-4/+11
| * | | Input: pmic8xxx-pwrkey - pass input device directly to interruptStephen Boyd2013-12-151-12/+12
| * | | Input: pm8xxx-vibrator - migrate to regmap APIsStephen Boyd2013-12-151-47/+14
| * | | Input: pm8xxx-vibrator - switch to using managed resourcesStephen Boyd2013-12-151-31/+12
| * | | Input: use dev_get_platdata()Jingoo Han2013-12-0610-11/+14
| * | | Input: add a new driver for GPIO beeperAlexander Shiyan2013-11-263-0/+137
| * | | Input: twl4030-pwrbutton - simplify driver using devm_*Sebastian Reichel2013-11-251-22/+4
| * | | Input: twl4030-pwrbutton - use dev_err for errorsSebastian Reichel2013-11-251-3/+3
| * | | Input: twl4030-pwrbutton - add device tree supportSebastian Reichel2013-11-251-4/+12
OpenPOWER on IntegriCloud