summaryrefslogtreecommitdiffstats
path: root/drivers/input/serio
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-10-271-1/+1
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2018-10-221-1/+1
| |\
| | * Input: xilinx_ps2 - convert to using %pOFn instead of device_node.nameRob Herring2018-10-011-1/+1
* | | Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-241-1/+1
|\ \ \
| * | | change semantics of ldisc ->compat_ioctl()Al Viro2018-10-131-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Greg Kroah-Hartman2018-10-121-9/+20
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Input: i8042 - enable keyboard wakeups by default when s2idle is usedDaniel Drake2018-10-011-9/+20
* | | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2018-08-231-97/+101
|\ \ \
| * | | Input: ams_delta_serio: Get FIQ buffer from platform_dataJanusz Krzysztofik2018-07-021-7/+13
| * | | Input: ams_delta_serio: use IRQ resourceJanusz Krzysztofik2018-07-021-23/+9
| * | | ARM: OMAP1: Get rid of <mach/ams-delta-fiq.h>Janusz Krzysztofik2018-07-021-2/+1
| * | | ARM: OMAP1: ams-delta FIQ: Keep serio input GPIOs requestedJanusz Krzysztofik2018-07-021-28/+2
| * | | ARM: OMAP1: ams-delta: Hog "keybrd_dataout" GPIO pinJanusz Krzysztofik2018-07-021-5/+0
| * | | Input: ams_delta_serio: Replace power GPIO with regulatorJanusz Krzysztofik2018-07-021-9/+28
| * | | Input: ams_delta_serio: use private structureJanusz Krzysztofik2018-07-021-26/+43
| * | | Input: ams_delta_serio: convert to platform driverJanusz Krzysztofik2018-07-021-13/+21
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-08-185-16/+3
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'next' into for-linusDmitry Torokhov2018-08-165-16/+3
| |\ \ \ | | | |/ | | |/|
| | * | Input: stop telling users to snail-mail VojtechDmitry Torokhov2018-07-264-16/+0
| | * | Input: i8042 - increment wakeup_count for the respective portRavi Chandra Sadineni2018-06-121-0/+3
* | | | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-181-0/+3
|\ \ \ \
| * | | | use the new async probing feature for the hyperv driversArjan van de Ven2018-07-031-0/+3
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-07-271-0/+7
|\ \ \ \ | |/ / / |/| / / | |/ /
| * / Input: i8042 - add Lenovo LaVie Z to the i8042 reset listChen-Yu Tsai2018-07-181-0/+7
| |/
* / docs: fix broken references with multiple hintsMauro Carvalho Chehab2018-06-151-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-04-052-103/+243
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2018-04-044-109/+242
| |\
| | * Input: i8042 - enable MUX on Sony VAIO VGN-CS series to fix touchpadOndrej Zary2018-04-041-0/+17
| | * Merge branch 'psmouse' into nextDmitry Torokhov2018-03-171-103/+219
| | |\
| | | * Input: libps2 - relax command byte ACK handlingDmitry Torokhov2018-02-021-3/+22
| | | * Input: libps2 - support retransmission of command dataDmitry Torokhov2018-02-021-32/+71
| | | * Input: libps2 - add debugging statementsDmitry Torokhov2018-02-021-13/+39
| | | * Input: psmouse - move sliced command implementation to libps2Dmitry Torokhov2018-02-021-0/+32
| | | * Input: libps2 - use u8 for byte dataDmitry Torokhov2018-02-021-15/+16
| | | * Input: libps2 - fix switch statement formattingDmitry Torokhov2018-02-021-66/+65
| * | | Input: i8042 - add Lenovo ThinkPad L460 to i8042 reset listDennis Wassenberg2018-03-081-0/+7
* | | | parisc/gscps2: Fix sparse warningsHelge Deller2018-03-271-6/+5
| |/ / |/| |
* | | vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-112-3/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-02-016-398/+18
|\| |
| * | Input: remove at32psifCorentin Labbe2018-01-183-368/+0
| * | Input: hp_sdc - convert to ktime_get()Arnd Bergmann2018-01-011-10/+7
| * | Input: hil_mlc - convert timeval to jiffiesWEN Pingbo2018-01-012-15/+8
| * | Input: hil_mlc - convert timeval to time64_tWEN Pingbo2018-01-011-5/+3
| |/
* / the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-282-3/+3
|/
* Merge tag 'v4.14-rc8' into nextDmitry Torokhov2017-11-072-0/+2
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* | Input: ps2-gpio - actually abort probe when connected to sleeping GPIOsDmitry Torokhov2017-10-241-0/+1
* | Input: hil_mlc - convert to using timer_setup()Kees Cook2017-10-241-2/+2
* | Input: hp_sdc - convert to using timer_setup()Kees Cook2017-10-241-3/+2
* | Merge tag 'v4.14-rc6' into nextDmitry Torokhov2017-10-232-7/+7
|\|