All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3] serial: Add serial driver for Intel MID
Date: Sun, 26 Mar 2017 14:48:18 +0300	[thread overview]
Message-ID: <1490528898.21738.26.camel@linux.intel.com> (raw)
In-Reply-To: <CAHp75Vfb4J6ee2OoGJ9sYotYgyfMJk=Z4P5mvJx1k=omnUiMeg@mail.gmail.com>

On Mon, 2017-03-13 at 16:09 +0200, Andy Shevchenko wrote:
> On Fri, Mar 3, 2017 at 12:31 PM, Kever Yang <kever.yang@rock-chips.com
> > 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 registers.
> > > 
> > > The UART clock is calculated as
> > > 
> > >         UART clock = XTAL * UART_MUL / UART_DIV
> > > 
> > > The baudrate is calculated as
> > > 
> > >         baud rate = UART clock / UART_PS / DLAB
> > > 
> > > Initialize fractional divider correctly for Intel Edison platform.
> > > 
> > > For backward compatibility we have to set initial DLAB value to 16
> > > and speed to 115200 baud, where initial frequency is 29491200Hz,
> > > and
> > > XTAL frequency is 38.4MHz.
> > Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
> 
> Thanks!
> 
> Tom et all, is it forgotten?

Any update on this? Should I do something about?

-- 
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Intel Finland Oy

  reply	other threads:[~2017-03-26 11:48 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-28 12:04 [U-Boot] [PATCH v3] serial: Add serial driver for Intel MID Andy Shevchenko
2017-03-03  4:53 ` Simon Glass
2017-03-03 10:31 ` Kever Yang
2017-03-13 14:09   ` Andy Shevchenko
2017-03-26 11:48     ` Andy Shevchenko [this message]
2017-04-01  4:22       ` Simon Glass
2017-04-10  2:01         ` Bin Meng

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1490528898.21738.26.camel@linux.intel.com \
    --to=andriy.shevchenko@linux.intel.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.