From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Tue, 18 Jun 2013 21:36:33 +0200 (CEST) Received: from localhost.localdomain ([127.0.0.1]:47882 "EHLO linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S6827468Ab3FRTgau2dyo (ORCPT ); Tue, 18 Jun 2013 21:36:30 +0200 Received: from scotty.linux-mips.net (localhost.localdomain [127.0.0.1]) by scotty.linux-mips.net (8.14.5/8.14.4) with ESMTP id r5IJaPjF001637; Tue, 18 Jun 2013 21:36:25 +0200 Received: (from ralf@localhost) by scotty.linux-mips.net (8.14.5/8.14.5/Submit) id r5IJaJm0001629; Tue, 18 Jun 2013 21:36:19 +0200 Date: Tue, 18 Jun 2013 21:36:18 +0200 From: Ralf Baechle To: David Daney Cc: linux-mips@linux-mips.org, Jamie Iles , Greg Kroah-Hartman , 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: <20130618193618.GA1401@linux-mips.org> 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: 36997 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: ralf@linux-mips.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). Looks good - I was trying to come up with a kludge good enough for 3.10; this may be a bit too large ... Ralf