summaryrefslogtreecommitdiff
path: root/drivers/mmc/mmc_spi.c
AgeCommit message (Expand)Author
2018-12-08lib: merge CRC16-CCITT into u-boot/crc.hPhilipp Tomsich
2017-01-11mmc: change the set_ios return type from void to intJaehoon Chung
2016-08-05mmc: use the generic error numberJaehoon Chung
2016-03-14lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start valueStefan Roese
2015-08-13mmc_spi: Big-endian supportYoshinori Sato
2014-03-24mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou
2014-03-24mmc: Convert mmc struct's name array to a pointerPantelis Antoniou
2014-03-24mmc: Remove ops from struct mmc and put in mmc_opsPantelis Antoniou
2013-03-08mmc: add support for write protectionNikita Kiryanov
2012-10-22mmc: Fix mmc_spi error on cmd->flags fieldMarek Vasut
2012-01-08mmc: Implement card detection.Thierry Reding
2011-05-18mmc_spi: generate response for send status commandThomas Chou
2011-04-13mmc: add generic mmc spi driverThomas Chou