ParzivalWolfram / linux-3ds

Linux kernel source tree
Other
0 stars 0 forks source link

Export SPI to /dev #1

Open ParzivalWolfram opened 3 months ago

ParzivalWolfram commented 3 months ago

Export SPI access to /dev so that userland drivers can be written. It'll be faster to develop using something like Python in userland while working out support for the less documented parts of the hardware, then the drivers can be reimplemented in C in the kernel later.