aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/sh_sdhi.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-2/+2
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-10-12mmc: do not check argument of free() beforehandHeinrich Schuchardt1-2/+1
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-1/+1
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-1/+1
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-1/+1
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop part.h from common headerSimon Glass1-0/+1
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-17mmc: sd_sdhi: Enable clock using clock frameworkMarek Vasut1-0/+15
2017-08-17mmc: sh_sdhi: Fix the ACMD handlingMarek Vasut1-48/+55
2017-08-17mmc: sh_sdhi: Add DM and DT probing supportMarek Vasut1-20/+145
2017-06-09mmc: sh_sdhi: Add SDHI supportKouei Abe1-0/+14
2017-06-09mmc: sh_sdhi: Add MMC version 5.0 supportKouei Abe1-5/+19
2017-06-09mmc: sh_sdhi: Add 64-bit access to sd_buf supportKouei Abe1-10/+43
2017-06-09mmc: sh_sdhi: Set SD_INFOx interrupt mask before command startingKouei Abe1-2/+2
2017-01-11mmc: change the set_ios return type from void to intJaehoon Chung1-2/+4
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-08-20Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini1-14/+15
2016-08-17arm: rmobile: Add BLANCHE board supportmasakazu.mochizuki.wd@hitachi.com1-17/+15
2016-08-17mmc: rmobile: add a compiler barrierYannick Gicquel1-0/+3
2016-08-05mmc: use the generic error numberJaehoon Chung1-3/+3
2016-02-06Use correct spelling of "U-Boot"Bin Meng1-1/+1
2015-01-19mmc: rmobile: Add SDHC support for Renesas rmobile ARM SoCNobuhiro Iwamatsu1-0/+695