summaryrefslogtreecommitdiff
path: root/drivers/mmc/mmc_spi.c
Commit message (Expand)AuthorAgeFilesLines
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-3/+3
* mmc: mmc_spi: Document the 3 local functionsBin Meng2021-02-191-1/+35
* mmc: mmc_spi: Fix potential spec violation in receiving card responseBin Meng2021-02-191-15/+17
* mmc: mmc_spi: Move argument check to the beginning of mmc_spi_sendcmd()Bin Meng2021-02-191-3/+3
* mmc: mmc_spi: Print verbose debug output when crc16 check failsBin Meng2021-02-191-2/+4
* spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logicOvidiu Panait2020-12-221-1/+0
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
* mmc_spi: generate R1b response for erase and stop transmission commandPragnesh Patel2020-07-141-4/+28
* mmc: mmc_spi: Generate R1 response for erase block start and end addressPragnesh Patel2020-07-141-0/+2
* mmc: mmc_spi: Read R2 response for send status command - CMD13Pragnesh Patel2020-07-141-3/+8
* mmc: read ssr for SD spiPragnesh Patel2020-07-141-0/+1
* mmc: mmc_spi: generate R1 response for different mmc SPI commandsPragnesh Patel2020-07-141-0/+2
* mmc: mmc_spi: correct the while conditionPragnesh Patel2020-07-141-1/+3
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* dm: mmc_spi: Fix NULL pointer dereference in mmc_spi_bind()Bin Meng2019-09-051-15/+20
* mmc: mmc_spi: Use SPI_XFER_BEGIN and SPI_XFER_END flagsAnup Patel2019-07-181-1/+3
* mmc: mmc_spi: Re-write driver using DM frameworkBhargav Shah2019-07-151-167/+302
* lib: merge CRC16-CCITT into u-boot/crc.hPhilipp Tomsich2018-12-081-1/+1
* mmc: change the set_ios return type from void to intJaehoon Chung2017-01-111-1/+2
* mmc: use the generic error numberJaehoon Chung2016-08-051-5/+6
* lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start valueStefan Roese2016-03-141-2/+2
* mmc_spi: Big-endian supportYoshinori Sato2015-08-131-5/+5
* mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou2014-03-241-19/+21
* mmc: Convert mmc struct's name array to a pointerPantelis Antoniou2014-03-241-1/+1
* mmc: Remove ops from struct mmc and put in mmc_opsPantelis Antoniou2014-03-241-5/+7
* mmc: add support for write protectionNikita Kiryanov2013-03-081-0/+1
* mmc: Fix mmc_spi error on cmd->flags fieldMarek Vasut2012-10-221-2/+2
* mmc: Implement card detection.Thierry Reding2012-01-081-0/+1
* mmc_spi: generate response for send status commandThomas Chou2011-05-181-0/+5
* mmc: add generic mmc spi driverThomas Chou2011-04-131-0/+280