Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932734Ab1CRWvc (ORCPT ); Fri, 18 Mar 2011 18:51:32 -0400 Received: from cantor2.suse.de ([195.135.220.15]:50485 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932177Ab1CRWvZ (ORCPT ); Fri, 18 Mar 2011 18:51:25 -0400 Date: Fri, 18 Mar 2011 15:50:16 -0700 From: Greg KH To: Dan Williams Cc: Dave Jiang , linux-scsi@vger.kernel.org, jacek.danecki@intel.com, ed.ciechanowski@intel.com, linux-kernel@vger.kernel.org, dmilburn@redhat.com, edmund.nadolski@intel.com Subject: Re: [PATCH] firmware/efi: export a routine to retrieve efi-variables by GUID Message-ID: <20110318225016.GB15921@suse.de> References: <20110318221606.26841.92271.stgit@localhost6.localdomain6> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110318221606.26841.92271.stgit@localhost6.localdomain6> 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: 1729 Lines: 44 On Fri, Mar 18, 2011 at 03:16:22PM -0700, Dan Williams wrote: > From: Dave Jiang > > The efivars module already scans all available variables, normalizes the > variable names, and stores them in a list. Rather than duplicate this > to efi runtime services interface let drivers query variable data by > GUID. > > This is needed by the isci driver which relies on an efi variable to > store critical platform parameters like gloablly unique sas addresses > and phy configuration parameters. This is similar to the > pci_map_biosrom() enabling that allows the isci driver to retrieve the > same data in the non-efi case. > > For the built-in case efivars is moved to subsys_initcall. > > Signed-off-by: Dave Jiang > Signed-off-by: Dan Williams > --- > Not sure who looks after efivars.c, but get_maintainer.pl and git shortlog > fingered Greg as a likely target. Yes, that is me. > We are currently targeting a late merge of the isci driver through the > staging tree into 2.6.39. This is a pre-requisite to be able to use the > driver on an efi enabled platform. You are? That's news to me, why didn't you ask the staging tree maintainer about this? I needed all patches in linux-next _before_ the merge window opened to be able to accept it. So, sorry, it will have to wait until .40. Please send me the isci driver and I will be glad to queue it up for staging for that kernel. 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/