aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/sh_mmcif.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-25mmc: sh_mmcif: Set default MMCIF clock rateMarek Vasut1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-21mmc: sh_mmcif: Add DM and DT probing supportMarek Vasut1-13/+152
2017-01-11mmc: change the set_ios return type from void to intJaehoon Chung1-1/+3
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-08-05mmc: use the generic error numberJaehoon Chung1-4/+4
2016-01-19Add more SPDX-License-Identifier tagsTom Rini1-3/+1
2015-05-05mmc: remove the MMC_MODE_HC flagRob Herring1-1/+1
2014-12-05mmc: sh_mmcif: Add support rmobileNobuhiro Iwamatsu1-1/+1
2014-12-05mmc: sh_mmcif: Change maximum and minimum value of MMC clockNobuhiro Iwamatsu1-2/+3
2014-12-05mmc: sh_mmcif: Use DIV_ROUND_UP and fls instead of calculation loopNobuhiro Iwamatsu1-8/+6
2014-04-02mmc: sh_mmcif: Fix warning by unused variableNobuhiro Iwamatsu1-2/+1
2014-04-02mmc: sh_mmcif: Fix compile errorNobuhiro Iwamatsu1-1/+1
2014-03-24mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou1-22/+20
2014-03-24mmc: Convert mmc struct's name array to a pointerPantelis Antoniou1-1/+1
2014-03-24mmc: Remove ops from struct mmc and put in mmc_opsPantelis Antoniou1-5/+7
2013-03-08mmc: add support for write protectionNikita Kiryanov1-0/+1
2012-09-05mmc: sh_mmcif: enable MMC_MODE_HCYoshihiro Shimoda1-1/+1
2012-01-08mmc: Implement card detection.Thierry Reding1-0/+1
2011-07-15mmc: sh_mmcif: add support for Renesas MMCIFYoshihiro Shimoda1-0/+608