From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Milton Miller" Subject: Re: [RFC/PATCH 2/3] of: add of_lookup_stdout() utility function Date: Thu, 07 Aug 2008 14:20:18 -0500 Message-ID: <489b4af2.199.1a42.425913876@bga.com> Reply-To: miltonm@bga.com Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linuxppc-dev-bounces+glppd-linuxppc64-dev=m.gmane.org@ozlabs.org Errors-To: linuxppc-dev-bounces+glppd-linuxppc64-dev=m.gmane.org@ozlabs.org To: Timur Tabi , Yoder Stuart Cc: linuxppc-dev@ozlabs.org, devicetree-discuss@ozlabs.org, paulus@samba.org, miltonm@bga.com, David Gibson List-Id: devicetree@vger.kernel.org TimurTabi wrote: > Yoder Stuart wrote: > > > The second was the idea that we may need a > > /aliases/stdin as well. You could conceptually have > > stdout be a monitor and a stdin be a keyboard. > > I don't think the hypervisor console subsystem supports > this. I don't see any way of registering separate clients > for input vs. output. Why should what the hvc driver support have any effect on what the binding should be? And anyways, both the boot wrapper and udbg (and hence early debug console) have totally indepenedent functions for reading and writing. And for that matter, we also support output on monitor and input on keyboard for linear frame buffer on 6xx via the btext output (but only adb input). milton