1
0
mirror of https://github.com/KastnerRG/riffa.git synced 2025-01-30 23:02:54 +08:00

16 Commits

Author SHA1 Message Date
Adrien Prost-Boucle
9de1c7c91d Fix driver for linux >= 5.18 2022-09-07 11:09:43 +02:00
Adrien Prost-Boucle
f1b0a7446c Fix driver for linux >= 5.8 2021-06-24 21:58:52 +02:00
Adrien Prost-Boucle
77b91a3644 Fix driver for linux >= 4.11 2017-06-06 16:01:13 +02:00
Adrien Prost-Boucle
dbab23da14 Fix driver for linux >= 4.9 2017-02-13 16:27:06 +01:00
Adrien Prost-Boucle
c84ece4cf9 Fix driver for linux >= 4.8 2016-12-14 12:52:54 +01:00
Adrien Prost-Boucle
1f8a9efd77 Pull changes from devel/2.2.2 2016-08-10 14:09:15 +02:00
Adrien Prost-Boucle
3bc1036eaf Fix driver compilation under linux >= 4.6 2016-08-09 17:10:20 +02:00
Dustin Richmond
1d228c190d Fixing more backwards compatibility issues
Had to remove some method calls
2016-06-29 16:39:16 -07:00
Dustin Richmond
64cd40f0b6 Fixing the missing registers for real (I misread the problem) 2016-06-29 15:59:23 -07:00
Dustin Richmond
57e389ef81 Fixing some capability problems in the linux driver.
Fixing register define #ifdef macros, because I thought they looked ugly
Implementing method bodies instead of empty methods, because I really would like
that functionality, even if it is for the purpose of debate.
2016-06-29 15:42:05 -07:00
Dustin Richmond
cd494e1ea5 Adding linux/slab.h to riffa_driver.c, which fixes a driver compilation problem on some ARM platforms. 2016-06-29 14:53:47 -07:00
Dustin Richmond
6ff69de5c6 Updating copyright statements for 2016 2016-02-09 15:23:37 -08:00
Adrien Prost-Boucle
9f791acfea Linux driver: Protect recv and send with atomic test and set instead of lock to enable clear at reset 2016-01-06 17:34:41 +01:00
Adrien Prost-Boucle
3775133808 Use appropriate ioctl return codes 2015-12-14 15:16:29 +01:00
Adrien Prost-Boucle
4369d5b6ef Linux driver: Protect recv and send from conflicting simultaneous access 2015-10-23 14:34:00 +02:00
Dustin Richmond
98b09aa12a Initial commit of RIFFA development repository (RIFFA 2.2) 2015-05-04 14:50:57 -07:00