All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 4/6] Create PHY Lib for U-Boot
Date: Thu, 7 Apr 2011 00:47:27 -0400	[thread overview]
Message-ID: <201104070047.28480.vapier@gentoo.org> (raw)
In-Reply-To: <20110407044344.C88C01537B0@gemini.denx.de>

On Thursday, April 07, 2011 00:43:44 Wolfgang Denk wrote:
> Andy Fleming wrote:
> > +#define SUPPORTED_10baseT_Half		(1 << 0)
> > +#define SUPPORTED_10baseT_Full		(1 << 1)
> > +#define SUPPORTED_100baseT_Half		(1 << 2)
> > +#define SUPPORTED_100baseT_Full		(1 << 3)
> > +#define SUPPORTED_1000baseT_Half	(1 << 4)
> > +#define SUPPORTED_1000baseT_Full	(1 << 5)
> > +#define SUPPORTED_Autoneg		(1 << 6)
> > +#define SUPPORTED_TP			(1 << 7)
> > +#define SUPPORTED_AUI			(1 << 8)
> > +#define SUPPORTED_MII			(1 << 9)
> > +#define SUPPORTED_FIBRE			(1 << 10)
> > +#define SUPPORTED_BNC			(1 << 11)
> > +#define SUPPORTED_10000baseT_Full	(1 << 12)
> > +#define SUPPORTED_Pause			(1 << 13)
> > +#define SUPPORTED_Asym_Pause		(1 << 14)
> > +#define SUPPORTED_2500baseX_Full	(1 << 15)
> > +#define SUPPORTED_Backplane		(1 << 16)
> > +#define SUPPORTED_1000baseKX_Full	(1 << 17)
> > +#define SUPPORTED_10000baseKX4_Full	(1 << 18)
> > +#define SUPPORTED_10000baseKR_Full	(1 << 19)
> > +#define SUPPORTED_10000baseR_FEC	(1 << 20)
> 
> We don't allow for CamelCaps identifiers or macro names. Macros are
> all caps, please.  Please fix globally.

these are taken straight from Linux which makes code sharing a lot easier
-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/20110407/8db57cf3/attachment.pgp 

  reply	other threads:[~2011-04-07  4:47 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-05 21:59 [U-Boot] [PATCH v2 0/6] Universal PHY Infrastructure Andy Fleming
2011-04-05 21:59 ` [U-Boot] [PATCH v2 1/6] tsec: use IO accessors for IO accesses Andy Fleming
2011-04-05 21:59   ` [U-Boot] [PATCH v2 2/6] tsec: arrange the code to avoid useless function declaration Andy Fleming
2011-04-05 21:59     ` [U-Boot] [PATCH v2 3/6] Remove instances of phy_read/write Andy Fleming
2011-04-05 21:59       ` [U-Boot] [PATCH v2 4/6] Create PHY Lib for U-Boot Andy Fleming
2011-04-05 21:59         ` [U-Boot] [PATCH v2 5/6] phylib: Add a bunch of PHY drivers from tsec Andy Fleming
2011-04-05 21:59           ` [U-Boot] [PATCH v2 6/6] tsec: Convert tsec to use PHY Lib Andy Fleming
2011-04-06 13:02             ` Detlev Zundel
2011-04-06 13:01           ` [U-Boot] [PATCH v2 5/6] phylib: Add a bunch of PHY drivers from tsec Detlev Zundel
2011-04-06 22:50           ` Mike Frysinger
2011-04-06 12:56         ` [U-Boot] [PATCH v2 4/6] Create PHY Lib for U-Boot Detlev Zundel
2011-04-06 23:09         ` Mike Frysinger
2011-04-07 14:16           ` Andy Fleming
2011-04-07 15:01             ` Wolfgang Denk
2011-04-07 19:37             ` Mike Frysinger
2011-04-07  4:43         ` Wolfgang Denk
2011-04-07  4:47           ` Mike Frysinger [this message]
2011-04-07  7:12             ` Wolfgang Denk
2011-04-07  5:19         ` Wolfgang Denk
2011-04-06 12:32       ` [U-Boot] [PATCH v2 3/6] Remove instances of phy_read/write Detlev Zundel
2011-04-06 12:31     ` [U-Boot] [PATCH v2 2/6] tsec: arrange the code to avoid useless function declaration Detlev Zundel
2011-04-06 12:29   ` [U-Boot] [PATCH v2 1/6] tsec: use IO accessors for IO accesses Detlev Zundel
2011-04-06 12:32     ` Kumar Gala
2011-04-06 12:07 ` [U-Boot] [PATCH v2 0/6] Universal PHY Infrastructure Detlev Zundel
2011-04-07 14:13   ` Andy Fleming
2011-04-07 19:43     ` Mike Frysinger
2011-04-08 11:44       ` Detlev Zundel

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=201104070047.28480.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.