[U-Boot] [PATCH v4 15/29] dm: spi: Add documentation on how to convert over SPI drivers

Simon Glass sjg at chromium.org
Thu Oct 23 05:04:11 CEST 2014


On 13 October 2014 23:42, Simon Glass <sjg at chromium.org> wrote:
> 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 at chromium.org>
> Reviewed-by: Jagannadha Sutradharudu Teki <jagannadh.teki at gmail.com>
> ---
>
> Changes in v4: None
> Changes in v3:
> - Update for the new cs_info() method
>
> Changes in v2:
> - Fix typos reported by Jagannadha Sutradharudu Teki
> - Update for changes to exynos driver
>
>  doc/driver-model/spi-howto.txt | 594 +++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 594 insertions(+)
>  create mode 100644 doc/driver-model/spi-howto.txt

Applied to u-boot-dm/master.


More information about the U-Boot mailing list