summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Input: atmel_mxt_ts - initialise input slots with INPUT_MT_DIRECTNick Dyer2015-08-051-0/+2
* Input: atmel_mxt_ts - disable interrupt for 50ms after resetNick Dyer2015-08-051-1/+8
* Input: atmel_mxt_ts - improve device tree parsingNick Dyer2015-08-051-13/+9
* Input: atmel_mxt_ts - suspend/resume causes panic if input_dev fails to initPan Xinhui2015-08-051-0/+6
* Input: atmel_mxt_ts - remove unused definesNick Dyer2015-08-051-65/+1
* Input: atmel_mxt_ts - use deep sleep mode when stoppedNick Dyer2015-08-053-15/+120
* Input: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven2015-08-044-12/+13
* Input: zforce - make the interrupt GPIO optionalDirk Behme2015-08-032-18/+53
* Input: cyapa - do not try to enable proximity reporting on older devicesDudley Du2015-07-301-4/+7
* Input: cyapa - introduce device tree bindingDudley Du2015-07-303-0/+55
* Input: cyapa - add regulator vcc supportDudley Du2015-07-302-0/+30
* Input: touchscreen - export OF module alias informationJavier Martinez Canillas2015-07-302-0/+2
* Input: export I2C module alias information in missing driversJavier Martinez Canillas2015-07-302-0/+2
* Input: tsc2005 - convert to gpiodSebastian Reichel2015-07-281-29/+18
* Input: tsc2005 - simplify drvdata acquisitionSebastian Reichel2015-07-281-10/+6
* Input: tsc2005 - convert to regmapSebastian Reichel2015-07-282-112/+60
* Input: tsc2005 - fix Kconfig indentationSebastian Reichel2015-07-281-4/+4
* Input: tsc2005 - improve readability of register definesSebastian Reichel2015-07-281-10/+18
* Input: arizona-haptic - convert to use managed input devicesDmitry Torokhov2015-07-241-22/+4
* Input: cyapa - add ACPI HID CYAP0002 for Gen6 devicesDudley Du2015-07-241-0/+1
* Input: cyapa - fully support runtime suspend power managementDudley Du2015-07-245-34/+70
* Input: cyapa - add proximity support for gen5 and gen6 modulesDudley Du2015-07-245-2/+101
* Input: cyapa - add gen6 device module supportDudley Du2015-07-245-4/+834
* Input: cyapa - rename 'gen5' to 'pip' for chared codeDudley Du2015-07-244-604/+673
* Input: tc3589x-keypad - switch to using managed resourcesHimangi Saraogi2015-07-241-38/+20
* Input: tc3589x-keypad - change name of wakeup propertyDmitry Torokhov2015-07-242-3/+6
* Input: samsung-keypad - change name of wakeup propertyDmitry Torokhov2015-07-242-3/+7
* Input: gpio_keys[_polled] - change name of wakeup propertyDmitry Torokhov2015-07-244-4/+9
* Input: pmic8xxx-keypad - change name of wakeup propertyDmitry Torokhov2015-07-242-5/+7
* Input: ads7846 - change name of wakeup property to "wakeup-source"Dmitry Torokhov2015-07-242-2/+3
* Input: matrix_keypad - change name of wakeup property to "wakeup-source"Dmitry Torokhov2015-07-242-3/+5
* Input: pmic8xxx-pwrkey - support shutdownStephen Boyd2015-07-231-2/+266
* Merge tag 'v4.2-rc3' into nextDmitry Torokhov2015-07-2016312-459774/+1449033
|\
| * Linux 4.2-rc3v4.2-rc3Linus Torvalds2015-07-191-1/+1
| * Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2015-07-192-2/+2
| |\
| | * scsi: fix host max depth checking for the 'queue_depth' sysfs interfaceJens Axboe2015-07-161-1/+1
| | * st: null pointer dereference panic caused by use after kref_put by st_openSeymour, Shane M2015-07-161-1/+1
| * | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-07-1910-38/+7
| |\ \
| | * | MIPS: fpu.h: Allow 64-bit FPU on a 64-bit MIPS R6 CPUMarkos Chandras2015-07-191-1/+1
| | * | MIPS: SB1: Remove support for Pass 1 parts.Ralf Baechle2015-07-147-34/+2
| | * | MIPS: Require O32 FP64 support for MIPS64 with O32 compatPaul Burton2015-07-141-0/+1
| | * | MIPS: asm-offset.c: Patch up various comments refering to the old filename.Ralf Baechle2015-07-142-3/+3
| | |/
| * | Merge branch 'parisc-4.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-07-191-1/+2
| |\ \
| | * | parisc: mm: Fix a memory leak related to pmd not attached to the pgdChristophe Jaillet2015-07-191-1/+2
| * | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2015-07-1935-57/+179
| |\ \ \ | | |/ / | |/| |
| | * | Merge tag 'pxa-fixes-v4.2-rc2' of https://github.com/rjarzmik/linux into fixesDOlof Johansson2015-07-199-0/+24
| | |\ \
| | | * | ARM: pxa: fix dm9000 platform data regressionRobert Jarzmik2015-07-169-0/+24
| | * | | Merge tag 'keystone-dts-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson2015-07-172-2/+4
| | |\ \ \
| | | * | | ARM: keystone: dts: rename pcie nodes to help override statusMurali Karicheri2015-07-172-2/+2
| | | * | | ARM: keystone: dts: fix dt bindings for PCIeMurali Karicheri2015-07-172-0/+2