From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Fri, 31 Oct 2014 09:55:39 +0000 Subject: [U-Boot] [PATCH v2 6/6] dm: sunxi: Add support for serial using driver model In-Reply-To: <5453577E.7060908@redhat.com> References: <1414036962-28463-1-git-send-email-sjg@chromium.org> <1414036962-28463-7-git-send-email-sjg@chromium.org> <1414143754.15687.28.camel@hellion.org.uk> <1414569920.3584.33.camel@hellion.org.uk> <1414660108.3584.39.camel@hellion.org.uk> <545206A3.4030301@redhat.com> <1414664095.2064.23.camel@hellion.org.uk> <54535152.9060109@redhat.com> <1414747858.3584.43.camel@hellion.org.uk> <5453577E.7060908@redhat.com> Message-ID: <1414749339.3584.47.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 2014-10-31 at 10:33 +0100, Hans de Goede wrote: > Ah, but I plan to merge the v3 Simon has posted to u-boot-sunxi/next and then > do a pull-req with that in there this weekend. IOW we don't need to solve > the pinmux problem for that series to get merged (from my pov). So maybe we > should just delay dealing with the pinmux issue until we really need to ? Does it work without having done *something* about this? AFAICT it currently relies on the stdout-path in the DT precisely matching CONFIG_CONS_INDEX (due to its affect on the code in gpio_init()), doesn't it? Ian.