This patch series adds a mmc_spi driver. Thomas Chou (3): lib: add crc7 from Linux mmc: add find_mmc_device_quiet that doesnt print not found message mmc: add generic mmc spi driver
common/Makefile | 1 + common/cmd_mmc_spi.c | 115 ++++++++++++++ drivers/mmc/Makefile | 1 + drivers/mmc/mmc.c | 14 ++- drivers/mmc/mmc_spi.c | 393 +++++++++++++++++++++++++++++++++++++++++++++++++ include/linux/crc7.h | 14 ++ include/mmc.h | 1 + include/mmc_spi.h | 27 ++++ lib/Makefile | 1 + lib/crc7.c | 62 ++++++++ 10 files changed, 626 insertions(+), 3 deletions(-) create mode 100644 common/cmd_mmc_spi.c create mode 100644 drivers/mmc/mmc_spi.c create mode 100644 include/linux/crc7.h create mode 100644 include/mmc_spi.h create mode 100644 lib/crc7.c _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot