[U-Boot] [PATCH v8 0/14] Driver model implementation, tests, demo and GPIO

Simon Glass sjg at chromium.org
Mon Feb 17 23:12:08 CET 2014


Hi,

On 17 February 2014 15:06, Simon Glass <sjg at chromium.org> wrote:
>
> This series adds a driver model implementation. It is taken from
> the driver model code developed by:
>
>    Marek Vasut <marex at denx.de>
>    Pavel Herrmann <morpheus.ibis at gmail.com>
>    Viktor Křivák <viktor.krivak at gmail.com>
>    Tomas Hlavacek <tmshlvck at gmail.com>
>
> Please see doc/driver-model/README.txt for details of how to run this and
> what to look for. The old driver model documentation is removed.
>
> Note: If you are reviewing this code, but don't have a lot of time, please
> consider starting with the 'demo' driver (patch 'dm: Add a
> demonstration/example driver') since it clearly shows how devices and
> uclasses work. Much of this series consists of test code and plumbing, so
> is of less interest to driver authors.
>
> There is also a presentation on driver model at this page:
>
> http://www.denx.de/wiki/U-Boot/MiniSummitELCE2013
>
> You can find a test version of the code used here in branch dm9 at:
>
>    http://git.denx.de/u-boot-x86.git
>
> (Branch dm contains the original implementation)
>
> Changes in v8:
> - Add new patch to fix yaffs compile error on two boards
> - Adjust simple driver text slightly
> - Rename simple_ops to shape_ops and fix a typo

I forgot to mention that I based this on Masahiro's kbuild series
since I figured it would be merged soon. But if I have things in the
wrong order, let me know.

Regards,
Simon


More information about the U-Boot mailing list