Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932611AbbBZOrH (ORCPT ); Thu, 26 Feb 2015 09:47:07 -0500 Received: from vps0.lunn.ch ([178.209.37.122]:50232 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932280AbbBZOrE (ORCPT ); Thu, 26 Feb 2015 09:47:04 -0500 Date: Thu, 26 Feb 2015 15:44:00 +0100 From: Andrew Lunn To: Peter Hurley Cc: Leif Lindholm , grant.likely@linaro.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, mark.rutland@arm.com, robh+dt@kernel.org, plagnioj@jcrosoft.com, ijc@debian.org, s.hauer@pengutronix.de Subject: Re: [PATCH v3 3/3] of: support passing console options with stdout-path Message-ID: <20150226144400.GC8806@lunn.ch> References: <1417110967-16284-1-git-send-email-leif.lindholm@linaro.org> <1417110967-16284-4-git-send-email-leif.lindholm@linaro.org> <54EF09AA.2080706@hurleysoftware.com> <20150226134646.GB8806@lunn.ch> <54EF2933.3020408@hurleysoftware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54EF2933.3020408@hurleysoftware.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 756 Lines: 20 > Sorry if I was unclear. My question was not _whether_ to fix this > for earlycon, but rather _how_. > > IOW, is the ':' character accepted as a path terminator for > 1. all nodes, so fix this in fdt_path_offset(); > 2. only chosen nodes; > 3. unique to stdout-path, so fix this in early_init_dt_scan_chosen_serial()? Ah, sorry. The ':' character is accepted as a path terminator for stdout-path and stdin-path within chosen node. It does not appear to be mentioned anywhere else in the standard. Andrew -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/