summaryrefslogtreecommitdiff
path: root/drivers/mmc/mxsmmc.c
Commit message (Expand)AuthorAgeLines
* mmc: use the generic error numberJaehoon Chung2016-08-05-9/+9
* dm: block: Rename device number member dev to devnumSimon Glass2016-03-14-12/+12
* mmc: remove the MMC_MODE_HC flagRob Herring2015-05-05-2/+1
* mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou2014-03-24-20/+18
* mmc: Convert mmc struct's name array to a pointerPantelis Antoniou2014-03-24-1/+1
* mmc: Remove ops from struct mmc and put in mmc_opsPantelis Antoniou2014-03-24-5/+7
* mmc: mxsmmc: Enable MMC HC supportAmaury Pouly2013-08-23-1/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* imx: Move some header files from arch-mxs to imx-commonStefan Roese2013-04-22-1/+1
* Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2013-03-15-16/+4
|\
| * mxs: mmc: spi: dma: Better wrap the MXS differencesMarek Vasut2013-03-07-16/+4
* | mmc: add support for write protectionNikita Kiryanov2013-03-08-0/+1
|/
* mxs: mmc: Fix the MMC driver for MX23Marek Vasut2013-01-28-5/+22
* mxs: mmc: Allow overriding default card detect implementationMarek Vasut2013-01-28-2/+14
* mxs: mmc: Fix MMC reset on iMX23Otavio Salvador2013-01-28-5/+11
* mmc: Limit the number of used SSP ports on MX23Marek Vasut2013-01-21-1/+11
* mxs: clock: Use 'mxs' prefix for methodsOtavio Salvador2013-01-21-2/+2
* mxs: ssp: Pull out the SSP bus to regs conversionMarek Vasut2013-01-21-14/+1
* mxs: mmc: Drop unused members from struct mxsmmc_privMarek Vasut2013-01-21-12/+0
* common: rework bouncebuf implementationStephen Warren2012-11-27-23/+7
* MMC: MXS: Convert MXS MMC driver to generic bounce bufferMarek Vasut2012-10-22-13/+23
* MX28: MMC: Avoid DMA DCache race conditionMarek Vasut2012-09-06-0/+4
* mxs: Convert sys_proto.h prefixes to 'mxs'Otavio Salvador2012-09-01-1/+1
* MX28: Fix MXS MMC DMA issuesMarek Vasut2012-09-01-15/+19
* MX28: Transfer small blocks via PIO in MXS MMCMarek Vasut2012-09-01-26/+20
* MX28: Split out the PIO and DMA transfer functionsMarek Vasut2012-09-01-68/+86
* MX28: Fix up the MMC driver DMA modeMarek Vasut2012-09-01-2/+8
* mxs: prefix register structs with 'mxs' prefixOtavio Salvador2012-09-01-10/+10
* Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2012-05-20-1/+2
|\
| * i.MX28: Check if WP detection is implemented at allMarek Vasut2012-05-15-1/+2
* | i.MX28: Lower the amount of blocks transfered in one DMA cycleMarek Vasut2012-05-08-1/+1
|/
* DMA: Split the APBH DMA init into block and channel initMarek Vasut2012-04-16-0/+5
* i.MX28: Allow coexistence of PIO and DMA mode for SD/MMCMarek Vasut2012-04-16-1/+47
* i.MX28: Do data transfers via DMA in MMC driverMarek Vasut2012-03-29-30/+40
* mmc: Implement card detection.Thierry Reding2012-01-08-0/+1
* iMX28: Add SSP MMC driverMarek Vasut2011-11-11-0/+351