From: Mike Frysinger <vapier@gentoo.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 3/4] net: phy: add support for Micrel's KSZ9021
Date: Thu, 26 Jan 2012 21:54:00 -0500 [thread overview]
Message-ID: <201201262154.02374.vapier@gentoo.org> (raw)
In-Reply-To: <1327616505-11669-3-git-send-email-troy.kisky@boundarydevices.com>
On Thursday 26 January 2012 17:21:44 Troy Kisky wrote:
> +/* This is used to set board specific things like clock skew */
> +unsigned short ksz9021_por_cmds[] = {
static const
> +int ksz9021_send_phy_cmds(struct phy_device *phydev, unsigned short* p)
static
> + for (;;) {
personally, i'd prefer:
while (1) {
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20120126/4b3d2373/attachment.pgp>
next prev parent reply other threads:[~2012-01-27 2:54 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-26 22:21 [U-Boot] [PATCH 1/4] net: fec_mxc: add 1000 Mbps selection Troy Kisky
2012-01-26 22:21 ` [U-Boot] [PATCH 2/4] net: fec_mxc: add PHYLIB support Troy Kisky
2012-01-30 2:04 ` Andy Fleming
2012-01-31 2:13 ` Troy Kisky
2012-02-01 0:29 ` Andy Fleming
2012-02-01 2:00 ` Troy Kisky
2012-01-26 22:21 ` [U-Boot] [PATCH 3/4] net: phy: add support for Micrel's KSZ9021 Troy Kisky
2012-01-27 2:54 ` Mike Frysinger [this message]
2012-01-27 21:56 ` Troy Kisky
2012-01-30 2:26 ` Andy Fleming
2012-01-30 21:30 ` Troy Kisky
2012-01-31 0:05 ` Andy Fleming
2012-01-31 2:06 ` Troy Kisky
2012-01-26 22:21 ` [U-Boot] [PATCH 4/4] i.mx6q: mx6qsabrelite: Update the network configuration Troy Kisky
2012-01-27 10:25 ` [U-Boot] [PATCH 1/4] net: fec_mxc: add 1000 Mbps selection Dirk Behme
2012-01-30 1:56 ` Andy Fleming
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=201201262154.02374.vapier@gentoo.org \
--to=vapier@gentoo.org \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.