On Wed, Dec 08, 2010 at 02:21:05PM +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 <[email protected]> > --- > drivers/mmc/host/Kconfig | 15 + > drivers/mmc/host/Makefile | 1 + > drivers/mmc/host/dw_mmc.c | 1806 > ++++++++++++++++++++++++++++++++++++++++++++ > drivers/mmc/host/dw_mmc.h | 153 ++++ > include/linux/mmc/dw_mmc.h | 149 ++++ > 5 files changed, 2124 insertions(+), 0 deletions(-) > create mode 100644 drivers/mmc/host/dw_mmc.c > create mode 100644 drivers/mmc/host/dw_mmc.h > create mode 100644 include/linux/mmc/dw_mmc.h > > - patch v2: make changes based on review by Matt Fleming.
Reviewed-by: Matt Fleming <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
