Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | spicmds: Rework spi config commands | Kevin O'Connor | 2019-08-06 | 1 | -1/+3 |
| | | | | | | | | | | Rework the spi_config commands so that bus configuration and shutdown message configuration is done separately from the main "config_spi" command. This makes the spi configuration more flexible. It's now possible to use software spi without a CS pin. It's now possible to define multiple SPI messages to send on a shutdown event. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | thermocouple: Add initial support for common SPI temperature sensing chips | Kevin O'Connor | 2018-07-24 | 1 | -0/+10 |
Signed-off-by: Petri Honkala <cruwaller@gmail.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |