index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
mmc_spi.c
Age
Commit message (
Expand
)
Author
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2021-02-19
mmc: mmc_spi: Document the 3 local functions
Bin Meng
2021-02-19
mmc: mmc_spi: Fix potential spec violation in receiving card response
Bin Meng
2021-02-19
mmc: mmc_spi: Move argument check to the beginning of mmc_spi_sendcmd()
Bin Meng
2021-02-19
mmc: mmc_spi: Print verbose debug output when crc16 check fails
Bin Meng
2020-12-22
spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logic
Ovidiu Panait
2020-12-13
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-07-14
mmc_spi: generate R1b response for erase and stop transmission command
Pragnesh Patel
2020-07-14
mmc: mmc_spi: Generate R1 response for erase block start and end address
Pragnesh Patel
2020-07-14
mmc: mmc_spi: Read R2 response for send status command - CMD13
Pragnesh Patel
2020-07-14
mmc: read ssr for SD spi
Pragnesh Patel
2020-07-14
mmc: mmc_spi: generate R1 response for different mmc SPI commands
Pragnesh Patel
2020-07-14
mmc: mmc_spi: correct the while condition
Pragnesh Patel
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2019-09-05
dm: mmc_spi: Fix NULL pointer dereference in mmc_spi_bind()
Bin Meng
2019-07-18
mmc: mmc_spi: Use SPI_XFER_BEGIN and SPI_XFER_END flags
Anup Patel
2019-07-15
mmc: mmc_spi: Re-write driver using DM framework
Bhargav Shah
2018-12-08
lib: merge CRC16-CCITT into u-boot/crc.h
Philipp Tomsich
2017-01-11
mmc: change the set_ios return type from void to int
Jaehoon Chung
2016-08-05
mmc: use the generic error number
Jaehoon Chung
2016-03-14
lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start value
Stefan Roese
2015-08-13
mmc_spi: Big-endian support
Yoshinori Sato
2014-03-24
mmc: Split mmc struct, rework mmc initialization (v2)
Pantelis Antoniou
2014-03-24
mmc: Convert mmc struct's name array to a pointer
Pantelis Antoniou
2014-03-24
mmc: Remove ops from struct mmc and put in mmc_ops
Pantelis Antoniou
2013-03-08
mmc: add support for write protection
Nikita Kiryanov
2012-10-22
mmc: Fix mmc_spi error on cmd->flags field
Marek Vasut
2012-01-08
mmc: Implement card detection.
Thierry Reding
2011-05-18
mmc_spi: generate response for send status command
Thomas Chou
2011-04-13
mmc: add generic mmc spi driver
Thomas Chou