From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Sat, 10 Nov 2012 10:17:09 +0100 Subject: [U-Boot] [PATCH V2 1/2] mmc: add bcm2835 driver In-Reply-To: <1352357057-11839-1-git-send-email-swarren@wwwdotorg.org> References: <1352357057-11839-1-git-send-email-swarren@wwwdotorg.org> Message-ID: <20121110101709.7e5a6a70@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stephen, > arch/arm/include/asm/arch-bcm2835/sdhci.h | 24 ++++ > drivers/mmc/Makefile | 1 + > drivers/mmc/bcm2835_sdhci.c | 177 +++++++++++++++++++++++++++++ > 3 files changed, 202 insertions(+) > create mode 100644 arch/arm/include/asm/arch-bcm2835/sdhci.h > create mode 100644 drivers/mmc/bcm2835_sdhci.c Actually the patch is essentially an MMC driver one, with the ARM file touched only to add a base address. I have reassigned the patch to Andy. Amicalement, -- Albert.