Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932234Ab0HXWC3 (ORCPT ); Tue, 24 Aug 2010 18:02:29 -0400 Received: from cantor.suse.de ([195.135.220.2]:40177 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751460Ab0HXWC2 (ORCPT ); Tue, 24 Aug 2010 18:02:28 -0400 Date: Tue, 24 Aug 2010 15:02:16 -0700 From: Greg KH To: Alan Cox Cc: Samo Pogacnik , linux kernel , linux-embedded Subject: Re: [PATCH] detour TTY driver - now ttyprintk Message-ID: <20100824220216.GA5164@suse.de> References: <20100611134455.3fa7d563@lxorguk.ukuu.org.uk> <1276291932.2154.45.camel@itpsd6lap> <20100621153858.444695c0@lxorguk.ukuu.org.uk> <1277244410.2195.47.camel@itpsd6lap> <20100622232108.26752ff8@lxorguk.ukuu.org.uk> <1277462596.2143.101.camel@itpsd6lap> <20100625120329.1303aa61@lxorguk.ukuu.org.uk> <1282683470.8020.66.camel@itpsd6lap> <20100824211016.GA7176@suse.de> <20100824231641.33d5679b@lxorguk.ukuu.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100824231641.33d5679b@lxorguk.ukuu.org.uk> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 755 Lines: 19 On Tue, Aug 24, 2010 at 11:16:41PM +0100, Alan Cox wrote: > > Why does this need to be a tty driver? Why not a misc device? > > So you can use it as a"console" (in the user space sense) tty device on > embedded devices which don't have a meaningful normal output subsystem. But can't you do that today with kmsg? The startup of systemd does this in a way that handles all of the log messages very nicely, and the embedded people are sure to pick it up as well because of the simplicity. thanks, greg k-h -- 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/