summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Input: cyapa - fix resuming the deviceDudley Du2014-12-031-4/+3
* Input: gpio_keys - add device tree support for interrupt only keysAlexander Stein2014-12-031-14/+20
* Input: amikbd - allocate temporary keymap buffer on the stackGeert Uytterhoeven2014-12-031-1/+2
* Input: amikbd - fix build if !CONFIG_HW_CONSOLEGeert Uytterhoeven2014-12-031-17/+29
* Input: lm8323 - missing error check in lm8323_set_disable()Dan Carpenter2014-12-031-0/+2
* Input: initialize device counter variables with -1Aniroop Mathur2014-12-035-12/+12
* Input: initialize input_no to -1 to avoid subtractionAniroop Mathur2014-12-021-2/+2
* Input: i8042 - do not try to load on Intel NUC D54250WYKTodor Minchev2014-12-021-0/+10
* Input: atkbd - correct MSC_SCAN events for force_release keysStefan BrĂ¼ns2014-11-161-2/+4
* Input: cyapa - switch to using managed resourcesDudley Du2014-11-091-79/+105
* Input: lifebook - use "static inline" instead of "inline" in lifebook.hChen Gang2014-11-091-3/+3
* Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-0219-78/+38
* Input: mouse - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-023-12/+6
* Input: misc - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-0219-71/+35
* Input: cap11xx - support for irq-active-high optionMatt Ranostay2014-11-021-0/+8
* Input: cap11xx - add support for various cap11xx devicesMatt Ranostay2014-11-021-23/+51
* Input: rename cap1106 driver to cap11xxMatt Ranostay2014-11-024-346/+345
* Input: altera_ps2 - switch to using managed resourcesTobias Klauser2014-10-311-57/+24
* Input: add driver for the Goodix touchpanelBastien Nocera2014-10-313-0/+409
* Input: add driver for Elan I2C/SMbus touchpadDuson Lin2014-10-246-0/+2383
* Input: lpc32xx-keys - switch to using managed resourcesPramod Gurav2014-10-221-72/+20
* Input: pxa27x_keypad - switch to using managed resourcesPramod Gurav2014-10-221-64/+20
* Input: mpr121 - switch to using managed resourcesPramod Gurav2014-10-221-30/+12
* Input: i8042 - disable active multiplexing by defaultDmitry Torokhov2014-10-112-274/+9
* Input: i8042 - add noloop quirk for Asus X750LNHans de Goede2014-10-111-0/+6
* Input: synaptics - gate forcepad support by DMI checkDmitry Torokhov2014-10-112-7/+23
* Merge tag 'v3.17' into nextDmitry Torokhov2014-10-11435-2627/+4945
|\
| * Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2014-10-054-7/+62
| |\
| | * [SCSI] uas: disable use of blk-mq I/O pathChristoph Hellwig2014-10-031-0/+7
| | * [SCSI] cxgb4i: avoid holding mutex in interrupt contextAnish Bhatt2014-10-013-7/+55
| * | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-10-032-5/+9
| |\ \
| | * | i2c: qup: Fix order of runtime pm initializationAndy Gross2014-10-031-4/+8
| | * | i2c: rk3x: fix 0 length write transfersAlexandru M Stan2014-10-031-1/+1
| * | | Merge tag 'md/3.17-final-fix' of git://neil.brown.name/mdLinus Torvalds2014-10-031-1/+17
| |\ \ \
| | * | | md/raid5: disable 'DISCARD' by default due to safety concerns.NeilBrown2014-10-021-1/+17
| | |/ /
| * | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-10-038-62/+65
| |\ \ \
| | * \ \ Merge tag 'drm-intel-fixes-2014-10-02' of git://anongit.freedesktop.org/drm-i...Dave Airlie2014-10-031-1/+13
| | |\ \ \
| | | * | | drm/i915: Flush the PTEs after updating them before suspendChris Wilson2014-09-291-1/+13
| | | |/ /
| | * | | drm/nouveau: make sure display hardware is reinitialised on runtime resumeBen Skeggs2014-10-023-53/+26
| | * | | drm/nouveau: punt fbcon resume out to a workqueueBen Skeggs2014-10-022-6/+18
| | * | | drm/nouveau: fix regression on original nv50 boardBen Skeggs2014-10-021-1/+6
| | * | | drm/nv50/disp: fix dpms regression on certain boardsBen Skeggs2014-10-021-1/+2
| | |/ /
| * | | Merge tag 'pm+acpi-3.17-final' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-10-024-11/+18
| |\ \ \
| | | \ \
| | | \ \
| | *-. \ \ Merge branches 'pm-cpufreq' and 'acpi-video'Rafael J. Wysocki2014-10-034-11/+18
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | | * | ACPI / i915: Update the condition to ignore firmware backlight change requestAaron Lu2014-09-301-5/+11
| | | |/ / | | |/| |
| | | * | cpufreq: update 'cpufreq_suspended' after stopping governorsViresh Kumar2014-09-301-3/+4
| | | * | cpufreq: integrator: fix integrator_cpufreq_remove return typeArnd Bergmann2014-09-291-2/+2
| | | * | cpufreq: pcc-cpufreq: Fix wait_event() under spinlockRafael J. Wysocki2014-09-291-1/+1
| | |/ /
| * | | Merge tag 'media/v3.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-10-021-0/+1
| |\ \ \
| | * | | Revert "[media] media: em28xx - remove reset_resume interface"Mauro Carvalho Chehab2014-09-281-0/+1