* [U-Boot] [PATCH][v1] r7780mp: fix typo in Ethernet chip model number comment.
@ 2009-09-08 15:24 Marcel Ziswiler
2009-09-08 18:37 ` Wolfgang Denk
2009-09-09 19:09 ` [U-Boot] [PATCH][v2] " Marcel Ziswiler
0 siblings, 2 replies; 7+ messages in thread
From: Marcel Ziswiler @ 2009-09-08 15:24 UTC (permalink / raw)
To: u-boot
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@noser.com>
---
include/configs/r7780mp.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/configs/r7780mp.h b/include/configs/r7780mp.h
index 7738a17..71c570e 100644
--- a/include/configs/r7780mp.h
+++ b/include/configs/r7780mp.h
@@ -154,7 +154,7 @@
#define CONFIG_NET_MULTI
#define CONFIG_RTL8169
*/
-/* AX88696L Support(NE2000 base chip) */
+/* AX88796L Support(NE2000 base chip) */
#define CONFIG_DRIVER_NE2000
#define CONFIG_DRIVER_AX88796L
#define CONFIG_DRIVER_NE2000_BASE 0xA4100000
--
1.6.0.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [U-Boot] [PATCH][v1] r7780mp: fix typo in Ethernet chip model number comment.
2009-09-08 15:24 [U-Boot] [PATCH][v1] r7780mp: fix typo in Ethernet chip model number comment Marcel Ziswiler
@ 2009-09-08 18:37 ` Wolfgang Denk
2009-09-08 20:41 ` Marcel Ziswiler
2009-09-09 19:09 ` [U-Boot] [PATCH][v2] " Marcel Ziswiler
1 sibling, 1 reply; 7+ messages in thread
From: Wolfgang Denk @ 2009-09-08 18:37 UTC (permalink / raw)
To: u-boot
Dear Marcel Ziswiler,
In message <1252423492.5386.7.camel@com-21> you wrote:
> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@noser.com>
> ---
> include/configs/r7780mp.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Your patch numbering is really, really confusing. There is a patch
posted for the first time numbered as v2, another one as v3, and this
here is the second version of a patch which is still numbered v1.
I completely lost you here.
I don;t understand if these patches are supposed to be part of a
series, or if they are independet of each other, or what else these
random vN additions might mean. Please eluciadate.
Also please note that new versions of a patch should contain a
comment (below the "---" line) that describes what has been changed
compared to the old version, i. e. here something like: "v2: added
missing SoB line" or so.
Given this confusion, I will ignore the whole batch of 7 patches you
just sent. Please work on the other review comments, and then decide
how you want to post them - as series or independent patches. Assume
version numbering restarts from zero, as I really ignore this current
patch series.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Whom the gods would destroy, they first teach BASIC.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] [PATCH][v1] r7780mp: fix typo in Ethernet chip model number comment.
2009-09-08 18:37 ` Wolfgang Denk
@ 2009-09-08 20:41 ` Marcel Ziswiler
2009-09-08 20:52 ` Wolfgang Denk
0 siblings, 1 reply; 7+ messages in thread
From: Marcel Ziswiler @ 2009-09-08 20:41 UTC (permalink / raw)
To: u-boot
On Tue, 2009-09-08 at 20:37 +0200, Wolfgang Denk wrote:
> Your patch numbering is really, really confusing. There is a patch
> posted for the first time numbered as v2, another one as v3, and this
> here is the second version of a patch which is still numbered v1.
Sorry if I confused you, that was not my intention at all, but I truly carefully numbered my patches. Every patch having a v > 1 was already posted here once before:
http://article.gmane.org/gmane.comp.boot-loaders.u-boot/67275
http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/67197
http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/67197
> I completely lost you here.
>
> I don;t understand if these patches are supposed to be part of a
> series, or if they are independet of each other, or what else these
> random vN additions might mean. Please eluciadate.
If it would be a series, one would add something like [3/6] or such. So it is no series, just a few very simple patches.
> Also please note that new versions of a patch should contain a
> comment (below the "---" line) that describes what has been changed
> compared to the old version, i. e. here something like: "v2: added
> missing SoB line" or so.
OK, this one is new for me, sorry. Unfortunately the one I looked at did not include any such history neither:
http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/67181
> Given this confusion, I will ignore the whole batch of 7 patches you
> just sent. Please work on the other review comments, and then decide
> how you want to post them - as series or independent patches. Assume
> version numbering restarts from zero, as I really ignore this current
> patch series.
That's really sad.
Cheers
Marcel Ziswiler
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] [PATCH][v1] r7780mp: fix typo in Ethernet chip model number comment.
2009-09-08 20:41 ` Marcel Ziswiler
@ 2009-09-08 20:52 ` Wolfgang Denk
0 siblings, 0 replies; 7+ messages in thread
From: Wolfgang Denk @ 2009-09-08 20:52 UTC (permalink / raw)
To: u-boot
Dear Marcel Ziswiler,
In message <1252442498.5386.67.camel@com-21> you wrote:
> On Tue, 2009-09-08 at 20:37 +0200, Wolfgang Denk wrote:
> > Your patch numbering is really, really confusing. There is a patch
> > posted for the first time numbered as v2, another one as v3, and this
> > here is the second version of a patch which is still numbered v1.
>
> Sorry if I confused you, that was not my intention at all, but I truly carefully numbered my patches. Every patch having a v > 1 was already posted here once before:
> http://article.gmane.org/gmane.comp.boot-loaders.u-boot/67275
> http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/67197
> http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/67197
Could you please make sure not to break threading, then?
> > Given this confusion, I will ignore the whole batch of 7 patches you
> > just sent. Please work on the other review comments, and then decide
> > how you want to post them - as series or independent patches. Assume
> > version numbering restarts from zero, as I really ignore this current
> > patch series.
>
> That's really sad.
Not really; I think most patches need minor changes anyway.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
It is dangerous to be right on a subject on which the established
authorities are wrong. -- Voltaire
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] [PATCH][v2] r7780mp: fix typo in Ethernet chip model number comment.
2009-09-08 15:24 [U-Boot] [PATCH][v1] r7780mp: fix typo in Ethernet chip model number comment Marcel Ziswiler
2009-09-08 18:37 ` Wolfgang Denk
@ 2009-09-09 19:09 ` Marcel Ziswiler
2009-09-10 21:11 ` Wolfgang Denk
1 sibling, 1 reply; 7+ messages in thread
From: Marcel Ziswiler @ 2009-09-09 19:09 UTC (permalink / raw)
To: u-boot
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@noser.com>
---
Changes since v1:
- CC R7780MP maintainer Nobuhiro Iwamatsu
include/configs/r7780mp.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/configs/r7780mp.h b/include/configs/r7780mp.h
index 7738a17..71c570e 100644
--- a/include/configs/r7780mp.h
+++ b/include/configs/r7780mp.h
@@ -154,7 +154,7 @@
#define CONFIG_NET_MULTI
#define CONFIG_RTL8169
*/
-/* AX88696L Support(NE2000 base chip) */
+/* AX88796L Support(NE2000 base chip) */
#define CONFIG_DRIVER_NE2000
#define CONFIG_DRIVER_AX88796L
#define CONFIG_DRIVER_NE2000_BASE 0xA4100000
--
1.6.4.2
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [U-Boot] [PATCH][v2] r7780mp: fix typo in Ethernet chip model number comment.
2009-09-09 19:09 ` [U-Boot] [PATCH][v2] " Marcel Ziswiler
@ 2009-09-10 21:11 ` Wolfgang Denk
0 siblings, 0 replies; 7+ messages in thread
From: Wolfgang Denk @ 2009-09-10 21:11 UTC (permalink / raw)
To: u-boot
Dear Marcel Ziswiler,
In message <1252523340.3643.2.camel@com-21> you wrote:
> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@noser.com>
> ---
> Changes since v1:
> - CC R7780MP maintainer Nobuhiro Iwamatsu
>
> include/configs/r7780mp.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
One of the advantages of being a captain is being able to ask for ad-
vice without necessarily having to take it.
-- Kirk, "Dagger of the Mind", stardate 2715.2
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] [PATCH][v1] r7780mp: fix typo in Ethernet chip model number comment.
@ 2009-09-08 15:22 Marcel Ziswiler
0 siblings, 0 replies; 7+ messages in thread
From: Marcel Ziswiler @ 2009-09-08 15:22 UTC (permalink / raw)
To: u-boot
---
include/configs/r7780mp.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/configs/r7780mp.h b/include/configs/r7780mp.h
index 7738a17..71c570e 100644
--- a/include/configs/r7780mp.h
+++ b/include/configs/r7780mp.h
@@ -154,7 +154,7 @@
#define CONFIG_NET_MULTI
#define CONFIG_RTL8169
*/
-/* AX88696L Support(NE2000 base chip) */
+/* AX88796L Support(NE2000 base chip) */
#define CONFIG_DRIVER_NE2000
#define CONFIG_DRIVER_AX88796L
#define CONFIG_DRIVER_NE2000_BASE 0xA4100000
--
1.6.0.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2009-09-10 21:11 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-08 15:24 [U-Boot] [PATCH][v1] r7780mp: fix typo in Ethernet chip model number comment Marcel Ziswiler
2009-09-08 18:37 ` Wolfgang Denk
2009-09-08 20:41 ` Marcel Ziswiler
2009-09-08 20:52 ` Wolfgang Denk
2009-09-09 19:09 ` [U-Boot] [PATCH][v2] " Marcel Ziswiler
2009-09-10 21:11 ` Wolfgang Denk
-- strict thread matches above, loose matches on Subject: below --
2009-09-08 15:22 [U-Boot] [PATCH][v1] " Marcel Ziswiler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox