You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
I want the sysfs-spi driver to not allocate memory unless explicitly needed.
Based on #264 (comment), the SPI kernel driver for MediaTek MT7688AN CPU is buggy and won't work if no read buffer is provided.
For write-only SPI devices like apa102, there's no read buffer provided when doing the SPI transaction.
That causes a problem, as this means that right now trying to use APA102 on a MT7688AN probably doesn't work. A dummy read buffer should be provided to work around the buggy driver.
The optimal case would be to allocate a dummy buffer, but only when this situation is detected.
I want the sysfs-spi driver to not allocate memory unless explicitly needed.
Based on #264 (comment), the SPI kernel driver for MediaTek MT7688AN CPU is buggy and won't work if no read buffer is provided.
For write-only SPI devices like apa102, there's no read buffer provided when doing the SPI transaction.
That causes a problem, as this means that right now trying to use APA102 on a MT7688AN probably doesn't work. A dummy read buffer should be provided to work around the buggy driver.
The optimal case would be to allocate a dummy buffer, but only when this situation is detected.
Paging @svenschwermer.
The text was updated successfully, but these errors were encountered: