netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Karl Beldan <karl.beldan@gmail.com>
To: Mike Frysinger <vapier@gentoo.org>
Cc: netdev@vger.kernel.org, "David S. Miller" <davem@davemloft.net>,
	uclinux-dist-devel@blackfin.uclinux.org,
	Lennert Buytenhek <buytenh@wantstofly.org>,
	Graf Yang <graf.yang@analog.com>, Bryan Wu <cooloney@kernel.org>
Subject: Re: [PATCH 2/2 v2] net: dsa: introduce MICREL KSZ8893MQL/BL ethernet switch chip support
Date: Wed, 21 Jul 2010 22:45:10 +0200	[thread overview]
Message-ID: <AANLkTikTFOzykJCJCZvaeEEP7onCX4C_BAWVvdnh69o3@mail.gmail.com> (raw)
In-Reply-To: <1279729776-30091-1-git-send-email-vapier@gentoo.org>

On 7/21/10, Mike Frysinger <vapier@gentoo.org> wrote:
[...]
>  net/dsa/Kconfig    |    7 +
>  net/dsa/Makefile   |    1 +
>  net/dsa/ksz8893m.c |  341
> ++++++++++++++++++++++++++++++++++++++++++++++++++++
>  net/dsa/ksz8893m.h |  163 +++++++++++++++++++++++++
>  4 files changed, 512 insertions(+), 0 deletions(-)
>  create mode 100644 net/dsa/ksz8893m.c
>  create mode 100644 net/dsa/ksz8893m.h
>
[...]
> +/* Port3Control0 defines */
> +#define TAG_INSERTION     0x04
> +
> +/* GlobalControl9 defines */
> +#define SPECIAL_TPID_MODE 0x01
> +

How about prefixes like 'PC0_' (PortControl0)  ?

-- 
Karl

  reply	other threads:[~2010-07-21 20:45 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-21 13:37 [PATCH 1/2] net: dsa: introduce STPID switch tagging handling code Mike Frysinger
2010-07-21 13:37 ` [PATCH 2/2] net: dsa: introduce MICREL KSZ8893MQL/BL ethernet switch chip support Mike Frysinger
2010-07-21 15:16   ` Lennert Buytenhek
2010-07-21 15:33     ` Eric Dumazet
2010-07-21 15:36       ` Lennert Buytenhek
2010-07-21 16:40       ` Joe Perches
2010-07-21 16:05     ` [Uclinux-dist-devel] " Mike Frysinger
2010-07-21 20:31       ` Karl Beldan
2010-07-21 21:00         ` Mike Frysinger
2010-07-22 19:27           ` Karl Beldan
     [not found]     ` <20100721151608.GM21121-SHk0+jKqY/D5VnbZ9m/NDkB+6BGkLq7r@public.gmane.org>
2010-07-21 17:23       ` David Miller
2010-07-21 16:29   ` [PATCH 2/2 v2] " Mike Frysinger
2010-07-21 20:45     ` Karl Beldan [this message]
2010-07-21 15:02 ` [PATCH 1/2] net: dsa: introduce STPID switch tagging handling code Lennert Buytenhek
2010-07-21 15:29   ` [Uclinux-dist-devel] " Mike Frysinger
2010-07-21 15:35     ` Lennert Buytenhek
2010-07-21 16:08       ` Mike Frysinger
2010-07-29 17:50         ` Mike Frysinger
2010-08-10 14:05           ` Lennert Buytenhek
2010-08-10 17:04             ` Mike Frysinger
2010-08-12 22:38               ` Mike Frysinger

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=AANLkTikTFOzykJCJCZvaeEEP7onCX4C_BAWVvdnh69o3@mail.gmail.com \
    --to=karl.beldan@gmail.com \
    --cc=buytenh@wantstofly.org \
    --cc=cooloney@kernel.org \
    --cc=davem@davemloft.net \
    --cc=graf.yang@analog.com \
    --cc=netdev@vger.kernel.org \
    --cc=uclinux-dist-devel@blackfin.uclinux.org \
    --cc=vapier@gentoo.org \
    /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;
as well as URLs for NNTP newsgroup(s).