summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard/applespi.c
AgeCommit message (Expand)Author
2023-01-27Input: applespi - use pm_sleep_ptr() and SYSTEM_SLEEP_PM_OPS()Jonathan Cameron
2022-09-26Input: applespi - replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva
2022-08-17Merge branch 'i2c/make_remove_callback_void-immutable' of git://git.kernel.or...Dmitry Torokhov
2022-08-11Input: applespi - use correct struct names in commentColin Ian King
2022-06-24Input: applespi - avoid efivars API and invoke EFI services directlyArd Biesheuvel
2022-02-09spi: make remove callback a void functionUwe Kleine-König
2021-02-19Input: applespi - fix occasional crc errors under load.Ronald Tschalär
2021-02-19Input: applespi - don't wait for responses to commands indefinitely.Ronald Tschalär
2020-12-10Input: applespi - use new structure for SPI transfer delaysSergiu Cuciurean
2020-11-19Input: applespi - provide missing struct 'message' descriptionsLee Jones
2020-05-09Input: applespi - replace zero-length array with flexible-arrayGustavo A. R. Silva
2019-08-12Input: applespi - no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-08-06Input: applespi - use struct_size() helperGustavo A. R. Silva
2019-07-23Input: applespi - fix trivial typo in struct descriptionNikolas Nyby
2019-07-21Input: applespi - fix warnings detected by sparseRonald Tschalär
2019-07-19Input: applespi - remove set but not used variables 'sts'Mao Wenan
2019-07-19Input: add Apple SPI keyboard and trackpad driverRonald Tschalär