Age | Commit message (Expand) | Author |
2017-07-12 | imx: reorganize IMX code as other SOCs | Stefano Babic |
2017-01-11 | mmc: change the set_ios return type from void to int | Jaehoon Chung |
2016-09-23 | treewide: replace #include <asm/errno.h> with <linux/errno.h> | Masahiro Yamada |
2016-08-05 | mmc: use the generic error number | Jaehoon Chung |
2016-03-14 | dm: block: Rename device number member dev to devnum | Simon Glass |
2015-05-05 | mmc: remove the MMC_MODE_HC flag | Rob Herring |
2014-03-24 | mmc: Split mmc struct, rework mmc initialization (v2) | Pantelis Antoniou |
2014-03-24 | mmc: Convert mmc struct's name array to a pointer | Pantelis Antoniou |
2014-03-24 | mmc: Remove ops from struct mmc and put in mmc_ops | Pantelis Antoniou |
2013-08-23 | mmc: mxsmmc: Enable MMC HC support | Amaury Pouly |
2013-07-24 | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk |
2013-04-22 | imx: Move some header files from arch-mxs to imx-common | Stefan Roese |
2013-03-15 | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' | Albert ARIBAUD |
2013-03-08 | mmc: add support for write protection | Nikita Kiryanov |
2013-03-07 | mxs: mmc: spi: dma: Better wrap the MXS differences | Marek Vasut |
2013-01-28 | mxs: mmc: Fix the MMC driver for MX23 | Marek Vasut |
2013-01-28 | mxs: mmc: Allow overriding default card detect implementation | Marek Vasut |
2013-01-28 | mxs: mmc: Fix MMC reset on iMX23 | Otavio Salvador |
2013-01-21 | mmc: Limit the number of used SSP ports on MX23 | Marek Vasut |
2013-01-21 | mxs: clock: Use 'mxs' prefix for methods | Otavio Salvador |
2013-01-21 | mxs: ssp: Pull out the SSP bus to regs conversion | Marek Vasut |
2013-01-21 | mxs: mmc: Drop unused members from struct mxsmmc_priv | Marek Vasut |
2012-11-27 | common: rework bouncebuf implementation | Stephen Warren |
2012-10-22 | MMC: MXS: Convert MXS MMC driver to generic bounce buffer | Marek Vasut |
2012-09-06 | MX28: MMC: Avoid DMA DCache race condition | Marek Vasut |
2012-09-01 | mxs: Convert sys_proto.h prefixes to 'mxs' | Otavio Salvador |
2012-09-01 | MX28: Fix MXS MMC DMA issues | Marek Vasut |
2012-09-01 | MX28: Transfer small blocks via PIO in MXS MMC | Marek Vasut |
2012-09-01 | MX28: Split out the PIO and DMA transfer functions | Marek Vasut |
2012-09-01 | MX28: Fix up the MMC driver DMA mode | Marek Vasut |
2012-09-01 | mxs: prefix register structs with 'mxs' prefix | Otavio Salvador |
2012-05-20 | Merge branch 'master' of git://git.denx.de/u-boot-arm | Wolfgang Denk |
2012-05-15 | i.MX28: Check if WP detection is implemented at all | Marek Vasut |
2012-05-08 | i.MX28: Lower the amount of blocks transfered in one DMA cycle | Marek Vasut |
2012-04-16 | DMA: Split the APBH DMA init into block and channel init | Marek Vasut |
2012-04-16 | i.MX28: Allow coexistence of PIO and DMA mode for SD/MMC | Marek Vasut |
2012-03-29 | i.MX28: Do data transfers via DMA in MMC driver | Marek Vasut |
2012-01-08 | mmc: Implement card detection. | Thierry Reding |
2011-11-11 | iMX28: Add SSP MMC driver | Marek Vasut |