summaryrefslogtreecommitdiff
path: root/drivers/mmc/tegra_mmc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mmc: tegra: support 4-bit operation too on 8-bit slotsStephen Warren2012-11-191-3/+4
|/
* Tegra20: Move some include files to arch-tegra for sharing with Tegra30Tom Warren2012-10-151-3/+3
* Tegra: Change Tegra20 to Tegra in common code, prep for T30Tom Warren2012-09-101-17/+17
* tegra20: rename tegra2 -> tegra20Allen Martin2012-09-011-16/+16
* mmc: tegra2: rename tegra2_mmc.* to tegra_mmc.*Tom Warren2012-07-071-0/+570