Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757800AbZAVTWx (ORCPT ); Thu, 22 Jan 2009 14:22:53 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755423AbZAVTWo (ORCPT ); Thu, 22 Jan 2009 14:22:44 -0500 Received: from gate.crashing.org ([63.228.1.57]:57838 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755182AbZAVTWo (ORCPT ); Thu, 22 Jan 2009 14:22:44 -0500 Cc: Pierre Ossman , Ben Dooks , Arnd Bergmann , Liu Dave , Xie Xiaobo , Konjin Lai , "Joe D'Abbraccio" , sdhci-devel@list.drzeus.cx, linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org Message-Id: <5FF82BD4-AA84-4645-A703-F146C226F07C@kernel.crashing.org> From: Kumar Gala To: Anton Vorontsov In-Reply-To: <20090122020041.GJ11492@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 10/10] mmc: Add OpenFirmware bindings for SDHCI driver Date: Thu, 22 Jan 2009 13:15:01 -0600 References: <20090122015649.GA6835@oksana.dev.rtsoft.ru> <20090122020041.GJ11492@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: 913 Lines: 29 On Jan 21, 2009, at 8:00 PM, Anton Vorontsov wrote: > This patch adds a new driver: sdhci-of. The driver is similar to > the sdhci-pci, it contains common probe code, and controller-specific > ops and quirks. > > So far there are only Freescale eSDHC ops and quirks. > > Signed-off-by: Anton Vorontsov > --- > drivers/mmc/host/Kconfig | 10 ++ > drivers/mmc/host/Makefile | 1 + > drivers/mmc/host/sdhci-of.c | 274 ++++++++++++++++++++++++++++++++++ > +++++++++ > 3 files changed, 285 insertions(+), 0 deletions(-) > create mode 100644 drivers/mmc/host/sdhci-of.c Still griping about lack of OF binding 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/