]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: spi: Add documentation on how to convert over SPI drivers
authorSimon Glass <sjg@chromium.org>
Tue, 14 Oct 2014 05:42:02 +0000 (23:42 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 22 Oct 2014 16:36:49 +0000 (10:36 -0600)
commit6126c8e88609286c04600da9dce7a7537f568845
treeda6b8590205ebaac1a97d7eb63dbe07c0958bf1d
parent73186c9460761315a5a5dfd352c631ab2a022f28
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>
doc/driver-model/spi-howto.txt [new file with mode: 0644]