freebsd-skq/sys/contrib/vchiq/interface
gonzo c217a91774 Fix locking for VCHI driver by matching sleepable/non-sleepable APIs:
- Emulate Linux mutex API using sx(9) locks with only exclusive operations
    instead of mutex(9), in Linux mutexes are sleepable.
- Emulate Linux rwlock_t using rwlock(9) instead of sx(9). rwlock_t
    in Linux are spin locks
2015-11-08 03:53:31 +00:00
..
compat Fix locking for VCHI driver by matching sleepable/non-sleepable APIs: 2015-11-08 03:53:31 +00:00
vchi Synchronize with latest upstream VCHI code: 2015-11-01 22:17:39 +00:00
vchiq_arm Fix cache issues with bulk transfers 2015-11-03 05:25:06 +00:00