From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Sun, 04 Oct 2009 23:05:15 -0700 Subject: [U-Boot] [PATCH v2] document network driver framework In-Reply-To: <1252521682-5067-1-git-send-email-vapier@gentoo.org> References: <1247965449-23375-2-git-send-email-vapier@gentoo.org> <1252521682-5067-1-git-send-email-vapier@gentoo.org> Message-ID: <4AC98C9B.30701@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 Hi Mike, Mike Frysinger wrote: > Signed-off-by: Mike Frysinger > --- > v2 > - drop CONFIG naming section > - fix MII documentation > > doc/README.drivers.eth | 177 ++++++++++++++++++++++++++++++++++++++++++++++++ > 1 files changed, 177 insertions(+), 0 deletions(-) > create mode 100644 doc/README.drivers.eth > Applied to net repo. I'll add info about the return code of the initialize() functions in a separate patch. It wouldn't be fair to ask you to do that. thanks, Ben