Re: [PATCH] ARM: SAMSUNG: serial: Fix on handling of one clock source for UART

2011-05-29 Thread Kukjin Kim
On 05/28/11 02:39, Greg KH wrote: On Fri, May 27, 2011 at 07:04:03PM -0700, Kukjin Kim wrote: From: Boojin Kimboojin@samsung.com This patch fixes the way of comparison for handling of two or more clock sources for UART. For example, if just only one clock source is defined even though

Re: [PATCH] ARM: SAMSUNG: serial: Fix on handling of one clock source for UART

2011-05-28 Thread Greg KH
On Fri, May 27, 2011 at 07:04:03PM -0700, Kukjin Kim wrote: From: Boojin Kim boojin@samsung.com This patch fixes the way of comparison for handling of two or more clock sources for UART. For example, if just only one clock source is defined even though there are two clock sources for

[PATCH] ARM: SAMSUNG: serial: Fix on handling of one clock source for UART

2011-05-27 Thread Kukjin Kim
From: Boojin Kim boojin@samsung.com This patch fixes the way of comparison for handling of two or more clock sources for UART. For example, if just only one clock source is defined even though there are two clock sources for UART, the serial driver does not set proper clock up. Of course, it