index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
keyboard
/
applespi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-03
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-1
/
+0
2023-01-28
Input: applespi - use pm_sleep_ptr() and SYSTEM_SLEEP_PM_OPS()
Jonathan Cameron
1
-5
/
+5
2022-09-27
Input: applespi - replace zero-length array with DECLARE_FLEX_ARRAY() helper
Gustavo A. R. Silva
1
-1
/
+1
2022-08-17
Merge branch 'i2c/make_remove_callback_void-immutable' of git://git.kernel.or...
Dmitry Torokhov
1
-28
/
+14
2022-08-12
Input: applespi - use correct struct names in comment
Colin Ian King
1
-1
/
+1
2022-06-24
Input: applespi - avoid efivars API and invoke EFI services directly
Ard Biesheuvel
1
-28
/
+14
2022-02-09
spi: make remove callback a void function
Uwe Kleine-König
1
-3
/
+1
2021-02-19
Input: applespi - fix occasional crc errors under load.
Ronald Tschalär
1
-0
/
+2
2021-02-19
Input: applespi - don't wait for responses to commands indefinitely.
Ronald Tschalär
1
-6
/
+15
2020-12-11
Input: applespi - use new structure for SPI transfer delays
Sergiu Cuciurean
1
-4
/
+8
2020-11-20
Input: applespi - provide missing struct 'message' descriptions
Lee Jones
1
-0
/
+9
2020-05-10
Input: applespi - replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
2019-08-12
Input: applespi - no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-24
/
+6
2019-08-06
Input: applespi - use struct_size() helper
Gustavo A. R. Silva
1
-2
/
+1
2019-07-23
Input: applespi - fix trivial typo in struct description
Nikolas Nyby
1
-4
/
+4
2019-07-21
Input: applespi - fix warnings detected by sparse
Ronald Tschalär
1
-7
/
+11
2019-07-19
Input: applespi - remove set but not used variables 'sts'
Mao Wenan
1
-2
/
+1
2019-07-19
Input: add Apple SPI keyboard and trackpad driver
Ronald Tschalär
1
-0
/
+1978