SPI driver for Rockchip IP works only in PIO mode for now. DMA is not supported yet.
For now the driver supports only RK3399 compatibility string but it should work with older SoCs too.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 27223 Build 25487: arc lint + arc unit
Event Timeline
sys/arm64/rockchip/rk_spi.c | ||
---|---|---|
192 | This is what Linux driver does and I think it's to handle SPI chips on older SoCs. RX fifo has the same size as TX fifo AFAIK, so there is no need to do it twice. |
Comment Actions
OK for me.
If you could split the commits between clocks and driver that would be great.