public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v8 0/14] Driver model implementation, tests, demo and GPIO
Date: Wed, 26 Feb 2014 11:34:33 -0500	[thread overview]
Message-ID: <20140226163433.GC16805@bill-the-cat> (raw)
In-Reply-To: <1392674808-6961-1-git-send-email-sjg@chromium.org>

On Mon, Feb 17, 2014 at 03:06:34PM -0700, Simon Glass wrote:

> This series adds a driver model implementation. It is taken from
> the driver model code developed by:
> 
>    Marek Vasut <marex@denx.de>
>    Pavel Herrmann <morpheus.ibis@gmail.com>
>    Viktor K?iv?k <viktor.krivak@gmail.com>
>    Tomas Hlavacek <tmshlvck@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)

This looks OK, aside from a comment on 13/14.  It does need another
rebase, and then I'll grab it.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140226/400137db/attachment.pgp>

      parent reply	other threads:[~2014-02-26 16:34 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-17 22:06 [U-Boot] [PATCH v8 0/14] Driver model implementation, tests, demo and GPIO Simon Glass
2014-02-17 22:06 ` [U-Boot] [PATCH v8 01/14] sandbox: Build a device tree file for sandbox Simon Glass
2014-02-17 22:06 ` [U-Boot] [PATCH v8 02/14] Add cmd_process_error() to report and process errors Simon Glass
2014-02-17 22:06 ` [U-Boot] [PATCH v8 03/14] yaffs: Remove private list implementation Simon Glass
2014-02-24 17:54   ` Marek Vasut
2014-02-24 18:59     ` Simon Glass
2014-02-17 22:06 ` [U-Boot] [PATCH v8 04/14] dm: Add README for driver model Simon Glass
2014-02-17 22:06 ` [U-Boot] [PATCH v8 05/14] dm: Add base driver model support Simon Glass
2014-02-17 22:06 ` [U-Boot] [PATCH v8 06/14] sandbox: config: Enable driver model Simon Glass
2014-02-17 22:06 ` [U-Boot] [PATCH v8 07/14] dm: Set up driver model after relocation Simon Glass
2014-02-17 22:06 ` [U-Boot] [PATCH v8 08/14] dm: Add basic tests Simon Glass
2014-02-17 22:06 ` [U-Boot] [PATCH v8 09/14] dm: Add a 'dm' command for testing Simon Glass
2014-02-17 22:06 ` [U-Boot] [PATCH v8 10/14] dm: Add a demonstration/example driver Simon Glass
2014-02-17 22:06 ` [U-Boot] [PATCH v8 11/14] dm: Add GPIO support and tests Simon Glass
2014-02-17 22:06 ` [U-Boot] [PATCH v8 12/14] sandbox: Convert GPIOs to use driver model Simon Glass
2014-02-17 22:06 ` [U-Boot] [PATCH v8 13/14] dm: Enable gpio command to support " Simon Glass
2014-02-26 16:34   ` Tom Rini
2014-02-26 17:21     ` Simon Glass
2014-02-26 17:28       ` Tom Rini
2014-02-26 17:29         ` Simon Glass
2014-02-17 22:06 ` [U-Boot] [PATCH v8 14/14] dm: Remove old driver model documentation Simon Glass
2014-02-17 22:12 ` [U-Boot] [PATCH v8 0/14] Driver model implementation, tests, demo and GPIO Simon Glass
2014-02-26 16:34 ` Tom Rini [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140226163433.GC16805@bill-the-cat \
    --to=trini@ti.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox