From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 01/14] dm: Initial import of design documents
Date: Sun, 02 Sep 2012 18:00:31 +0200 [thread overview]
Message-ID: <20120902160031.7BCDA203B2F@gemini.denx.de> (raw)
In-Reply-To: <1344426150-1229-1-git-send-email-marex@denx.de>
Dear Marek Vasut,
In message <1344426150-1229-1-git-send-email-marex@denx.de> you wrote:
> From: Marek Vasut <marek.vasut@gmail.com>
>
> 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 <marek.vasut@gmail.com>
> ---
> 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 +++++++++
> 8 files changed, 1075 insertions(+)
> create mode 100644 doc/driver-model/UDM-design.txt
> create mode 100644 doc/driver-model/UDM-fpga.txt
> create mode 100644 doc/driver-model/UDM-keyboard.txt
> create mode 100644 doc/driver-model/UDM-serial.txt
> create mode 100644 doc/driver-model/UDM-stdio.txt
> create mode 100644 doc/driver-model/UDM-tpm.txt
> create mode 100644 doc/driver-model/UDM-usb.txt
> create mode 100644 doc/driver-model/UDM-video.txt
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The use of COBOL cripples the mind; its teaching should, therefore,
be regarded as a criminal offence.
-- Edsger W. Dijkstra, SIGPLAN Notices, Volume 17, Number 5
next prev parent reply other threads:[~2012-09-02 16:00 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-08 11:42 [U-Boot] [PATCH 01/14] dm: Initial import of design documents Marek Vasut
2012-08-08 11:42 ` [U-Boot] [PATCH 02/14] dm: Add Driver cores design document Marek Vasut
2012-09-02 16:00 ` Wolfgang Denk
2012-08-08 11:42 ` [U-Boot] [PATCH 03/14] dm: Add GPIO API transition document Marek Vasut
2012-09-02 16:01 ` Wolfgang Denk
2012-08-08 11:42 ` [U-Boot] [PATCH 04/14] dm: Add MMC subsystem analysis Marek Vasut
2012-09-02 16:01 ` Wolfgang Denk
2012-08-08 11:42 ` [U-Boot] [PATCH 05/14] dm: Add networking " Marek Vasut
2012-09-02 16:01 ` Wolfgang Denk
2012-08-08 11:42 ` [U-Boot] [PATCH 06/14] dm: Add SPI API transition document Marek Vasut
2012-09-02 16:01 ` Wolfgang Denk
2012-08-08 11:42 ` [U-Boot] [PATCH 07/14] dm: Add block device document Marek Vasut
2012-09-02 16:02 ` Wolfgang Denk
2012-08-08 11:42 ` [U-Boot] [PATCH 08/14] dm: Add POWER API transition document Marek Vasut
2012-09-02 16:02 ` Wolfgang Denk
2012-08-08 11:42 ` [U-Boot] [PATCH 09/14] dm: Hwmon UDM subsystem analysis added Marek Vasut
2012-09-02 16:02 ` Wolfgang Denk
2012-08-08 11:42 ` [U-Boot] [PATCH 10/14] dm: Driver model analysis document for Watchdog subsystem has been added Marek Vasut
2012-09-02 16:02 ` Wolfgang Denk
2012-08-08 11:42 ` [U-Boot] [PATCH 11/14] dm: add PCI design document Marek Vasut
2012-09-02 16:02 ` Wolfgang Denk
2012-08-08 11:42 ` [U-Boot] [PATCH 12/14] dm: Add pcmcia " Marek Vasut
2012-09-02 16:02 ` Wolfgang Denk
2012-08-08 11:42 ` [U-Boot] [PATCH 13/14] dm: RTC subsystem analysis added Marek Vasut
2012-09-02 16:02 ` Wolfgang Denk
2012-08-08 11:42 ` [U-Boot] [PATCH 14/14] dm: Add twserial device document Marek Vasut
2012-09-02 16:03 ` Wolfgang Denk
2012-08-08 18:20 ` [U-Boot] [PATCH 01/14] dm: Initial import of design documents Stephen Warren
2012-08-08 18:37 ` Marek Vasut
2012-08-08 19:11 ` Stephen Warren
2012-08-08 19:19 ` Marek Vasut
2012-09-02 16:00 ` Wolfgang Denk [this message]
2012-09-02 16:31 ` Vikram Narayanan
2012-09-02 16:49 ` Marek Vasut
2012-09-02 20:29 ` Wolfgang Denk
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=20120902160031.7BCDA203B2F@gemini.denx.de \
--to=wd@denx.de \
--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