summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/mxsmmc.c
Commit message (Expand)AuthorAgeFilesLines
* dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass2021-01-051-1/+1
* dm: Use access methods for dev/uclass private dataSimon Glass2021-01-051-1/+1
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-8/+8
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-5/+5
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-2/+2
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
* drivers: avoid using aliases on drivers when OF_PLATDATA is enabledWalter Lozano2020-07-281-8/+2
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-1/+2
* core: add support for U_BOOT_DRIVER_ALIASWalter Lozano2020-07-091-0/+1
* drivers: rename drivers to match compatible stringWalter Lozano2020-07-091-5/+1
* common: Drop linux/bitops.h from common headerSimon 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: Replace printf with debug call for timeouts in the i.MX28 mxs driverLukasz Majewski2019-10-081-2/+2
* mmc: Convert mxsmmc eMMC driver for i.MX2{38} to DM/DTSLukasz Majewski2019-10-081-70/+373
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* imx: reorganize IMX code as other SOCsStefano Babic2017-07-121-1/+1
* mmc: change the set_ios return type from void to intJaehoon Chung2017-01-111-1/+3
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* mmc: use the generic error numberJaehoon Chung2016-08-051-9/+9
* dm: block: Rename device number member dev to devnumSimon Glass2016-03-141-12/+12
* mmc: remove the MMC_MODE_HC flagRob Herring2015-05-051-2/+1
* mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou2014-03-241-20/+18
* 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-5/+7
* mmc: mxsmmc: Enable MMC HC supportAmaury Pouly2013-08-231-1/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* imx: Move some header files from arch-mxs to imx-commonStefan Roese2013-04-221-1/+1
* Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2013-03-151-16/+4
|\
| * mxs: mmc: spi: dma: Better wrap the MXS differencesMarek Vasut2013-03-071-16/+4
* | mmc: add support for write protectionNikita Kiryanov2013-03-081-0/+1
|/
* mxs: mmc: Fix the MMC driver for MX23Marek Vasut2013-01-281-5/+22
* mxs: mmc: Allow overriding default card detect implementationMarek Vasut2013-01-281-2/+14
* mxs: mmc: Fix MMC reset on iMX23Otavio Salvador2013-01-281-5/+11
* mmc: Limit the number of used SSP ports on MX23Marek Vasut2013-01-211-1/+11
* mxs: clock: Use 'mxs' prefix for methodsOtavio Salvador2013-01-211-2/+2
* mxs: ssp: Pull out the SSP bus to regs conversionMarek Vasut2013-01-211-14/+1
* mxs: mmc: Drop unused members from struct mxsmmc_privMarek Vasut2013-01-211-12/+0
* common: rework bouncebuf implementationStephen Warren2012-11-271-23/+7
* MMC: MXS: Convert MXS MMC driver to generic bounce bufferMarek Vasut2012-10-221-13/+23
* MX28: MMC: Avoid DMA DCache race conditionMarek Vasut2012-09-061-0/+4
* mxs: Convert sys_proto.h prefixes to 'mxs'Otavio Salvador2012-09-011-1/+1
* MX28: Fix MXS MMC DMA issuesMarek Vasut2012-09-011-15/+19
* MX28: Transfer small blocks via PIO in MXS MMCMarek Vasut2012-09-011-26/+20
* MX28: Split out the PIO and DMA transfer functionsMarek Vasut2012-09-011-68/+86
* MX28: Fix up the MMC driver DMA modeMarek Vasut2012-09-011-2/+8
* mxs: prefix register structs with 'mxs' prefixOtavio Salvador2012-09-011-10/+10
* Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2012-05-201-1/+2
|\
| * i.MX28: Check if WP detection is implemented at allMarek Vasut2012-05-151-1/+2