summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/applespi.c
Commit message (Expand)AuthorAgeFilesLines
* Input: applespi - use pm_sleep_ptr() and SYSTEM_SLEEP_PM_OPS()Jonathan Cameron2023-01-271-5/+5
* Input: applespi - replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva2022-09-261-1/+1
* Merge branch 'i2c/make_remove_callback_void-immutable' of git://git.kernel.or...Dmitry Torokhov2022-08-171-28/+14
|\
| * Input: applespi - avoid efivars API and invoke EFI services directlyArd Biesheuvel2022-06-241-28/+14
* | Input: applespi - use correct struct names in commentColin Ian King2022-08-111-1/+1
|/
* spi: make remove callback a void functionUwe Kleine-König2022-02-091-3/+1
* Input: applespi - fix occasional crc errors under load.Ronald Tschalär2021-02-191-0/+2
* Input: applespi - don't wait for responses to commands indefinitely.Ronald Tschalär2021-02-191-6/+15
* Input: applespi - use new structure for SPI transfer delaysSergiu Cuciurean2020-12-101-4/+8
* Input: applespi - provide missing struct 'message' descriptionsLee Jones2020-11-191-0/+9
* Input: applespi - replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-091-1/+1
* Input: applespi - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-121-24/+6
* Input: applespi - use struct_size() helperGustavo A. R. Silva2019-08-061-2/+1
* Input: applespi - fix trivial typo in struct descriptionNikolas Nyby2019-07-231-4/+4
* Input: applespi - fix warnings detected by sparseRonald Tschalär2019-07-211-7/+11
* Input: applespi - remove set but not used variables 'sts'Mao Wenan2019-07-191-2/+1
* Input: add Apple SPI keyboard and trackpad driverRonald Tschalär2019-07-191-0/+1978