summaryrefslogtreecommitdiff
path: root/drivers/mmc/mxsmmc.c
AgeCommit message (Expand)Author
2016-03-14dm: block: Rename device number member dev to devnumSimon Glass
2015-05-05mmc: remove the MMC_MODE_HC flagRob Herring
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
2013-08-23mmc: mxsmmc: Enable MMC HC supportAmaury Pouly
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-04-22imx: Move some header files from arch-mxs to imx-commonStefan Roese
2013-03-15Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD
2013-03-08mmc: add support for write protectionNikita Kiryanov
2013-03-07mxs: mmc: spi: dma: Better wrap the MXS differencesMarek Vasut
2013-01-28mxs: mmc: Fix the MMC driver for MX23Marek Vasut
2013-01-28mxs: mmc: Allow overriding default card detect implementationMarek Vasut
2013-01-28mxs: mmc: Fix MMC reset on iMX23Otavio Salvador
2013-01-21mmc: Limit the number of used SSP ports on MX23Marek Vasut
2013-01-21mxs: clock: Use 'mxs' prefix for methodsOtavio Salvador
2013-01-21mxs: ssp: Pull out the SSP bus to regs conversionMarek Vasut
2013-01-21mxs: mmc: Drop unused members from struct mxsmmc_privMarek Vasut
2012-11-27common: rework bouncebuf implementationStephen Warren
2012-10-22MMC: MXS: Convert MXS MMC driver to generic bounce bufferMarek Vasut
2012-09-06MX28: MMC: Avoid DMA DCache race conditionMarek Vasut
2012-09-01mxs: Convert sys_proto.h prefixes to 'mxs'Otavio Salvador
2012-09-01MX28: Fix MXS MMC DMA issuesMarek Vasut
2012-09-01MX28: Transfer small blocks via PIO in MXS MMCMarek Vasut
2012-09-01MX28: Split out the PIO and DMA transfer functionsMarek Vasut
2012-09-01MX28: Fix up the MMC driver DMA modeMarek Vasut
2012-09-01mxs: prefix register structs with 'mxs' prefixOtavio Salvador
2012-05-20Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk
2012-05-15i.MX28: Check if WP detection is implemented at allMarek Vasut
2012-05-08i.MX28: Lower the amount of blocks transfered in one DMA cycleMarek Vasut
2012-04-16DMA: Split the APBH DMA init into block and channel initMarek Vasut
2012-04-16i.MX28: Allow coexistence of PIO and DMA mode for SD/MMCMarek Vasut
2012-03-29i.MX28: Do data transfers via DMA in MMC driverMarek Vasut
2012-01-08mmc: Implement card detection.Thierry Reding
2011-11-11iMX28: Add SSP MMC driverMarek Vasut