From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikram Narayanan Date: Sun, 02 Sep 2012 22:01:29 +0530 Subject: [U-Boot] [PATCH 01/14] dm: Initial import of design documents In-Reply-To: <20120902160031.7BCDA203B2F@gemini.denx.de> References: <1344426150-1229-1-git-send-email-marex@denx.de> <20120902160031.7BCDA203B2F@gemini.denx.de> Message-ID: <504389E1.4060604@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Wolfgang Denk, On 9/2/2012 9:30 PM, Wolfgang Denk wrote: > Dear Marek Vasut, > > In message<1344426150-1229-1-git-send-email-marex@denx.de> you wrote: >> From: Marek Vasut >> >> This patch contains UDM-design.txt, which is document containing >> general description of the driver model. The remaining files contains >> descriptions of conversion process of particular subsystems. >> >> Signed-off-by: Marek Vasut >> --- >> doc/driver-model/UDM-design.txt | 315 +++++++++++++++++++++++++++++++++++++ >> doc/driver-model/UDM-fpga.txt | 115 ++++++++++++++ >> doc/driver-model/UDM-keyboard.txt | 47 ++++++ >> doc/driver-model/UDM-serial.txt | 191 ++++++++++++++++++++++ >> doc/driver-model/UDM-stdio.txt | 191 ++++++++++++++++++++++ >> doc/driver-model/UDM-tpm.txt | 48 ++++++ >> doc/driver-model/UDM-usb.txt | 94 +++++++++++ >> doc/driver-model/UDM-video.txt | 74 +++++++++ May I know to which tree these patches are going in? I couldn't see it in the u-boot.git. Regards, Vikram