summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/sh_sdhi.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* 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: do not check argument of free() beforehandHeinrich Schuchardt2020-10-121-2/+1
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-251-1/+1
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-1/+1
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-201-1/+1
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop part.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* mmc: sd_sdhi: Enable clock using clock frameworkMarek Vasut2017-08-171-0/+15
* mmc: sh_sdhi: Fix the ACMD handlingMarek Vasut2017-08-171-48/+55
* mmc: sh_sdhi: Add DM and DT probing supportMarek Vasut2017-08-171-20/+145
* mmc: sh_sdhi: Add SDHI supportKouei Abe2017-06-091-0/+14
* mmc: sh_sdhi: Add MMC version 5.0 supportKouei Abe2017-06-091-5/+19
* mmc: sh_sdhi: Add 64-bit access to sd_buf supportKouei Abe2017-06-091-10/+43
* mmc: sh_sdhi: Set SD_INFOx interrupt mask before command startingKouei Abe2017-06-091-2/+2
* mmc: change the set_ios return type from void to intJaehoon Chung2017-01-111-2/+4
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini2016-08-201-14/+15
|\
| * arm: rmobile: Add BLANCHE board supportmasakazu.mochizuki.wd@hitachi.com2016-08-171-17/+15
| * mmc: rmobile: add a compiler barrierYannick Gicquel2016-08-171-0/+3
* | mmc: use the generic error numberJaehoon Chung2016-08-051-3/+3
|/
* Use correct spelling of "U-Boot"Bin Meng2016-02-061-1/+1
* mmc: rmobile: Add SDHC support for Renesas rmobile ARM SoCNobuhiro Iwamatsu2015-01-191-0/+695