From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Tue, 18 Jun 2013 21:26:40 +0200 (CEST) Received: from mail.linuxfoundation.org ([140.211.169.12]:52760 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S6827534Ab3FRT0hxPKSq (ORCPT ); Tue, 18 Jun 2013 21:26:37 +0200 Received: from localhost (c-76-28-172-123.hsd1.wa.comcast.net [76.28.172.123]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 942DF97E; Tue, 18 Jun 2013 19:26:31 +0000 (UTC) Date: Tue, 18 Jun 2013 12:26:31 -0700 From: Greg Kroah-Hartman To: David Daney Cc: linux-mips@linux-mips.org, ralf@linux-mips.org, Jamie Iles , Jiri Slaby , linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, David Daney Subject: Re: [PATCH 0/5] MIPS/tty/8250: Use standard 8250 drivers for OCTEON Message-ID: <20130618192631.GB21038@kroah.com> References: <1371582775-12141-1-git-send-email-ddaney.cavm@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1371582775-12141-1-git-send-email-ddaney.cavm@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) 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: 36996 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 Tue, Jun 18, 2013 at 12:12:50PM -0700, David Daney wrote: > From: David Daney > > Get rid of the custom OCTEON UART probe code and use 8250_dw instead. > > The first patch just gets rid of Ralf's Kconfig workarounds for the > real problem, which is OCTEON's inclomplete serial support. > > Then we just make minor patches to 8250_dw, and rip out all this > OCTEON code. > > Since the patches are all interdependent, we might want to merge them > via a single tree (perhaps Ralf's MIPS tree). That's fine with me, I've acked the tty driver changes so feel free to take all of these through the mips tree. thanks, greg k-h