summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/sh_mmcif.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
* 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
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* mmc: sh_mmcif: Set default MMCIF clock rateMarek Vasut2019-03-251-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* mmc: sh_mmcif: Add DM and DT probing supportMarek Vasut2018-04-211-13/+152
* mmc: change the set_ios return type from void to intJaehoon Chung2017-01-111-1/+3
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* mmc: use the generic error numberJaehoon Chung2016-08-051-4/+4
* Add more SPDX-License-Identifier tagsTom Rini2016-01-191-3/+1
* mmc: remove the MMC_MODE_HC flagRob Herring2015-05-051-1/+1
* mmc: sh_mmcif: Add support rmobileNobuhiro Iwamatsu2014-12-051-1/+1
* mmc: sh_mmcif: Change maximum and minimum value of MMC clockNobuhiro Iwamatsu2014-12-051-2/+3
* mmc: sh_mmcif: Use DIV_ROUND_UP and fls instead of calculation loopNobuhiro Iwamatsu2014-12-051-8/+6
* mmc: sh_mmcif: Fix warning by unused variableNobuhiro Iwamatsu2014-04-021-2/+1
* mmc: sh_mmcif: Fix compile errorNobuhiro Iwamatsu2014-04-021-1/+1
* mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou2014-03-241-22/+20
* mmc: Convert mmc struct's name array to a pointerPantelis Antoniou2014-03-241-1/+1
* mmc: Remove ops from struct mmc and put in mmc_opsPantelis Antoniou2014-03-241-5/+7
* mmc: add support for write protectionNikita Kiryanov2013-03-081-0/+1
* mmc: sh_mmcif: enable MMC_MODE_HCYoshihiro Shimoda2012-09-051-1/+1
* mmc: Implement card detection.Thierry Reding2012-01-081-0/+1
* mmc: sh_mmcif: add support for Renesas MMCIFYoshihiro Shimoda2011-07-151-0/+608