From mboxrd@z Thu Jan 1 00:00:00 1970 From: cjb@laptop.org (Chris Ball) Date: Sat, 11 Dec 2010 19:23:20 +0000 Subject: [PATCH] dw_mmc: Add Synopsys DesignWare mmc host driver. In-Reply-To: References: <20101208115510.GD10998@console-pimps.org> <20101209064751.GA21128@void.printf.net> <20101209160157.GA28586@void.printf.net> Message-ID: <20101211192320.GA24430@void.printf.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Will, On Thu, Dec 09, 2010 at 05:24:26PM +0000, Will Newton wrote: > This adds the mmc host driver for the Synopsys DesignWare mmc > host controller, found in a number of embedded SoC designs. > > Signed-off-by: Will Newton > Reviewed-by: Matt Fleming Running a test build on ARM fails: drivers/mmc/host/dw_mmc.c: In function ?dw_mci_push_data64?: drivers/mmc/host/dw_mmc.c:985: error: implicit declaration of function ?__raw_writeq? drivers/mmc/host/dw_mmc.c: In function ?dw_mci_pull_data64?: drivers/mmc/host/dw_mmc.c:998: error: implicit declaration of function ?__raw_readq? because arch/arm doesn't implement raw versions of these 64-bit accesses. I'm surprised that this driver hasn't been compiled on ARM before! What kind of arch are you testing on? Do you have any ARM hardware (lpc313x?) to verify the driver on? Thanks, -- Chris Ball One Laptop Per Child