* Enable UART3 on TX28
@ 2011-03-21 14:36 Lothar Waßmann
2011-03-21 15:27 ` Arnd Bergmann
0 siblings, 1 reply; 3+ messages in thread
From: Lothar Waßmann @ 2011-03-21 14:36 UTC (permalink / raw)
To: linux-arm-kernel
+ /* UART3 */
+ MX28_PAD_AUART3_RX__AUART3_RX,
+ MX28_PAD_AUART3_TX__AUART3_TX,
+ MX28_PAD_AUART3_RTS__AUART3_RTS,
+ MX28_PAD_AUART3_CTS__AUART3_CTS,
+
/* CAN */
MX28_PAD_GPMI_RDY2__CAN0_TX,
MX28_PAD_GPMI_RDY3__CAN0_RX,
@@ -322,6 +328,7 @@
mx28_add_duart(); /* UART1 */
mx28_add_auart(1); /* UART2 */
+ mx28_add_auart(3); /* UART3 */
tx28_add_fec0();
/* spi via ssp will be added when available */
@@ -343,6 +350,7 @@
mx28_add_duart(); /* UART1 */
mx28_add_auart(1); /* UART2 */
+ mx28_add_auart(3); /* UART3 */
tx28_add_fec0();
/* spi via ssp will be added later */
^ permalink raw reply [flat|nested] 3+ messages in thread
* Enable UART3 on TX28
2011-03-21 14:36 Enable UART3 on TX28 Lothar Waßmann
@ 2011-03-21 15:27 ` Arnd Bergmann
2011-03-21 15:52 ` Lothar Waßmann
0 siblings, 1 reply; 3+ messages in thread
From: Arnd Bergmann @ 2011-03-21 15:27 UTC (permalink / raw)
To: linux-arm-kernel
On Monday 21 March 2011, Lothar Wa?mann wrote:
> + /* UART3 */
> + MX28_PAD_AUART3_RX__AUART3_RX,
> + MX28_PAD_AUART3_TX__AUART3_TX,
> + MX28_PAD_AUART3_RTS__AUART3_RTS,
> + MX28_PAD_AUART3_CTS__AUART3_CTS,
> +
The patch is missing changelog, signed-off-by and diff header.
Content-wise, it seems ok.
Arnd
^ permalink raw reply [flat|nested] 3+ messages in thread
* Enable UART3 on TX28
2011-03-21 15:27 ` Arnd Bergmann
@ 2011-03-21 15:52 ` Lothar Waßmann
0 siblings, 0 replies; 3+ messages in thread
From: Lothar Waßmann @ 2011-03-21 15:52 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
> On Monday 21 March 2011, Lothar Wa?mann wrote:
> > + /* UART3 */
> > + MX28_PAD_AUART3_RX__AUART3_RX,
> > + MX28_PAD_AUART3_TX__AUART3_TX,
> > + MX28_PAD_AUART3_RTS__AUART3_RTS,
> > + MX28_PAD_AUART3_CTS__AUART3_CTS,
> > +
>
> The patch is missing changelog, signed-off-by and diff header.
> Content-wise, it seems ok.
>
I know. Rogue git-send-email...
I already resent it.
Lothar Wa?mann
--
___________________________________________________________
Ka-Ro electronics GmbH | Pascalstra?e 22 | D - 52076 Aachen
Phone: +49 2408 1402-0 | Fax: +49 2408 1402-10
Gesch?ftsf?hrer: Matthias Kaussen
Handelsregistereintrag: Amtsgericht Aachen, HRB 4996
www.karo-electronics.de | info at karo-electronics.de
___________________________________________________________
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-03-21 15:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-21 14:36 Enable UART3 on TX28 Lothar Waßmann
2011-03-21 15:27 ` Arnd Bergmann
2011-03-21 15:52 ` Lothar Waßmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox