* [U-Boot] [PATCH] at91rm9200.h: fix ATMEL_PMX_AA_TXD2
@ 2011-06-12 10:00 Andreas Bießmann
2011-06-12 11:25 ` [U-Boot] [PATCH v2] " Andreas Bießmann
0 siblings, 1 reply; 5+ messages in thread
From: Andreas Bießmann @ 2011-06-12 10:00 UTC (permalink / raw)
To: u-boot
This patch sets the ATMEL_PMX_AA_TXD2 tzo the correct value.
Signed-off-by: Andreas Bie?mann <andreas.devel@googlemail.com>
CC: Jens Scharsig <js_at_ng@scharsoft.de>
CC: eric at eukrea.com
---
arch/arm/include/asm/arch-at91/at91rm9200.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/include/asm/arch-at91/at91rm9200.h b/arch/arm/include/asm/arch-at91/at91rm9200.h
index 8b27756..e09d145 100644
--- a/arch/arm/include/asm/arch-at91/at91rm9200.h
+++ b/arch/arm/include/asm/arch-at91/at91rm9200.h
@@ -104,7 +104,7 @@
#define ATMEL_PMX_AA_EMDC 0x00008000
#define ATMEL_PMX_AA_EMDIO 0x00010000
-#define ATMEL_PMX_AA_TXD2 0x00810000
+#define ATMEL_PMX_AA_TXD2 0x00800000
#define ATMEL_PMX_AA_TWD 0x02000000
#define ATMEL_PMX_AA_TWCK 0x04000000
--
1.7.5.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [U-Boot] [PATCH v2] at91rm9200.h: fix ATMEL_PMX_AA_TXD2
2011-06-12 10:00 [U-Boot] [PATCH] at91rm9200.h: fix ATMEL_PMX_AA_TXD2 Andreas Bießmann
@ 2011-06-12 11:25 ` Andreas Bießmann
2011-06-14 16:19 ` Andreas Bießmann
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Andreas Bießmann @ 2011-06-12 11:25 UTC (permalink / raw)
To: u-boot
This patch sets the ATMEL_PMX_AA_TXD2 to the correct value.
Signed-off-by: Andreas Bie?mann <andreas.devel@googlemail.com>
CC: Jens Scharsig <js_at_ng@scharsoft.de>
CC: eric at eukrea.com
---
changes since v1:
- fix typo in commit message
arch/arm/include/asm/arch-at91/at91rm9200.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/include/asm/arch-at91/at91rm9200.h b/arch/arm/include/asm/arch-at91/at91rm9200.h
index ff18014..f1912e2 100644
--- a/arch/arm/include/asm/arch-at91/at91rm9200.h
+++ b/arch/arm/include/asm/arch-at91/at91rm9200.h
@@ -99,7 +99,7 @@
#define ATMEL_PMX_AA_EMDC 0x00008000
#define ATMEL_PMX_AA_EMDIO 0x00010000
-#define ATMEL_PMX_AA_TXD2 0x00810000
+#define ATMEL_PMX_AA_TXD2 0x00800000
#define ATMEL_PMX_AA_TWD 0x02000000
#define ATMEL_PMX_AA_TWCK 0x04000000
--
1.7.5.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [U-Boot] [PATCH v2] at91rm9200.h: fix ATMEL_PMX_AA_TXD2
2011-06-12 11:25 ` [U-Boot] [PATCH v2] " Andreas Bießmann
@ 2011-06-14 16:19 ` Andreas Bießmann
2011-06-14 18:49 ` Eric Bénard
2011-06-30 8:45 ` Reinhard Meyer
2 siblings, 0 replies; 5+ messages in thread
From: Andreas Bießmann @ 2011-06-14 16:19 UTC (permalink / raw)
To: u-boot
Dear Reinhard Meyer,
Am 12.06.2011 um 13:25 schrieb Andreas Bie?mann:
> This patch sets the ATMEL_PMX_AA_TXD2 to the correct value.
>
> Signed-off-by: Andreas Bie?mann <andreas.devel@googlemail.com>
> CC: Jens Scharsig <js_at_ng@scharsoft.de>
> CC: eric at eukrea.com
this is a fix and should go into 2011.06. Jens, Eric ... any objections?
regards
Andreas Bie?mann
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] [PATCH v2] at91rm9200.h: fix ATMEL_PMX_AA_TXD2
2011-06-12 11:25 ` [U-Boot] [PATCH v2] " Andreas Bießmann
2011-06-14 16:19 ` Andreas Bießmann
@ 2011-06-14 18:49 ` Eric Bénard
2011-06-30 8:45 ` Reinhard Meyer
2 siblings, 0 replies; 5+ messages in thread
From: Eric Bénard @ 2011-06-14 18:49 UTC (permalink / raw)
To: u-boot
On 12/06/2011 13:25, Andreas Bie?mann wrote:
> This patch sets the ATMEL_PMX_AA_TXD2 to the correct value.
>
> Signed-off-by: Andreas Bie?mann<andreas.devel@googlemail.com>
> CC: Jens Scharsig<js_at_ng@scharsoft.de>
> CC: eric at eukrea.com
Acked-by: Eric B?nard <eric@eukrea.com>
Thanks !
> ---
> changes since v1:
> - fix typo in commit message
>
> arch/arm/include/asm/arch-at91/at91rm9200.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/include/asm/arch-at91/at91rm9200.h b/arch/arm/include/asm/arch-at91/at91rm9200.h
> index ff18014..f1912e2 100644
> --- a/arch/arm/include/asm/arch-at91/at91rm9200.h
> +++ b/arch/arm/include/asm/arch-at91/at91rm9200.h
> @@ -99,7 +99,7 @@
> #define ATMEL_PMX_AA_EMDC 0x00008000
> #define ATMEL_PMX_AA_EMDIO 0x00010000
>
> -#define ATMEL_PMX_AA_TXD2 0x00810000
> +#define ATMEL_PMX_AA_TXD2 0x00800000
>
> #define ATMEL_PMX_AA_TWD 0x02000000
> #define ATMEL_PMX_AA_TWCK 0x04000000
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] [PATCH v2] at91rm9200.h: fix ATMEL_PMX_AA_TXD2
2011-06-12 11:25 ` [U-Boot] [PATCH v2] " Andreas Bießmann
2011-06-14 16:19 ` Andreas Bießmann
2011-06-14 18:49 ` Eric Bénard
@ 2011-06-30 8:45 ` Reinhard Meyer
2 siblings, 0 replies; 5+ messages in thread
From: Reinhard Meyer @ 2011-06-30 8:45 UTC (permalink / raw)
To: u-boot
Dear Andreas Bie?mann,
> This patch sets the ATMEL_PMX_AA_TXD2 to the correct value.
>
> Signed-off-by: Andreas Bie?mann <andreas.devel@googlemail.com>
> CC: Jens Scharsig <js_at_ng@scharsoft.de>
> CC: eric at eukrea.com
> ---
> changes since v1:
> - fix typo in commit message
>
> arch/arm/include/asm/arch-at91/at91rm9200.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
Applied to u-boot-atmel/master.
Thanks,
Reinhard
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-06-30 8:45 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-12 10:00 [U-Boot] [PATCH] at91rm9200.h: fix ATMEL_PMX_AA_TXD2 Andreas Bießmann
2011-06-12 11:25 ` [U-Boot] [PATCH v2] " Andreas Bießmann
2011-06-14 16:19 ` Andreas Bießmann
2011-06-14 18:49 ` Eric Bénard
2011-06-30 8:45 ` Reinhard Meyer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox