开源镜像站
帮助
动态
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
/
keyboard
/
applespi.c
Age
Commit message (
Expand
)
Author
2024-11-25
Merge tag 'input-for-v6.13-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-10-03
Input: applespi - use guard notation when acquiring spinlock
Dmitry Torokhov
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
2023-01-27
Input: applespi - use pm_sleep_ptr() and SYSTEM_SLEEP_PM_OPS()
Jonathan Cameron
2022-09-26
Input: applespi - replace zero-length array with DECLARE_FLEX_ARRAY() helper
Gustavo A. R. Silva
2022-08-17
Merge branch 'i2c/make_remove_callback_void-immutable' of git://git.kernel.or...
Dmitry Torokhov
2022-08-11
Input: applespi - use correct struct names in comment
Colin Ian King
2022-06-24
Input: applespi - avoid efivars API and invoke EFI services directly
Ard Biesheuvel
2022-02-09
spi: make remove callback a void function
Uwe Kleine-König
2021-02-19
Input: applespi - fix occasional crc errors under load.
Ronald Tschalär
2021-02-19
Input: applespi - don't wait for responses to commands indefinitely.
Ronald Tschalär
2020-12-10
Input: applespi - use new structure for SPI transfer delays
Sergiu Cuciurean
2020-11-19
Input: applespi - provide missing struct 'message' descriptions
Lee Jones
2020-05-09
Input: applespi - replace zero-length array with flexible-array
Gustavo A. R. Silva
2019-08-12
Input: applespi - no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-08-06
Input: applespi - use struct_size() helper
Gustavo A. R. Silva
2019-07-23
Input: applespi - fix trivial typo in struct description
Nikolas Nyby
2019-07-21
Input: applespi - fix warnings detected by sparse
Ronald Tschalär
2019-07-19
Input: applespi - remove set but not used variables 'sts'
Mao Wenan
2019-07-19
Input: add Apple SPI keyboard and trackpad driver
Ronald Tschalär