ParzivalWolfram / linux-3ds

Linux kernel source tree
Other
0 stars 0 forks source link

Get generic SDIO working #2

Open ParzivalWolfram opened 1 month ago

ParzivalWolfram commented 1 month ago

It'd allow for easier work later if the sdmmc driver was converted from virtio on the ARM9 to full SDIO control on the ARM11. This would free up bandwidth for the ARM9 to have more devices that are less important later, and would allow proper use of all the devices on SDIO at once, if I can ever figure out how the hell the wifi module works.

ParzivalWolfram commented 1 month ago

Relevant Atheros info now being heaped into a pile at https://github.com/ParzivalWolfram/linux-3ds/wiki/Atheros-relevant-info, attempting basic ath6k usage.