summaryrefslogtreecommitdiff
path: root/drivers/mmc/tegra_mmc.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-2/+2
2020-12-14dm: 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-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-04-03mmc: t210: Fix 'bad' SD-card clock when doing 400KHz card detectTom Warren1-0/+19
2020-04-03mmc: t210: Add autocal and tap/trim updates for SDMMC1/3Tom Warren1-8/+76
2020-02-06dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2017-07-28dm: tegra: mmc: Convert to livetreeSimon Glass1-10/+7
2017-06-20tegra: mmc: Set the bus width correctlySimon Glass1-1/+1
2017-06-01tegra: Convert MMC to use driver model for operationsSimon Glass1-31/+41
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass1-1/+1
2017-04-02mmc: tegra: allow disabling external clock loopbackMarcel Ziswiler1-0/+16
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-2/+2
2017-01-11mmc: change the set_ios return type from void to intJaehoon Chung1-1/+3
2016-09-27mmc: tegra: only use new clock/reset APIsStephen Warren1-40/+5
2016-09-27mmc: tegra: Add DM_MMC support to Tegra MMC driverTom Warren1-208/+69
2016-09-27mmc: tegra: priv struct and naming cleanupStephen Warren1-138/+161
2016-09-27mmc: tegra: don't use periph_id in pad_init_mmc()Stephen Warren1-4/+3
2016-09-27mmc: tegra: move pad_init_mmc() into MMC driverStephen Warren1-0/+28
2016-09-27mmc: tegra: use correct alias for SDHCI/MMC nodesStephen Warren1-5/+5
2016-08-25ARM: tegra: fix Tegra186 SDHCI clock/reset namesStephen Warren1-3/+3
2016-08-15mmc: tegra: port to standard clock/reset APIsStephen Warren1-9/+55
2016-08-05mmc: use the generic error numberJaehoon Chung1-3/+4
2016-05-31mmc: tegra: add basic Tegra186 supportStephen Warren1-1/+31
2016-02-16tegra: mmc: Fix comments in the MMC driver initSimon Glass1-2/+2
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada1-1/+1
2015-07-28ARM: Tegra210: Add support to common Tegra source/config filesTom Warren1-1/+11
2015-07-28mmc: tegra: Build warning fixes for 64-bitThierry Reding1-3/+3
2015-05-05tegra: mmc: Set the removable flag correctlySimon Glass1-4/+8
2015-05-05mmc: remove the MMC_MODE_HC flagRob Herring1-1/+1
2015-01-30dm: mmc: Remove use of fdtdec GPIO supportSimon Glass1-23/+13
2014-10-25tegra: make local functions staticJeroen Hofstee1-1/+2
2014-10-22mmc: Tegra: Fix timeout issue seen on certain eMMC partsMarcel Ziswiler1-1/+1
2014-05-13ARM: tegra: set CONFIG_SYS_MMC_MAX_DEVICEStephen Warren1-5/+8
2014-03-24mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou1-17/+19
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-8/+11
2014-02-03mmc: tegra: support Tegra124Stephen Warren1-0/+9
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-13/+1
2013-03-14mmc: Tegra: Add SD bus power/voltage function and MMC pad init call.Tom Warren1-8/+55
2013-03-14Tegra: MMC: Add DT support to MMC driver for all T20 boardsTom Warren1-58/+121
2013-03-09mmc: add support for write protectionNikita Kiryanov1-0/+1
2012-12-10Merge branch 'master' of git://git.denx.de/u-boot into resolveMinkyu Kang1-23/+41
2012-11-28mmc: tegra: use bounce buffer APIsStephen Warren1-23/+41
2012-11-19mmc: tegra: support 4-bit operation too on 8-bit slotsStephen Warren1-3/+4