开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
serio
/
ps2-gpio.c
Age
Commit message (
Expand
)
Author
2024-10-15
Input: switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-10-04
Input: ps2-gpio - use guard notation when acquiring mutex
Dmitry Torokhov
2024-09-13
Input: ps2-gpio - use IRQF_NO_AUTOEN flag in request_irq()
Jinjie Ruan
2024-06-07
Input: serio - use sizeof(*pointer) instead of sizeof(type)
Erick Archer
2023-09-23
Input: ps2-gpio - convert to platform remove callback returning void
Uwe Kleine-König
2022-08-18
Input: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-02-15
Input: ps2-gpio - enforce GPIOs flag open drain
Danilo Krummrich
2022-02-15
Input: ps2-gpio - don't send rx data before the stop bit
Danilo Krummrich
2022-02-15
Input: ps2-gpio - remove tx timeout from ps2_gpio_irq_tx()
Danilo Krummrich
2022-02-15
Input: ps2-gpio - use ktime for IRQ timekeeping
Danilo Krummrich
2022-02-15
Input: ps2-gpio - refactor struct ps2_gpio_data
Danilo Krummrich
2019-08-14
Input: remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-02-09
Input: ps2-gpio - flush TX work when closing port
Dmitry Torokhov
2017-10-24
Input: ps2-gpio - actually abort probe when connected to sleeping GPIOs
Dmitry Torokhov
2017-08-28
Input: PS/2 gpio bit banging driver for serio bus
Danilo Krummrich