commit | 6126c8e88609286c04600da9dce7a7537f568845 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 13 23:42:02 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Oct 22 10:36:49 2014 -0600 |
tree | da6b8590205ebaac1a97d7eb63dbe07c0958bf1d | |
parent | 73186c9460761315a5a5dfd352c631ab2a022f28 [diff] |
dm: spi: Add documentation on how to convert over SPI drivers 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>