From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758591AbbEaVzY (ORCPT ); Sun, 31 May 2015 17:55:24 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:46067 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753717AbbEaVzT (ORCPT ); Sun, 31 May 2015 17:55:19 -0400 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) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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