aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/applespi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-26Input: applespi - replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-1/+1
2022-08-17Merge branch 'i2c/make_remove_callback_void-immutable' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into nextDmitry Torokhov1-28/+14
2022-08-11Input: applespi - use correct struct names in commentColin Ian King1-1/+1
2022-06-24Input: applespi - avoid efivars API and invoke EFI services directlyArd Biesheuvel1-28/+14
2022-02-09spi: make remove callback a void functionUwe Kleine-König1-3/+1
2021-02-19Input: applespi - fix occasional crc errors under load.Ronald Tschalär1-0/+2
2021-02-19Input: applespi - don't wait for responses to commands indefinitely.Ronald Tschalär1-6/+15
2020-12-10Input: applespi - use new structure for SPI transfer delaysSergiu Cuciurean1-4/+8
2020-11-19Input: applespi - provide missing struct 'message' descriptionsLee Jones1-0/+9
2020-05-09Input: applespi - replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2019-08-12Input: applespi - no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-24/+6
2019-08-06Input: applespi - use struct_size() helperGustavo A. R. Silva1-2/+1
2019-07-23Input: applespi - fix trivial typo in struct descriptionNikolas Nyby1-4/+4
2019-07-21Input: applespi - fix warnings detected by sparseRonald Tschalär1-7/+11
2019-07-19Input: applespi - remove set but not used variables 'sts'Mao Wenan1-2/+1
2019-07-19Input: add Apple SPI keyboard and trackpad driverRonald Tschalär1-0/+1978