* [U-Boot] [PATCH] at91_emac.h: fix typo in register definition
@ 2010-08-29 11:54 Andreas Bießmann
2010-08-30 16:24 ` Jens Scharsig
2010-09-03 10:25 ` Reinhard Meyer
0 siblings, 2 replies; 8+ messages in thread
From: Andreas Bießmann @ 2010-08-29 11:54 UTC (permalink / raw)
To: u-boot
Signed-off-by: Andreas Bie?mann <andreas.devel@googlemail.com>
---
arch/arm/include/asm/arch-at91/at91_emac.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/include/asm/arch-at91/at91_emac.h b/arch/arm/include/asm/arch-at91/at91_emac.h
index 45ae333..0e2ff78 100644
--- a/arch/arm/include/asm/arch-at91/at91_emac.h
+++ b/arch/arm/include/asm/arch-at91/at91_emac.h
@@ -61,7 +61,7 @@ typedef struct at91_emac {
u32 reserved2[3];
u32 hsh;
u32 hsl;
- u32 sh1l;
+ u32 sa1l;
u32 sa1h;
u32 sa2l;
u32 sa2h;
--
1.7.2.2
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [U-Boot] [PATCH] at91_emac.h: fix typo in register definition
2010-08-29 11:54 [U-Boot] [PATCH] at91_emac.h: fix typo in register definition Andreas Bießmann
@ 2010-08-30 16:24 ` Jens Scharsig
2010-09-03 10:25 ` Reinhard Meyer
1 sibling, 0 replies; 8+ messages in thread
From: Jens Scharsig @ 2010-08-30 16:24 UTC (permalink / raw)
To: u-boot
Am 29.08.2010 13:54, schrieb Andreas Bie?mann:
> Signed-off-by: Andreas Bie?mann <andreas.devel@googlemail.com>
> ---
> arch/arm/include/asm/arch-at91/at91_emac.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/include/asm/arch-at91/at91_emac.h b/arch/arm/include/asm/arch-at91/at91_emac.h
> index 45ae333..0e2ff78 100644
> --- a/arch/arm/include/asm/arch-at91/at91_emac.h
> +++ b/arch/arm/include/asm/arch-at91/at91_emac.h
> @@ -61,7 +61,7 @@ typedef struct at91_emac {
> u32 reserved2[3];
> u32 hsh;
> u32 hsl;
> - u32 sh1l;
> + u32 sa1l;
> u32 sa1h;
> u32 sa2l;
> u32 sa2h;
Ack,
regards Jens
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] [PATCH] at91_emac.h: fix typo in register definition
2010-08-29 11:54 [U-Boot] [PATCH] at91_emac.h: fix typo in register definition Andreas Bießmann
2010-08-30 16:24 ` Jens Scharsig
@ 2010-09-03 10:25 ` Reinhard Meyer
2010-09-03 11:27 ` Andreas Bießmann
2010-09-04 8:21 ` Andreas Bießmann
1 sibling, 2 replies; 8+ messages in thread
From: Reinhard Meyer @ 2010-09-03 10:25 UTC (permalink / raw)
To: u-boot
Dear Andreas Bie?mann,
> Signed-off-by: Andreas Bie?mann <andreas.devel@googlemail.com>
> ---
> arch/arm/include/asm/arch-at91/at91_emac.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/include/asm/arch-at91/at91_emac.h b/arch/arm/include/asm/arch-at91/at91_emac.h
> index 45ae333..0e2ff78 100644
> --- a/arch/arm/include/asm/arch-at91/at91_emac.h
> +++ b/arch/arm/include/asm/arch-at91/at91_emac.h
> @@ -61,7 +61,7 @@ typedef struct at91_emac {
> u32 reserved2[3];
> u32 hsh;
> u32 hsl;
> - u32 sh1l;
> + u32 sa1l;
> u32 sa1h;
> u32 sa2l;
> u32 sa2h;
Please resubmit as pure text, not base64 encoded.
It arrived base64 encoded here...
Thanks,
Reinhard
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] [PATCH] at91_emac.h: fix typo in register definition
2010-09-03 10:25 ` Reinhard Meyer
@ 2010-09-03 11:27 ` Andreas Bießmann
2010-09-03 11:42 ` Reinhard Meyer
2010-09-04 8:21 ` Andreas Bießmann
1 sibling, 1 reply; 8+ messages in thread
From: Andreas Bießmann @ 2010-09-03 11:27 UTC (permalink / raw)
To: u-boot
Dear Reinhard Meyer,
Am 03.09.2010 12:25, schrieb Reinhard Meyer:
> Dear Andreas Bie?mann,
> Please resubmit as pure text, not base64 encoded.
my MUA tells me:
---8<---
Message-Id: <1283082856-82859-1-git-send-email-andreas.devel@googlemail.com>
...
Content-Transfer-Encoding: 8bit
--->8---
> It arrived base64 encoded here...
however I can re-submit it this evening.
regards
Andreas Bie?mann
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] [PATCH] at91_emac.h: fix typo in register definition
2010-09-03 11:27 ` Andreas Bießmann
@ 2010-09-03 11:42 ` Reinhard Meyer
2010-09-03 13:27 ` Andreas Bießmann
0 siblings, 1 reply; 8+ messages in thread
From: Reinhard Meyer @ 2010-09-03 11:42 UTC (permalink / raw)
To: u-boot
Andreas Bie?mann schrieb:
> Dear Reinhard Meyer,
>
> Am 03.09.2010 12:25, schrieb Reinhard Meyer:
>> Dear Andreas Bie?mann,
>
>> Please resubmit as pure text, not base64 encoded.
>
> my MUA tells me:
>
> ---8<---
> Message-Id: <1283082856-82859-1-git-send-email-andreas.devel@googlemail.com>
> ...
> Content-Transfer-Encoding: 8bit
> --->8---
I saw that, but.. see below...
Your other patches are in plain text, only this one sticks out:)
Thats what I see here:
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] [PATCH] at91_emac.h: fix typo in register definition
2010-09-03 11:42 ` Reinhard Meyer
@ 2010-09-03 13:27 ` Andreas Bießmann
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Bießmann @ 2010-09-03 13:27 UTC (permalink / raw)
To: u-boot
Dear Reinhard Meyer,
Am 03.09.2010 13:42, schrieb Reinhard Meyer:
> Andreas Bie?mann schrieb:
>> Dear Reinhard Meyer,
>> Am 03.09.2010 12:25, schrieb Reinhard Meyer:
>>> Dear Andreas Bie?mann,
>>
>>> Please resubmit as pure text, not base64 encoded.
>>
>> my MUA tells me:
>>
>> ---8<---
>> Message-Id: <1283082856-82859-1-git-send-email-andreas.devel@googlemail.com>
>> ...
>> Content-Transfer-Encoding: 8bit
>> --->8---
>
> I saw that, but.. see below...
>
> Your other patches are in plain text, only this one sticks out:)
>
> Thats what I see here:
[snip]
> Content-Transfer-Encoding: base64
> ^^^^^^ SOMEWHERE this got added..??!!??
[snap]
ouch ... this was my first patch sent from my macbook at home (through
gmail). Will investigate that this evening.
regards
Andreas Bie?mann
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] [PATCH] at91_emac.h: fix typo in register definition
2010-09-03 10:25 ` Reinhard Meyer
2010-09-03 11:27 ` Andreas Bießmann
@ 2010-09-04 8:21 ` Andreas Bießmann
2010-09-23 8:51 ` Reinhard Meyer
1 sibling, 1 reply; 8+ messages in thread
From: Andreas Bießmann @ 2010-09-04 8:21 UTC (permalink / raw)
To: u-boot
Signed-off-by: Andreas Bie?mann <andreas.devel@googlemail.com>
---
resent this patch cause of http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/83565/focus=83856
arch/arm/include/asm/arch-at91/at91_emac.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/include/asm/arch-at91/at91_emac.h b/arch/arm/include/asm/arch-at91/at91_emac.h
index 45ae333..0e2ff78 100644
--- a/arch/arm/include/asm/arch-at91/at91_emac.h
+++ b/arch/arm/include/asm/arch-at91/at91_emac.h
@@ -61,7 +61,7 @@ typedef struct at91_emac {
u32 reserved2[3];
u32 hsh;
u32 hsl;
- u32 sh1l;
+ u32 sa1l;
u32 sa1h;
u32 sa2l;
u32 sa2h;
--
1.7.2.2
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [U-Boot] [PATCH] at91_emac.h: fix typo in register definition
2010-09-04 8:21 ` Andreas Bießmann
@ 2010-09-23 8:51 ` Reinhard Meyer
0 siblings, 0 replies; 8+ messages in thread
From: Reinhard Meyer @ 2010-09-23 8:51 UTC (permalink / raw)
To: u-boot
Dear Andreas Bie?mann,
> Signed-off-by: Andreas Bie?mann <andreas.devel@googlemail.com>
> ---
> resent this patch cause of http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/83565/focus=83856
Applied to u-boot-atmel/at91.
Thanks,
Reinhard
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2010-09-23 8:51 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-29 11:54 [U-Boot] [PATCH] at91_emac.h: fix typo in register definition Andreas Bießmann
2010-08-30 16:24 ` Jens Scharsig
2010-09-03 10:25 ` Reinhard Meyer
2010-09-03 11:27 ` Andreas Bießmann
2010-09-03 11:42 ` Reinhard Meyer
2010-09-03 13:27 ` Andreas Bießmann
2010-09-04 8:21 ` Andreas Bießmann
2010-09-23 8:51 ` Reinhard Meyer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox