summaryrefslogtreecommitdiff
path: root/drivers/mmc/mxsmmc.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-05dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass1-1/+1
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass1-1/+1
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-8/+8
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-5/+5
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-2/+2
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-07-29drivers: avoid using aliases on drivers when OF_PLATDATA is enabledWalter Lozano1-8/+2
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+2
2020-07-10core: add support for U_BOOT_DRIVER_ALIASWalter Lozano1-0/+1
2020-07-10drivers: rename drivers to match compatible stringWalter Lozano1-5/+1
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2019-10-08mmc: Replace printf with debug call for timeouts in the i.MX28 mxs driverLukasz Majewski1-2/+2
2019-10-08mmc: Convert mxsmmc eMMC driver for i.MX2{38} to DM/DTSLukasz Majewski1-70/+373
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic1-1/+1
2017-01-11mmc: change the set_ios return type from void to intJaehoon Chung1-1/+3
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-08-05mmc: use the generic error numberJaehoon Chung1-9/+9
2016-03-15dm: block: Rename device number member dev to devnumSimon Glass1-12/+12
2015-05-05mmc: remove the MMC_MODE_HC flagRob Herring1-2/+1
2014-03-24mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou1-20/+18
2014-03-24mmc: Convert mmc struct's name array to a pointerPantelis Antoniou1-1/+1
2014-03-24mmc: Remove ops from struct mmc and put in mmc_opsPantelis Antoniou1-5/+7
2013-08-23mmc: mxsmmc: Enable MMC HC supportAmaury Pouly1-1/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-04-22imx: Move some header files from arch-mxs to imx-commonStefan Roese1-1/+1
2013-03-15Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD1-16/+4
2013-03-09mmc: add support for write protectionNikita Kiryanov1-0/+1
2013-03-07mxs: mmc: spi: dma: Better wrap the MXS differencesMarek Vasut1-16/+4
2013-01-28mxs: mmc: Fix the MMC driver for MX23Marek Vasut1-5/+22
2013-01-28mxs: mmc: Allow overriding default card detect implementationMarek Vasut1-2/+14
2013-01-28mxs: mmc: Fix MMC reset on iMX23Otavio Salvador1-5/+11
2013-01-21mmc: Limit the number of used SSP ports on MX23Marek Vasut1-1/+11
2013-01-21mxs: clock: Use 'mxs' prefix for methodsOtavio Salvador1-2/+2
2013-01-21mxs: ssp: Pull out the SSP bus to regs conversionMarek Vasut1-14/+1
2013-01-21mxs: mmc: Drop unused members from struct mxsmmc_privMarek Vasut1-12/+0
2012-11-28common: rework bouncebuf implementationStephen Warren1-23/+7
2012-10-22MMC: MXS: Convert MXS MMC driver to generic bounce bufferMarek Vasut1-13/+23
2012-09-06MX28: MMC: Avoid DMA DCache race conditionMarek Vasut1-0/+4
2012-09-01mxs: Convert sys_proto.h prefixes to 'mxs'Otavio Salvador1-1/+1
2012-09-01MX28: Fix MXS MMC DMA issuesMarek Vasut1-15/+19
2012-09-01MX28: Transfer small blocks via PIO in MXS MMCMarek Vasut1-26/+20
2012-09-01MX28: Split out the PIO and DMA transfer functionsMarek Vasut1-68/+86
2012-09-01MX28: Fix up the MMC driver DMA modeMarek Vasut1-2/+8
2012-09-01mxs: prefix register structs with 'mxs' prefixOtavio Salvador1-10/+10
2012-05-20Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk1-1/+2
2012-05-15i.MX28: Check if WP detection is implemented at allMarek Vasut1-1/+2