Add SPI driver for multi-functional serial port (SSP) that can
be found in Intel's SoCs. I only have Baytrail SoC so this is the only
supported hardware for now.
Details
Details
Use SSD1306 for basic tests
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
looks good
| sys/dev/intel/spi.c | ||
|---|---|---|
| 79 ↗ | (On Diff #23229) | we usually do |
| 156 ↗ | (On Diff #23229) | if (sssr & SSSR_TNF)
return (0);
return (1); |
| 385 ↗ | (On Diff #23229) | remove empty line here |