From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Hurley Subject: Re: [PATCH V2 01/10] tty: Fallback to use dynamic major number Date: Wed, 26 Nov 2014 09:34:20 -0500 Message-ID: <5475E4EC.7090309@hurleysoftware.com> References: <1415825647-6024-1-git-send-email-cernekee@gmail.com> <1415825647-6024-2-git-send-email-cernekee@gmail.com> <20141125203431.GA9385@kroah.com> <20141126133306.659E9C4099B@trevor.secretlab.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20141126133306.659E9C4099B@trevor.secretlab.ca> Sender: linux-serial-owner@vger.kernel.org To: Grant Likely , Kevin Cernekee , Greg KH Cc: Jiri Slaby , Rob Herring , Arnd Bergmann , daniel@zonque.org, Haojian Zhuang , Robert Jarzmik , Florian Fainelli , Maxime Bizon , Jonas Gorski , Linux MIPS Mailing List , "linux-serial@vger.kernel.org" , "devicetree@vger.kernel.org" , tushar.b@samsung.com List-Id: devicetree@vger.kernel.org On 11/26/2014 08:33 AM, Grant Likely wrote: > On Tue, 25 Nov 2014 15:37:16 -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? > > Co-existing really needs to be fixed. What are the requirements for co-existence? Is it sufficient to provide 1st come-1st served minor allocation? Anything done should be designed to solve this name problem forever, not some expeditious band-aid.