]> git.baikalelectronics.ru Git - kernel.git/commit
MMC: AU1xMMC: Allow platforms to disable host capabilities
authorManuel Lauss <manuel.lauss@googlemail.com>
Wed, 14 Oct 2009 07:38:06 +0000 (09:38 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 27 Feb 2010 11:53:19 +0000 (12:53 +0100)
commit0f3e7f78b7ad07726869339ba891dfeadfa83970
treef5a466669cea7e172d260c319601b9e1522d01ac
parentc7ff9daa98c37099729d74a8589bd56a84e9403a
MMC: AU1xMMC: Allow platforms to disable host capabilities

Although the hardware supports a 4/8bit SD interface and the driver
unconditionally advertises all hardware caps to the MMC core, not all
datalines may actually be wired up.  This patch introduces another
field to au1xmmc platform data allowing platforms to disable certain
advanced host controller features.

Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
To: linux-mmc@vger.kernel.org
CC: Linux-MIPS <linux-mips@linux-mips.org>
Patchwork: http://patchwork.linux-mips.org/patch/460/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/mach-au1x00/au1100_mmc.h
drivers/mmc/host/au1xmmc.c