From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Sun, 31 May 2015 23:55:30 +0200 (CEST) Received: from mail.linuxfoundation.org ([140.211.169.12]:45397 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S27007881AbbEaVz1g2po4 (ORCPT ); Sun, 31 May 2015 23:55:27 +0200 Received: from localhost (p33062-ipbffx02marunouchi.tokyo.ocn.ne.jp [220.96.46.62]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id A8784B68; Sun, 31 May 2015 21:55:18 +0000 (UTC) Date: Mon, 1 Jun 2015 06:49:43 +0900 From: Greg Kroah-Hartman To: Paul Burton Cc: linux-mips@linux-mips.org, Jiri Slaby , Lars-Peter Clausen , linux-serial@vger.kernel.org, Sebastian Andrzej Siewior , Peter Hurley , Alan Cox , linux-kernel@vger.kernel.org, Matthias Brugger , Ricardo Ribalda Delgado , Tony Lindgren , John Crispin Subject: Re: [PATCH v5 34/37] serial: 8250_ingenic: support for Ingenic SoC UARTs Message-ID: <20150531214943.GA17410@kroah.com> References: <1432480307-23789-1-git-send-email-paul.burton@imgtec.com> <1432480307-23789-35-git-send-email-paul.burton@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1432480307-23789-35-git-send-email-paul.burton@imgtec.com> User-Agent: Mutt/1.5.23 (2014-03-12) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 47753 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: gregkh@linuxfoundation.org Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On Sun, May 24, 2015 at 04:11:44PM +0100, Paul Burton wrote: > Introduce a driver suitable for use with the UARTs present in > Ingenic SoCs such as the JZ4740 & JZ4780. These are described as being > ns16550 compatible but aren't quite - they require the setting of an > extra bit in the FCR register to enable the UART module. The serial_out > implementation is the same as that in arch/mips/jz4740/serial.c - which > will shortly be removed. > > Signed-off-by: Paul Burton > Cc: Greg Kroah-Hartman > Cc: Jiri Slaby > Cc: Lars-Peter Clausen > Cc: linux-serial@vger.kernel.org Acked-by: Greg Kroah-Hartman