Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757139AbZFHWN4 (ORCPT ); Mon, 8 Jun 2009 18:13:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754800AbZFHWNn (ORCPT ); Mon, 8 Jun 2009 18:13:43 -0400 Received: from sj-iport-2.cisco.com ([171.71.176.71]:36024 "EHLO sj-iport-2.cisco.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753188AbZFHWNm (ORCPT ); Mon, 8 Jun 2009 18:13:42 -0400 X-IronPort-AV: E=Sophos;i="4.41,326,1241395200"; d="scan'208";a="173808705" Date: Mon, 8 Jun 2009 15:13:44 -0700 From: David VomLehn To: Stefan Richter Cc: linux-kernel@vger.kernel.org, akpm@linux-foundation.org, linux-usb@vger.kernel.org, greg@kroah.com, linux-scsi@vger.kernel.org, netdev@vger.kernel.org, arjan@infradead.org Subject: Re: [PATCH 3/7] initdev:kernel:Await console discovery, v6 Message-ID: <20090608221344.GB22222@cuplxvomd02.corp.sa.net> References: <20090606023407.GA5695@cuplxvomd02.corp.sa.net> <4A2A2EED.3060506@s5r6.in-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4A2A2EED.3060506@s5r6.in-berlin.de> User-Agent: Mutt/1.5.18 (2008-05-17) Authentication-Results: sj-dkim-3; header.From=dvomlehn@cisco.com; dkim=pass ( sig from cisco.com/sjdkim3002 verified; ); Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1733 Lines: 42 On Sat, Jun 06, 2009 at 04:55:09AM -0400, Stefan Richter wrote: > David VomLehn wrote: > > Wait for the console device to become available. > > > > History > > v6 Changed BOOTDEV_* to INITDEV_*. > > v5.1 Corrected call to initdev_register() to be initdev_registered(). > > v5 Change bootdev_* to initdev_*. > > v4 Use new hotplug synchronization infrastructure. Include Braille > > console support. > > v3.2 Use only a single new command line parameter by adding the possible > > value "forever". Add message specifying the parameter to modify to > > increase the delay for console initialization > > v3.1 Correct the abbreviation for milliseconds in > > Documentation/kernel-parameters.txt to be "ms", not "mS". Thanks to > > Peter Anvin for this. > > v3 Increase the default delay to 1 second and add kernel command line > > parameters to override the default delay. Thanks to David Brownell for > > his helpful suggestions. > > v2 Wait for the preferred console rather than any console. Make the > > delay interval a tunable. > > v1 Initial version > > > > Signed-off-by: David VomLehn > > --- > > drivers/accessibility/braille/braille_console.c | 2 + > > kernel/printk.c | 29 ++++++++++++++++++++++- > > 2 files changed, 30 insertions(+), 1 deletions(-) > > Is this diff complete? To the best of my knowledge, yes, it is complete. What makes it look as though it might not be? > Stefan Richter David VomLehn -- 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/