summaryrefslogtreecommitdiff
path: root/drivers/mmc/tegra_mmc.c
AgeCommit message (Expand)Author
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2017-07-28dm: tegra: mmc: Convert to livetreeSimon Glass
2017-06-20tegra: mmc: Set the bus width correctlySimon Glass
2017-06-01tegra: Convert MMC to use driver model for operationsSimon Glass
2017-06-01dm: Rename dev_addr..() functionsSimon Glass
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass
2017-04-01mmc: tegra: allow disabling external clock loopbackMarcel Ziswiler
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2017-01-11mmc: change the set_ios return type from void to intJaehoon Chung
2016-09-27mmc: tegra: only use new clock/reset APIsStephen Warren
2016-09-27mmc: tegra: Add DM_MMC support to Tegra MMC driverTom Warren
2016-09-27mmc: tegra: priv struct and naming cleanupStephen Warren
2016-09-27mmc: tegra: don't use periph_id in pad_init_mmc()Stephen Warren
2016-09-27mmc: tegra: move pad_init_mmc() into MMC driverStephen Warren
2016-09-27mmc: tegra: use correct alias for SDHCI/MMC nodesStephen Warren
2016-08-25ARM: tegra: fix Tegra186 SDHCI clock/reset namesStephen Warren
2016-08-15mmc: tegra: port to standard clock/reset APIsStephen Warren
2016-08-05mmc: use the generic error numberJaehoon Chung
2016-05-31mmc: tegra: add basic Tegra186 supportStephen Warren
2016-02-16tegra: mmc: Fix comments in the MMC driver initSimon Glass
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada
2015-07-28ARM: Tegra210: Add support to common Tegra source/config filesTom Warren
2015-07-27mmc: tegra: Build warning fixes for 64-bitThierry Reding
2015-05-05tegra: mmc: Set the removable flag correctlySimon Glass
2015-05-05mmc: remove the MMC_MODE_HC flagRob Herring
2015-01-29dm: mmc: Remove use of fdtdec GPIO supportSimon Glass
2014-10-25tegra: make local functions staticJeroen Hofstee
2014-10-22mmc: Tegra: Fix timeout issue seen on certain eMMC partsMarcel Ziswiler
2014-05-13ARM: tegra: set CONFIG_SYS_MMC_MAX_DEVICEStephen Warren
2014-03-24mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou
2014-03-24mmc: Convert mmc struct's name array to a pointerPantelis Antoniou
2014-03-24mmc: Remove ops from struct mmc and put in mmc_opsPantelis Antoniou
2014-02-03mmc: tegra: support Tegra124Stephen Warren
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-03-14mmc: Tegra: Add SD bus power/voltage function and MMC pad init call.Tom Warren
2013-03-14Tegra: MMC: Add DT support to MMC driver for all T20 boardsTom Warren
2013-03-08mmc: add support for write protectionNikita Kiryanov
2012-12-10Merge branch 'master' of git://git.denx.de/u-boot into resolveMinkyu Kang
2012-11-27mmc: tegra: use bounce buffer APIsStephen Warren
2012-11-19mmc: tegra: support 4-bit operation too on 8-bit slotsStephen Warren
2012-10-15Tegra20: Move some include files to arch-tegra for sharing with Tegra30Tom Warren
2012-09-10Tegra: Change Tegra20 to Tegra in common code, prep for T30Tom Warren
2012-09-01tegra20: rename tegra2 -> tegra20Allen Martin
2012-07-07mmc: tegra2: rename tegra2_mmc.* to tegra_mmc.*Tom Warren