From: Eric Dumazet <eric.dumazet-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: David Miller <davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
Cc: tomasw-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org,
netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
yi.zhu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org,
inaky.perez-gonzalez-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org,
cindy.h.kao-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org,
guy.cohen-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org,
ron.rindjunsky-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org,
tomas.winkler-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org,
Joe Perches <joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
Subject: Re: [PATCH 1/3] iwmc3200top: Add Intel Wireless MultiCom 3200 top driver.
Date: Sun, 11 Oct 2009 09:40:54 +0200 [thread overview]
Message-ID: <4AD18C06.8040002@gmail.com> (raw)
In-Reply-To: <20091010.185852.133969433.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
David Miller a écrit :
>
> If it's not in netdev patchwork, I don't plan to add it.
>
> If it is in patchwork, then it's in my backlog and I'll get to it.
>
> People should never really have to ask me these questions, that's one
> of the main points of:
>
> http://patchwork.ozlabs.org/project/netdev/list/
>
> You can always see there what's "pending".
Me wondering if this information could be put in MAINTAINERS or Documentation/ something...
I know it only because I caught one of your answer a while ago :)
Either a per project info, or a global ref to http://patchwork.ozlabs.org/
diff --git a/MAINTAINERS b/MAINTAINERS
index e1da925..18244ad 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3654,6 +3654,7 @@ NETWORKING [GENERAL]
M: "David S. Miller" <davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
L: netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
W: http://www.linuxfoundation.org/en/Net
+W: http://patchwork.ozlabs.org/project/netdev/list/
T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
S: Maintained
F: net/
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: Eric Dumazet <eric.dumazet@gmail.com>
To: David Miller <davem@davemloft.net>
Cc: tomasw@gmail.com, linville@tuxdriver.com, netdev@vger.kernel.org,
linux-wireless@vger.kernel.org, linux-mmc@vger.kernel.org,
yi.zhu@intel.com, inaky.perez-gonzalez@intel.com,
cindy.h.kao@intel.com, guy.cohen@intel.com,
ron.rindjunsky@intel.com, tomas.winkler@intel.com,
Joe Perches <joe@perches.com>
Subject: Re: [PATCH 1/3] iwmc3200top: Add Intel Wireless MultiCom 3200 top driver.
Date: Sun, 11 Oct 2009 09:40:54 +0200 [thread overview]
Message-ID: <4AD18C06.8040002@gmail.com> (raw)
In-Reply-To: <20091010.185852.133969433.davem@davemloft.net>
David Miller a écrit :
>
> If it's not in netdev patchwork, I don't plan to add it.
>
> If it is in patchwork, then it's in my backlog and I'll get to it.
>
> People should never really have to ask me these questions, that's one
> of the main points of:
>
> http://patchwork.ozlabs.org/project/netdev/list/
>
> You can always see there what's "pending".
Me wondering if this information could be put in MAINTAINERS or Documentation/ something...
I know it only because I caught one of your answer a while ago :)
Either a per project info, or a global ref to http://patchwork.ozlabs.org/
diff --git a/MAINTAINERS b/MAINTAINERS
index e1da925..18244ad 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3654,6 +3654,7 @@ NETWORKING [GENERAL]
M: "David S. Miller" <davem@davemloft.net>
L: netdev@vger.kernel.org
W: http://www.linuxfoundation.org/en/Net
+W: http://patchwork.ozlabs.org/project/netdev/list/
T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
S: Maintained
F: net/
next prev parent reply other threads:[~2009-10-11 7:40 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-22 23:38 [PATCH 0/3 net] Add iwmc3200top driver Tomas Winkler
2009-09-22 23:38 ` [PATCH 1/3] iwmc3200top: Add Intel Wireless MultiCom 3200 top driver Tomas Winkler
[not found] ` <1253662724-16497-2-git-send-email-tomas.winkler-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2009-09-22 23:38 ` [PATCH 2/3] iwmc3200wifi: select IWMC3200TOP in Kconfig Tomas Winkler
2009-09-22 23:38 ` Tomas Winkler
2009-09-22 23:38 ` [PATCH 3/3] i2400m-sdio: " Tomas Winkler
[not found] ` <1253662724-16497-4-git-send-email-tomas.winkler-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2009-09-23 0:44 ` Marcel Holtmann
2009-09-23 0:44 ` Marcel Holtmann
[not found] ` <1253666644.2931.7.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2009-09-23 5:36 ` Tomas Winkler
2009-09-23 5:36 ` Tomas Winkler
[not found] ` <1253662724-16497-3-git-send-email-tomas.winkler-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2009-09-29 9:22 ` [PATCH 2/3] iwmc3200wifi: " Zhu Yi
2009-09-29 9:22 ` Zhu Yi
2009-10-10 11:01 ` [PATCH 1/3] iwmc3200top: Add Intel Wireless MultiCom 3200 top driver Marcel Holtmann
2009-10-10 11:01 ` Marcel Holtmann
[not found] ` <1255172508.19127.22.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2009-10-10 18:05 ` Tomas Winkler
2009-10-10 18:05 ` Tomas Winkler
2009-10-11 1:59 ` David Miller
2009-09-23 6:57 ` Johannes Berg
[not found] ` <1253689036.4458.22.camel-YfaajirXv2244ywRPIzf9A@public.gmane.org>
2009-09-23 7:23 ` Tomas Winkler
2009-09-23 7:23 ` Tomas Winkler
2009-09-23 7:34 ` Johannes Berg
[not found] ` <1253691283.4458.38.camel-YfaajirXv2244ywRPIzf9A@public.gmane.org>
2009-09-23 12:29 ` Tomas Winkler
2009-09-23 12:29 ` Tomas Winkler
2009-09-23 17:48 ` Inaky Perez-Gonzalez
2009-10-10 9:38 ` Tomas Winkler
[not found] ` <1ba2fa240910100238s709c31d3s6cb612f502b1086f-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-10-11 1:58 ` David Miller
2009-10-11 1:58 ` David Miller
[not found] ` <20091010.185852.133969433.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
2009-10-11 7:40 ` Eric Dumazet [this message]
2009-10-11 7:40 ` Eric Dumazet
2009-10-12 6:07 ` David Miller
2009-10-11 8:05 ` Tomas Winkler
2009-10-11 10:36 ` David Miller
2009-10-11 13:07 ` Tomas Winkler
2009-10-12 13:17 ` John W. Linville
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=4AD18C06.8040002@gmail.com \
--to=eric.dumazet-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
--cc=cindy.h.kao-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
--cc=davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org \
--cc=guy.cohen-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
--cc=inaky.perez-gonzalez-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
--cc=joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org \
--cc=linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org \
--cc=netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=ron.rindjunsky-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
--cc=tomas.winkler-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
--cc=tomasw-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=yi.zhu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.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 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.