LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH 2.6.21-rc2] AT91SAM9261: Enable second and third UART
@ 2007-03-01 15:24 Jan Altenberg
2007-03-01 18:26 ` Ben Dooks
0 siblings, 1 reply; 3+ messages in thread
From: Jan Altenberg @ 2007-03-01 15:24 UTC (permalink / raw)
To: andrew; +Cc: linux-kernel
- Enable ttyS1 and ttyS2 for the AT91SAM9261EK
Signed-off-by: Jan Altenberg <jan@linutronix.de>
---
arch/arm/mach-at91/board-sam9261ek.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: linux-2.6/arch/arm/mach-at91/board-sam9261ek.c
===================================================================
--- linux-2.6.orig/arch/arm/mach-at91/board-sam9261ek.c
+++ linux-2.6/arch/arm/mach-at91/board-sam9261ek.c
@@ -50,8 +50,8 @@
*/
static struct at91_uart_config __initdata ek_uart_config = {
.console_tty = 0, /* ttyS0 */
- .nr_tty = 1,
- .tty_map = { 3, -1, -1, -1 } /* ttyS0, ..., ttyS3 */
+ .nr_tty = 3,
+ .tty_map = { 3, 0, 1, -1 } /* ttyS0, ..., ttyS3 */
};
static void __init ek_map_io(void)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 2.6.21-rc2] AT91SAM9261: Enable second and third UART
2007-03-01 15:24 [PATCH 2.6.21-rc2] AT91SAM9261: Enable second and third UART Jan Altenberg
@ 2007-03-01 18:26 ` Ben Dooks
2007-03-01 20:03 ` Jan Altenberg
0 siblings, 1 reply; 3+ messages in thread
From: Ben Dooks @ 2007-03-01 18:26 UTC (permalink / raw)
To: Jan Altenberg; +Cc: andrew, linux-kernel
On Thu, Mar 01, 2007 at 04:24:53PM +0100, Jan Altenberg wrote:
> - Enable ttyS1 and ttyS2 for the AT91SAM9261EK
>
> Signed-off-by: Jan Altenberg <jan@linutronix.de>
These should go to Russell King's patch queue at
http://www.arm.linux.org.uk/developer/patches
> ---
> arch/arm/mach-at91/board-sam9261ek.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> Index: linux-2.6/arch/arm/mach-at91/board-sam9261ek.c
> ===================================================================
> --- linux-2.6.orig/arch/arm/mach-at91/board-sam9261ek.c
> +++ linux-2.6/arch/arm/mach-at91/board-sam9261ek.c
> @@ -50,8 +50,8 @@
> */
> static struct at91_uart_config __initdata ek_uart_config = {
> .console_tty = 0, /* ttyS0 */
> - .nr_tty = 1,
> - .tty_map = { 3, -1, -1, -1 } /* ttyS0, ..., ttyS3 */
> + .nr_tty = 3,
> + .tty_map = { 3, 0, 1, -1 } /* ttyS0, ..., ttyS3 */
> };
>
> static void __init ek_map_io(void)
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
--
Ben (ben@fluff.org, http://www.fluff.org/)
'a smiley only costs 4 bytes'
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 2.6.21-rc2] AT91SAM9261: Enable second and third UART
2007-03-01 18:26 ` Ben Dooks
@ 2007-03-01 20:03 ` Jan Altenberg
0 siblings, 0 replies; 3+ messages in thread
From: Jan Altenberg @ 2007-03-01 20:03 UTC (permalink / raw)
To: Ben Dooks; +Cc: andrew, linux-kernel
On Thu, 2007-03-01 at 18:26 +0000, Ben Dooks wrote:
> On Thu, Mar 01, 2007 at 04:24:53PM +0100, Jan Altenberg wrote:
> > - Enable ttyS1 and ttyS2 for the AT91SAM9261EK
> >
> > Signed-off-by: Jan Altenberg <jan@linutronix.de>
>
> These should go to Russell King's patch queue at
> http://www.arm.linux.org.uk/developer/patches
Submitted to Russell's patch queue.
Cheers,
JAN
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-03-01 20:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-01 15:24 [PATCH 2.6.21-rc2] AT91SAM9261: Enable second and third UART Jan Altenberg
2007-03-01 18:26 ` Ben Dooks
2007-03-01 20:03 ` Jan Altenberg
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).