From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 3/4] dt-uart: use ':' as default separator between path and options Date: Wed, 7 Jan 2015 16:36:08 +0000 Message-ID: <1420648568.18631.119.camel@citrix.com> References: <1420644673.18631.101.camel@citrix.com> <1420644701-26776-3-git-send-email-ian.campbell@citrix.com> <54AD5F47.2080608@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <54AD5F47.2080608@linaro.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Julien Grall Cc: stefano.stabellini@eu.citrix.com, tim@xen.org, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Wed, 2015-01-07 at 16:31 +0000, Julien Grall wrote: > On 07/01/15 15:31, Ian Campbell wrote: > > I've retained the handling of ',' for compatibility, but I'm almost > > inclined to just drop it, if not now then in a release or two. > > None of the current drivers support options. So I think we could drop > the support of ",". Oh, I expected without checking that ns16550 would since it does for non-DT but you are right. I'll respin without the compatibility stuff, makes some stuff a bit cleaner too. > Backport: I don't think #2 is required to backport this patch. Right, I didn't actually check, I just mentioned it as a possibility in case git cherry-pick complained. Ian.