Re: [U-Boot] [PATCH v3] serial: Add serial driver for Intel MID

2017-04-09 Thread Bin Meng
On Sat, Apr 1, 2017 at 12:22 PM, Simon Glass wrote: > +Bin > > Hi, > > On 26 March 2017 at 05:48, Andy Shevchenko > wrote: >> On Mon, 2017-03-13 at 16:09 +0200, Andy Shevchenko wrote: >>> On Fri, Mar 3, 2017 at 12:31 PM, Kever Yang

Re: [U-Boot] [PATCH v3] serial: Add serial driver for Intel MID

2017-03-31 Thread Simon Glass
+Bin Hi, On 26 March 2017 at 05:48, Andy Shevchenko wrote: > On Mon, 2017-03-13 at 16:09 +0200, Andy Shevchenko wrote: >> On Fri, Mar 3, 2017 at 12:31 PM, Kever Yang > > wrote: >> > On 02/28/2017 08:04 PM, Andy Shevchenko wrote: >>

Re: [U-Boot] [PATCH v3] serial: Add serial driver for Intel MID

2017-03-26 Thread Andy Shevchenko
On Mon, 2017-03-13 at 16:09 +0200, Andy Shevchenko wrote: > On Fri, Mar 3, 2017 at 12:31 PM, Kever Yang > wrote: > > On 02/28/2017 08:04 PM, Andy Shevchenko wrote: > > > > > > Add a specific serial driver for Intel MID platforms. > > > > > > It has special fractional

Re: [U-Boot] [PATCH v3] serial: Add serial driver for Intel MID

2017-03-13 Thread Andy Shevchenko
On Fri, Mar 3, 2017 at 12:31 PM, Kever Yang wrote: > On 02/28/2017 08:04 PM, Andy Shevchenko wrote: >> >> Add a specific serial driver for Intel MID platforms. >> >> It has special fractional divider which can be programmed via UART_PS, >> UART_MUL, and UART_DIV

Re: [U-Boot] [PATCH v3] serial: Add serial driver for Intel MID

2017-03-03 Thread Kever Yang
Hi Andy, On 02/28/2017 08:04 PM, Andy Shevchenko wrote: Add a specific serial driver for Intel MID platforms. It has special fractional divider which can be programmed via UART_PS, UART_MUL, and UART_DIV registers. The UART clock is calculated as UART clock = XTAL * UART_MUL /

Re: [U-Boot] [PATCH v3] serial: Add serial driver for Intel MID

2017-03-02 Thread Simon Glass
On 28 February 2017 at 05:04, Andy Shevchenko wrote: > Add a specific serial driver for Intel MID platforms. > > It has special fractional divider which can be programmed via UART_PS, > UART_MUL, and UART_DIV registers. > > The UART clock is calculated as > >

[U-Boot] [PATCH v3] serial: Add serial driver for Intel MID

2017-02-28 Thread Andy Shevchenko
Add a specific serial driver for Intel MID platforms. It has special fractional divider which can be programmed via UART_PS, UART_MUL, and UART_DIV registers. The UART clock is calculated as UART clock = XTAL * UART_MUL / UART_DIV The baudrate is calculated as baud rate = UART