]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
socfpga/dwmmc: Adding DesignWare MMC driver support for SOCFPGA
authorChin Liang See <clsee@altera.com>
Tue, 31 Dec 2013 00:26:14 +0000 (18:26 -0600)
committerPantelis Antoniou <panto@antoniou-consulting.com>
Thu, 9 Jan 2014 09:53:55 +0000 (11:53 +0200)
commitc5c1af21764d9423b45c1d03e835c4547a8bc5cb
tree9677624d4c2471a0e9b4c623d8ad982964c7fd50
parentab71188ce87ebb66192a5bdbbb9d58052bd32d93
socfpga/dwmmc: Adding DesignWare MMC driver support for SOCFPGA

To add the DesignWare MMC driver support for Altera SOCFPGA. It
required information such as clocks and bus width from platform
specific files (SOCFPGA handoff files)

Signed-off-by: Chin Liang See <clsee@altera.com>
Cc: Rajeshwari Shinde <rajeshwari.s@samsung.com>
Cc: Jaehoon Chung <jh80.chung@samsung.com>
Cc: Pantelis Antoniou <panto@antoniou-consulting.com>
Cc: Wolfgang Denk <wd@denx.de>
Acked-by: Pantelis Antoniou <panto@antoniou-consulting.com>
arch/arm/include/asm/arch-socfpga/dwmmc.h [new file with mode: 0644]
arch/arm/include/asm/arch-socfpga/system_manager.h
doc/README.socfpga [new file with mode: 0644]
drivers/mmc/Makefile
drivers/mmc/socfpga_dw_mmc.c [new file with mode: 0644]