From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@suse.de (Greg KH) Date: Tue, 12 Jul 2011 18:08:57 +0200 Subject: [PATCH 1/3] Framework for exporting System-on-Chip information via sysfs In-Reply-To: <20110712141339.GB24957@sapphire.tkos.co.il> References: <1310476090-9807-1-git-send-email-lee.jones@linaro.org> <20110712141339.GB24957@sapphire.tkos.co.il> Message-ID: <20110712160857.GA7059@suse.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Jul 12, 2011 at 05:13:39PM +0300, Baruch Siach wrote: > Hi Lee, > > On Tue, Jul 12, 2011 at 02:08:08PM +0100, Lee Jones wrote: > > Signed-off-by: Lee Jones > > --- > > drivers/base/Kconfig | 10 +++++ > > drivers/base/Makefile | 1 + > > drivers/base/soc.c | 98 +++++++++++++++++++++++++++++++++++++++++++++++ > > include/linux/sys_soc.h | 45 +++++++++++++++++++++ > > 4 files changed, 154 insertions(+), 0 deletions(-) > > create mode 100644 drivers/base/soc.c > > create mode 100644 include/linux/sys_soc.h > > I guess you should Cc Greg Kroah-Hartman on this series. Only if the submitter wants it applied, obviously, they don't :) Why do we have things like the MAINTAINERS file and scripts/get_maintainer.pl if no one uses them... greg k-h