summaryrefslogtreecommitdiff
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* fix(mmc): resolve the build errorJayanth Dodderi Chidanand2022-09-091-0/+1
* feat(mmc): get boot partition sizeYann Gautier2022-09-071-0/+5
* feat(mmc): manage SD Switch Function for high speed modeYann Gautier2022-08-161-1/+66
* fix(mmc): remove broken, unsecure, unused eMMC RPMB handlingAhmad Fatoum2022-06-081-46/+0
* refactor(mmc): replace magic value with new PART_CFG_BOOT_PARTITION_NO_ACCESSAhmad Fatoum2022-06-021-1/+1
* refactor(mmc): export user/boot partition switch functionsAhmad Fatoum2022-06-021-7/+29
* feat(drivers/mmc): boot partition read supportVyacheslav Yurkov2021-06-041-1/+75
* mmc: remove useless extra semicolonsYann Gautier2021-04-081-3/+3
* Revert "mmc:prevent accessing to the released space in case of wrong usage"Yann Gautier2021-04-081-24/+24
* mmc:prevent accessing to the released space in case of wrong usagedeqi.hu2021-03-171-24/+24
* mmc: increase delay between ACMD41 retriesYann Gautier2019-10-031-1/+1
* drivers: mmc: Fix some issues with MMC stackTien Hock, Loh2019-03-071-4/+6
* mmc: correctly check ret in mmc_fill_device_infoYann Gautier2019-01-171-2/+2
* Merge pull request #1724 from jbech-linaro/emmc_enumerationAntonio Niño Díaz2019-01-101-1/+1
|\
| * mmc: increase delay when initializing mmcJoakim Bech2018-12-181-1/+1
* | Sanitise includes across codebaseAntonio Nino Diaz2019-01-041-5/+6
|/
* drivers: mmc: check mmc_reset_to_idle returnYann Gautier2018-12-041-2/+8
* mmc: poll eMMC status after EXT_CSD commandHaojian Zhuang2018-11-261-0/+7
* mmc: Update framework to use standard response typeYann Gautier2018-09-281-18/+18
* drivers: mmc: Fix R2 response type definitionShawn Guo2018-09-281-2/+2
* drivers: mmc: Add missing response type for some commandsBryan O'Donoghue2018-09-041-3/+3
* drivers: mmc: Fix R3 response type definitionBryan O'Donoghue2018-09-041-2/+2
* drivers/mmc: Fix warning about usage of uninitialized variableAntonio Nino Diaz2018-08-101-1/+1
* drivers/mmc: set buswidth and speed before reading dataHaojian Zhuang2018-08-101-2/+2
* drivers/mmc: make mmc_ext_csd aligned with 16 charHaojian Zhuang2018-08-101-1/+1
* drivers/mmc: fix lba param to intHaojian Zhuang2018-08-101-6/+6
* drivers/mmc: send CMD8 only for SD card in initializationHaojian Zhuang2018-08-101-9/+9
* mmc: add required delays when retrying commandsYann Gautier2018-08-021-35/+42
* Add MMC frameworkYann Gautier2018-07-031-0/+714