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