summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-02-2113-366/+470
|\
| * Input: psmouse - use IS_ENABLED instead of homegrown codeDmitry Torokhov2015-02-157-35/+3
| * Merge branch 'bfin_rotary' into nextDmitry Torokhov2015-02-155-94/+200
| |\
| | * Input: bfin_rotary - introduce open and close methodsDmitry Torokhov2015-02-151-28/+42
| | * Input: bfin_rotary - convert to use managed resourcesSonic Zhang2015-02-151-45/+38
| | * Input: bfin_rotary - use generic IO functionsSonic Zhang2015-02-151-19/+43
| | * Input: bfin_rotary - move pin lists into into platform dataSonic Zhang2015-02-151-14/+16
| | * Input: bfin_rotary - move platform header to linux/platform_dataSonic Zhang2015-02-151-1/+1
| | * Input: bfin_rotary - mark suspend and resume code as __maybe_unusedDmitry Torokhov2015-02-151-10/+4
| | * Input: bfin_rotary - fix potential oops in interrupt handlerDmitry Torokhov2015-02-151-5/+4
| | * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-02-013-3/+28
| | |\
| | * \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-01-193-0/+55
| | |\ \
| * | | | Input: ALPS - move v7 packet info to Documentation and v6 packet infoPali Rohár2015-02-151-39/+0
| * | | | Input: ALPS - fix confusing comment in protocol dataDmitry Torokhov2015-02-151-7/+8
| * | | | Input: ALPS - do not mix trackstick and external PS/2 mouse dataPali Rohár2015-02-152-53/+151
| * | | | Input: ALPS - fix trackstick detection on some Dell LatitudesDmitry Torokhov2015-02-151-22/+56
| * | | | Input: ALPS - consolidate setting protocol parametersDmitry Torokhov2015-02-151-64/+67
| * | | | Input: ALPS - split protocol data from model infoDmitry Torokhov2015-02-152-38/+46
| * | | | Input: ALPS - make Rushmore a separate protocolDmitry Torokhov2015-02-152-11/+19
| * | | | Input: ALPS - renumber protocol numbersDmitry Torokhov2015-02-152-16/+16
| * | | | Input: adi - remove an unnecessary checkMarkus Elfring2015-02-111-2/+1
| * | | | Input: pxa27x_keypad - remove an unneeded NULL checkDan Carpenter2015-02-111-3/+1
| * | | | Input: soc_button_array - use "Windows" key for "Home"Bastien Nocera2015-02-101-1/+1
* | | | | input: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-132-3/+3
* | | | | Merge branch 'next' into for-linusDmitry Torokhov2015-02-10145-1546/+7818
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Input: elan_i2c - fix wrong %p extensionRasmus Villemoes2015-02-061-1/+1
| * | | Input: evdev - do not queue SYN_DROPPED if queue is emptyDmitry Torokhov2015-02-051-11/+23
| * | | Input: gscps2 - fix MODULE_DEVICE_TABLE invocationGeert Uytterhoeven2015-02-041-1/+1
| * | | Input: synaptics - use dmax in input_mt_assign_slotsBenjamin Tissoires2015-02-031-1/+4
| * | | Input: pxa27x_keypad - remove unnecessary ARM includesRob Herring2015-02-031-4/+1
| * | | Input: ti_am335x_tsc - replace delta filtering with median filteringVignesh R2015-02-031-40/+52
| * | | Input: ti_am335x_tsc - read charge delay from DTVignesh R2015-02-031-1/+13
| * | | Input: ti_am335x_tsc - remove udelay in interrupt handlerBrad Griffis2015-02-031-36/+31
| * | | Input: ti_am335x_tsc - interchange touchscreen and ADC stepsBrad Griffis2015-02-031-18/+24
| * | | Input: MT - add support for balanced slot assignmentHenrik Rydberg2015-02-016-16/+25
| * | | Input: drv2667 - remove wrong and unneeded drv2667-haptics modaliasAxel Lin2015-02-011-1/+0
| * | | Input: drv260x - remove wrong and unneeded drv260x-haptics modaliasAxel Lin2015-02-011-1/+0
| * | | Input: cap11xx - remove wrong and unneeded cap11xx modaliasAxel Lin2015-02-011-1/+0
| * | | Input: sun4i-ts - add support for touchpanel controller on A31Chen-Yu Tsai2015-01-261-13/+33
| * | | Input: serio - add support for Alwinner A10/A20 PS/2 controllerVishnu Patekar2015-01-263-0/+351
| * | | Input: gtco - use sign_extend32() for sign extensionMartin Kepplinger2015-01-261-15/+5
| * | | Input: elan_i2c - verify firmware signature applying itDuson Lin2015-01-234-14/+15
| * | | Input: elantech - remove stale comment from KconfigDmitry Torokhov2015-01-221-9/+2
| * | | Input: cyapa - off by one in cyapa_update_fw_store()Dan Carpenter2015-01-221-1/+1
| * | | Input: cyapa - fix variable being dereferenced before checkDudley Du2015-01-221-1/+3
| * | | Input: cyapa - fix endianness issues in gen5 firmware update supportDmitry Torokhov2015-01-221-39/+40
| * | | Input: cyapa - add acpi device id supportDudley Du2015-01-181-0/+11
| * | | Input: cyapa - add gen5 trackpad force re-calibrate function supportDudley Du2015-01-181-0/+65
| * | | Input: cyapa - add gen5 trackpad read baseline supportDudley Du2015-01-182-0/+642
| * | | Input: cyapa - add gen5 trackpad firmware update supportDudley Du2015-01-182-0/+392
OpenPOWER on IntegriCloud