Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760157AbZAODqi (ORCPT ); Wed, 14 Jan 2009 22:46:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754343AbZAODqY (ORCPT ); Wed, 14 Jan 2009 22:46:24 -0500 Received: from gate.crashing.org ([63.228.1.57]:58178 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754288AbZAODqY (ORCPT ); Wed, 14 Jan 2009 22:46:24 -0500 Cc: Pierre Ossman , linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, Xie Xiaobo , Konjin Lai , "Joe D'Abbraccio" Message-Id: <533AEE7C-0605-43E9-BB9F-615BE6761202@kernel.crashing.org> From: Kumar Gala To: Anton Vorontsov In-Reply-To: <20090114194631.GA25978@oksana.dev.rtsoft.ru> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: Re: [PATCH] mmc: Add driver for Freescale eSDHC controllers Date: Wed, 14 Jan 2009 21:43:50 -0600 References: <20090114194631.GA25978@oksana.dev.rtsoft.ru> X-Mailer: Apple Mail (2.929.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1151 Lines: 31 On Jan 14, 2009, at 1:46 PM, Anton Vorontsov wrote: > From: Xie Xiaobo > > This patch adds support for the Freescale Enhanced Secure Digital > Host Controller Interface as found in some Freescale PowerPC > microprocessors (e.g. MPC837x SOCs). > > Signed-off-by: Xie Xiaobo > Signed-off-by: Konjin Lai > Signed-off-by: Joe D'Abbraccio > Signed-off-by: Anton Vorontsov > --- > drivers/mmc/host/Kconfig | 9 + > drivers/mmc/host/Makefile | 1 + > drivers/mmc/host/esdhc.c | 1321 ++++++++++++++++++++++++++++++++++++ > +++++++++ > drivers/mmc/host/esdhc.h | 255 +++++++++ > 4 files changed, 1586 insertions(+), 0 deletions(-) > create mode 100644 drivers/mmc/host/esdhc.c > create mode 100644 drivers/mmc/host/esdhc.h Want to work some device tree docs for this. - k -- 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/