linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pch_uart: add missing comment about OKI ML7223
@ 2011-06-09  7:30 Alexander Stein
  2011-06-09 21:55 ` Jesper Juhl
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Stein @ 2011-06-09  7:30 UTC (permalink / raw)
  To: linux-kernel; +Cc: Alexander Stein

Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
---
 drivers/tty/serial/pch_uart.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/tty/serial/pch_uart.c b/drivers/tty/serial/pch_uart.c
index 4652109..e3e6d6b 100644
--- a/drivers/tty/serial/pch_uart.c
+++ b/drivers/tty/serial/pch_uart.c
@@ -44,6 +44,7 @@ enum {
 /* Set the max number of UART port
  * Intel EG20T PCH: 4 port
  * OKI SEMICONDUCTOR ML7213 IOH: 3 port
+ * OKI SEMICONDUCTOR ML7223 IOH: 2 port
 */
 #define PCH_UART_NR	4
 
-- 
1.7.3.4


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

* Re: [PATCH] pch_uart: add missing comment about OKI ML7223
  2011-06-09  7:30 [PATCH] pch_uart: add missing comment about OKI ML7223 Alexander Stein
@ 2011-06-09 21:55 ` Jesper Juhl
  0 siblings, 0 replies; 2+ messages in thread
From: Jesper Juhl @ 2011-06-09 21:55 UTC (permalink / raw)
  To: Alexander Stein; +Cc: linux-kernel, linux-serial, Alan Cox

On Thu, 9 Jun 2011, Alexander Stein wrote:

> Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
> ---
>  drivers/tty/serial/pch_uart.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/tty/serial/pch_uart.c b/drivers/tty/serial/pch_uart.c
> index 4652109..e3e6d6b 100644
> --- a/drivers/tty/serial/pch_uart.c
> +++ b/drivers/tty/serial/pch_uart.c
> @@ -44,6 +44,7 @@ enum {
>  /* Set the max number of UART port
>   * Intel EG20T PCH: 4 port
>   * OKI SEMICONDUCTOR ML7213 IOH: 3 port
> + * OKI SEMICONDUCTOR ML7223 IOH: 2 port
>  */
>  #define PCH_UART_NR	4
>  

Looks right to me - the driver does claim to support that device.

Reviewed-by: Jesper Juhl <jj@chaosbits.net>


-- 
Jesper Juhl <jj@chaosbits.net>       http://www.chaosbits.net/
Don't top-post http://www.catb.org/jargon/html/T/top-post.html
Plain text mails only, please.


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

end of thread, other threads:[~2011-06-09 22:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-09  7:30 [PATCH] pch_uart: add missing comment about OKI ML7223 Alexander Stein
2011-06-09 21:55 ` Jesper Juhl

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).