summaryrefslogtreecommitdiff
path: root/doc/driver-model/spi-howto.txt
Commit message (Collapse)AuthorAgeLines
* dm: Update documentation for new bus featuresSimon Glass2015-01-29-3/+37
| | | | | | Now that we have new bus features, update README.txt and the SPI docs to explain these. Signed-off-by: Simon Glass <sjg@chromium.org>
* dm: spi: Add documentation on how to convert over SPI driversSimon Glass2014-10-22-0/+594
This README is intended to help maintainers move their SPI drivers over to driver model. It works through the required steps with an example. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>