From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Wed, 26 Nov 2014 00:50:04 +0100 (CET) Received: from mail.linuxfoundation.org ([140.211.169.12]:46306 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S27006957AbaKYXuDBSh60 (ORCPT ); Wed, 26 Nov 2014 00:50:03 +0100 Received: from localhost (c-24-22-230-10.hsd1.wa.comcast.net [24.22.230.10]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 6BE8DAB5; Tue, 25 Nov 2014 23:49:56 +0000 (UTC) Date: Tue, 25 Nov 2014 15:49:56 -0800 From: Greg KH To: Kevin Cernekee Cc: Jiri Slaby , Rob Herring , Arnd Bergmann , daniel@zonque.org, Haojian Zhuang , Robert Jarzmik , Grant Likely , Florian Fainelli , Maxime Bizon , Jonas Gorski , Linux MIPS Mailing List , "linux-serial@vger.kernel.org" , "devicetree@vger.kernel.org" , tushar.b@samsung.com Subject: Re: [PATCH V2 01/10] tty: Fallback to use dynamic major number Message-ID: <20141125234956.GA3138@kroah.com> References: <1415825647-6024-1-git-send-email-cernekee@gmail.com> <1415825647-6024-2-git-send-email-cernekee@gmail.com> <20141125203431.GA9385@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: 44452 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, Nov 25, 2014 at 03:37:16PM -0800, Kevin Cernekee wrote: > On Tue, Nov 25, 2014 at 12:34 PM, Greg KH wrote: > > On Wed, Nov 12, 2014 at 12:53:58PM -0800, Kevin Cernekee wrote: > >> From: Tushar Behera > > > > This email bounces, so I'm going to have to reject this patch. I can't > > accept a patch from a "fake" person, let alone something that touches > > core code like this. > > > > Sorry, I can't accept anything in this series then. > > Oops, guess I probably should have updated his address after the V1 > emails bounced... > > Before I send a new version, what do you think about the overall > approach? Should we try to make serial8250 coexist with the other > "ttyS / major 4 / minor 64" drivers (possibly at the expense of > compatibility) or is it better to start with a simpler, cleaner driver > like serial/pxa? We can't do anything "at the expense of compatibility", sorry.