Commit Graph

4 Commits

Author SHA1 Message Date
thorpej f64c887e97 Pass the device_t into spi_configure(), and make the API contract that
spi_configure() will print errors if they occur; the driver is off the
hook.
2022-01-19 05:21:44 +00:00
thorpej c86942858d Probe / match routines should not have side-effects: do the spi_configure()
calls in the attach routines.
2022-01-19 05:05:45 +00:00
phx ac36483cc7 Fixed typo in name for MCP3304. 2016-11-20 12:38:04 +00:00
phx d643dd143b MI driver for the Microchip 3x0x series of SAR analog to digital converters. 2015-08-18 15:54:20 +00:00