summaryrefslogtreecommitdiff
path: root/drivers/mmc/tegra_mmc.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: use dev_read_addr_ptr when cast to pointerJohan Jonker2023-05-061-1/+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
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon 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
* mmc: t210: Fix 'bad' SD-card clock when doing 400KHz card detectTom Warren2020-04-021-0/+19
* mmc: t210: Add autocal and tap/trim updates for SDMMC1/3Tom Warren2020-04-021-8/+76
* dm: core: Require users of devres to include the headerSimon Glass2020-02-051-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* dm: tegra: mmc: Convert to livetreeSimon Glass2017-07-281-10/+7
* tegra: mmc: Set the bus width correctlySimon Glass2017-06-201-1/+1
* tegra: Convert MMC to use driver model for operationsSimon Glass2017-06-011-31/+41
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* dm: Use dm.h header when driver mode is usedSimon Glass2017-06-011-1/+1
* mmc: tegra: allow disabling external clock loopbackMarcel Ziswiler2017-04-011-0/+16
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-2/+2
* mmc: change the set_ios return type from void to intJaehoon Chung2017-01-111-1/+3
* mmc: tegra: only use new clock/reset APIsStephen Warren2016-09-271-40/+5
* mmc: tegra: Add DM_MMC support to Tegra MMC driverTom Warren2016-09-271-208/+69
* mmc: tegra: priv struct and naming cleanupStephen Warren2016-09-271-138/+161
* mmc: tegra: don't use periph_id in pad_init_mmc()Stephen Warren2016-09-271-4/+3
* mmc: tegra: move pad_init_mmc() into MMC driverStephen Warren2016-09-271-0/+28
* mmc: tegra: use correct alias for SDHCI/MMC nodesStephen Warren2016-09-271-5/+5
* ARM: tegra: fix Tegra186 SDHCI clock/reset namesStephen Warren2016-08-251-3/+3
* mmc: tegra: port to standard clock/reset APIsStephen Warren2016-08-151-9/+55
* mmc: use the generic error numberJaehoon Chung2016-08-051-3/+4
* mmc: tegra: add basic Tegra186 supportStephen Warren2016-05-311-1/+31
* tegra: mmc: Fix comments in the MMC driver initSimon Glass2016-02-161-2/+2
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-181-1/+1
* ARM: Tegra210: Add support to common Tegra source/config filesTom Warren2015-07-281-1/+11
* mmc: tegra: Build warning fixes for 64-bitThierry Reding2015-07-271-3/+3
* tegra: mmc: Set the removable flag correctlySimon Glass2015-05-051-4/+8
* mmc: remove the MMC_MODE_HC flagRob Herring2015-05-051-1/+1
* dm: mmc: Remove use of fdtdec GPIO supportSimon Glass2015-01-291-23/+13
* tegra: make local functions staticJeroen Hofstee2014-10-251-1/+2
* mmc: Tegra: Fix timeout issue seen on certain eMMC partsMarcel Ziswiler2014-10-221-1/+1
* ARM: tegra: set CONFIG_SYS_MMC_MAX_DEVICEStephen Warren2014-05-131-5/+8
* mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou2014-03-241-17/+19
* 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-8/+11
* mmc: tegra: support Tegra124Stephen Warren2014-02-031-0/+9
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-13/+1
* mmc: Tegra: Add SD bus power/voltage function and MMC pad init call.Tom Warren2013-03-141-8/+55
* Tegra: MMC: Add DT support to MMC driver for all T20 boardsTom Warren2013-03-141-58/+121
* mmc: add support for write protectionNikita Kiryanov2013-03-081-0/+1
* Merge branch 'master' of git://git.denx.de/u-boot into resolveMinkyu Kang2012-12-101-23/+41
|\
| * mmc: tegra: use bounce buffer APIsStephen Warren2012-11-271-23/+41