From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 17 May 2013 07:08:22 +0200 Subject: [U-Boot] [RFC PATCH v2 0/14] Driver model implementation, tests, demo and GPIO In-Reply-To: References: <1367955730-31902-1-git-send-email-sjg@chromium.org> Message-ID: <201305170708.22810.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Simon Glass, > Hi, > > On Tue, May 7, 2013 at 12:41 PM, Simon Glass wrote: > > 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. > > > > This patch adds a driver model implementation. It is taken from > > > > the driver model code developed by: > > Marek Vasut > > Pavel Herrmann > > Viktor K?iv?k > > Tomas Hlavacek > > > > Please see doc/driver-model/README.txt for details of how to run this and > > what to look for. So far the documentation in doc/driver-model has not > > been updated. > > > > You can find a test version of the code used here in branch dm2 at: > > http://git.denx.de/u-boot-x86.git > > > > (Branch dm contains the original implementation) > > Does anyone have any comments on this series please? I really cannot focus on much until 11th next month, sorry. I should be able to review it after then ... Best regards, Marek Vasut