summaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/ps2-gpio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Input: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-191-2/+2
* Input: ps2-gpio - enforce GPIOs flag open drainDanilo Krummrich2022-02-161-2/+7
* Input: ps2-gpio - don't send rx data before the stop bitDanilo Krummrich2022-02-161-14/+8
* Input: ps2-gpio - remove tx timeout from ps2_gpio_irq_tx()Danilo Krummrich2022-02-161-9/+1
* Input: ps2-gpio - use ktime for IRQ timekeepingDanilo Krummrich2022-02-161-20/+82
* Input: ps2-gpio - refactor struct ps2_gpio_dataDanilo Krummrich2022-02-161-28/+32
* Input: remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-141-2/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* Input: ps2-gpio - flush TX work when closing portDmitry Torokhov2019-02-091-0/+1
* Input: ps2-gpio - actually abort probe when connected to sleeping GPIOsDmitry Torokhov2017-10-241-0/+1
* Input: PS/2 gpio bit banging driver for serio busDanilo Krummrich2017-08-281-0/+453