From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Mon, 20 Jul 2009 22:09:11 -0700 Subject: [U-Boot] [PATCH 2/2] document network driver framework In-Reply-To: <1247965449-23375-2-git-send-email-vapier@gentoo.org> References: <4A5F6524.7040909@gmail.com> <1247965449-23375-2-git-send-email-vapier@gentoo.org> Message-ID: <4A654D77.4070901@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 Mike Frysinger wrote: > Signed-off-by: Mike Frysinger > --- > Ben: some things to note: > - i adopted Jean's proposed naming scheme in the CONFIG section > Is this a generally-accepted naming convention? I personally think it's crap, and since there isn't a single driver that uses it yet, you might say this is a bit ahead of the curve. > - i deprecated calling the driver-specific entry point > "xxx_initialization()" in favor of "xxx_register()" because the > former is way too confusing with everyone also having "xxx_init()" > That may be so, but since there isn't a single driver that uses this naming convention, you're wishing something that ain't so. Other than that, nice writeup. thanks! Ben