From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH RFC 4/8] ns16550: support DesignWare 8250 Date: Tue, 10 Sep 2013 07:36:50 -0700 Message-ID: References: <1378822705-19310-4-git-send-email-ian.campbell@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1378822705-19310-4-git-send-email-ian.campbell@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell , xen-devel@lists.xen.org Cc: keir@xen.org, stefano.stabellini@eu.citrix.com, julien.grall@linaro.org, tim@xen.org, jbeulich@suse.com, Josh Zhao List-Id: xen-devel@lists.xenproject.org On 10/09/2013 07:18, "Ian Campbell" wrote: > This hardware has an additional feature which signals an error if you try to > write LCR while the UART is busy. We need to clear this error during setup, > otherwise LCR.DLAB doesn't get set and we cannot read/write the divisor. > > This has been tested on the cubieboard2 > > Signed-off-by: Ian Campbell > Cc: keir@xen.org > Cc: jbeulich@suse.com Acked-by: Keir Fraser