All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] davinci: fix the uart number in the comment
@ 2012-09-13 18:04 ` Henrique Camargo
  0 siblings, 0 replies; 4+ messages in thread
From: Henrique Camargo @ 2012-09-13 18:04 UTC (permalink / raw)
  To: linux-arm-kernel

The bit 0 of the field is uart0 and the bit 1 is uart1 and so on.

Signed-off-by: Henrique Camargo <henrique@henriquecamargo.com>
---
 arch/arm/mach-davinci/include/mach/serial.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-davinci/include/mach/serial.h b/arch/arm/mach-davinci/include/mach/serial.h
index 46b3cd1..86a01fa 100644
--- a/arch/arm/mach-davinci/include/mach/serial.h
+++ b/arch/arm/mach-davinci/include/mach/serial.h
@@ -38,7 +38,7 @@
 
 #ifndef __ASSEMBLY__
 struct davinci_uart_config {
-	/* Bit field of UARTs present; bit 0 --> UART1 */
+	/* Bit field of UARTs present; bit 0 --> UART0 */
 	unsigned int enabled_uarts;
 };
 
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] davinci: fix the uart number in the comment
@ 2012-09-13 18:04 ` Henrique Camargo
  0 siblings, 0 replies; 4+ messages in thread
From: Henrique Camargo @ 2012-09-13 18:04 UTC (permalink / raw)
  To: nsekhar, khilman, linux, u.kleine-koenig, nicolas.pitre
  Cc: davinci-linux-open-source, linux-arm-kernel, linux-kernel,
	Henrique Camargo

The bit 0 of the field is uart0 and the bit 1 is uart1 and so on.

Signed-off-by: Henrique Camargo <henrique@henriquecamargo.com>
---
 arch/arm/mach-davinci/include/mach/serial.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-davinci/include/mach/serial.h b/arch/arm/mach-davinci/include/mach/serial.h
index 46b3cd1..86a01fa 100644
--- a/arch/arm/mach-davinci/include/mach/serial.h
+++ b/arch/arm/mach-davinci/include/mach/serial.h
@@ -38,7 +38,7 @@
 
 #ifndef __ASSEMBLY__
 struct davinci_uart_config {
-	/* Bit field of UARTs present; bit 0 --> UART1 */
+	/* Bit field of UARTs present; bit 0 --> UART0 */
 	unsigned int enabled_uarts;
 };
 
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] davinci: fix the uart number in the comment
  2012-09-13 18:04 ` Henrique Camargo
@ 2012-10-26 10:25   ` Sekhar Nori
  -1 siblings, 0 replies; 4+ messages in thread
From: Sekhar Nori @ 2012-10-26 10:25 UTC (permalink / raw)
  To: linux-arm-kernel

On 9/13/2012 11:34 PM, Henrique Camargo wrote:
> The bit 0 of the field is uart0 and the bit 1 is uart1 and so on.
> 
> Signed-off-by: Henrique Camargo <henrique@henriquecamargo.com>

Queuing this for v3.8. Added an ARM: prefix to subject line since this
is an arch/arm/ patch. Please take care of this next time on.

Thanks,
Sekhar

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] davinci: fix the uart number in the comment
@ 2012-10-26 10:25   ` Sekhar Nori
  0 siblings, 0 replies; 4+ messages in thread
From: Sekhar Nori @ 2012-10-26 10:25 UTC (permalink / raw)
  To: Henrique Camargo
  Cc: khilman, linux, u.kleine-koenig, nicolas.pitre,
	davinci-linux-open-source, linux-arm-kernel, linux-kernel

On 9/13/2012 11:34 PM, Henrique Camargo wrote:
> The bit 0 of the field is uart0 and the bit 1 is uart1 and so on.
> 
> Signed-off-by: Henrique Camargo <henrique@henriquecamargo.com>

Queuing this for v3.8. Added an ARM: prefix to subject line since this
is an arch/arm/ patch. Please take care of this next time on.

Thanks,
Sekhar

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-10-26 10:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-13 18:04 [PATCH] davinci: fix the uart number in the comment Henrique Camargo
2012-09-13 18:04 ` Henrique Camargo
2012-10-26 10:25 ` Sekhar Nori
2012-10-26 10:25   ` Sekhar Nori

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.