Marian Buschsieweke
|
cac44edec7
|
tree-wide: replace multiple empty lines with one
For each C source/header `$file`: `sed -e '/^$/N;/^\n$/D' -i $file`.
|
2025-05-21 22:51:04 +02:00 |
|
KSKNico
|
7a6b83a40c
|
drivers: replace header guards with #pragma once
|
2025-05-16 19:33:04 +02:00 |
|
Joshua DeWeese
|
022192ecee
|
drivers/soft_spi: fix over-allocation of locks
The intent was to allocate one lock per device, but that was not the
case in practice. This patch fixes this.
|
2022-12-14 08:18:29 -05:00 |
|
Joshua DeWeese
|
d786883859
|
drivers/soft_spi: fix misspelling in comment
|
2022-12-09 14:35:04 -05:00 |
|
Alexandre Abadie
|
452920f6e3
|
drivers/soft_spi: use new driver params scheme
|
2018-03-07 15:23:12 +01:00 |
|
Alexandre Abadie
|
75b552014c
|
drivers/soft_spi: fix doxygen group name
It was inconsistent with other drivers group names
|
2018-01-22 09:04:10 +01:00 |
|
marble
|
fbba6c3851
|
driver/soft_spi: initial implementation
|
2017-11-13 10:11:06 +01:00 |
|