Age | Commit message (Expand) | Author |
2016-04-18 | drivers: mmc: omap_hsmmc: request cd and wp gpios when DM_MMC is defined | Mugunthan V N |
2016-04-18 | drivers: mmc: omap_hsmmc: Fix conversion of address to a pointer | Mugunthan V N |
2016-04-10 | arm: socfpga: Nuke useless include | Marek Vasut |
2016-04-06 | fsl: esdhc: support driver model | Peng Fan |
2016-04-01 | mmc: Add support for Qualcomm SDHCI controller | Mateusz Kulikowski |
2016-04-01 | Merge branch 'master' of http://git.denx.de/u-boot-sunxi | Tom Rini |
2016-04-01 | sunxi: Add support for Allwinner A64 SoCs | Siarhei Siamashka |
2016-04-01 | sunxi: Explicitly cast u32 pointer conversions | Alexander Graf |
2016-04-01 | mmc: uniphier: use devm_get_addr() to get base address | Masahiro Yamada |
2016-03-27 | mmc: Print send_cmd response only when return value is zero | Bin Meng |
2016-03-27 | mmc: Fix switch..case indention | Bin Meng |
2016-03-27 | mmc: bcm2835: fix 64-bit build warning | Stephen Warren |
2016-03-15 | dwmmc: Increase retry timeout | Alexander Graf |
2016-03-15 | omap_hsmmc: Board-specific TWL6030 MMC power initialization | Paul Kocialkowski |
2016-03-15 | power: twl6030: Device-index-specific MMC power initialization | Paul Kocialkowski |
2016-03-14 | Merge git://git.denx.de/u-boot-dm | Tom Rini |
2016-03-14 | lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start value | Stefan Roese |
2016-03-14 | dm: block: Rename device number member dev to devnum | Simon Glass |
2016-03-14 | dm: part: Rename some partition functions | Simon Glass |
2016-03-14 | dm: Drop the block_dev_desc_t typedef | Simon Glass |
2016-02-29 | mmc: uniphier: add driver for UniPhier SD/MMC host controller | Masahiro Yamada |
2016-02-22 | mmc: Kconfig: Add Arasan SDHCI entry | Michal Simek |
2016-02-16 | tegra: mmc: Fix comments in the MMC driver init | Simon Glass |
2016-02-06 | Use correct spelling of "U-Boot" | Bin Meng |
2016-02-02 | Merge branch 'master' of git://git.denx.de/u-boot-atmel | Tom Rini |
2016-02-01 | drivers: mmc: add driver for Microchip PIC32 SDHCI controller. | Andrei Pistirica |
2016-01-27 | Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq | Tom Rini |
2016-01-27 | mmc: fsl_esdhc: set Abort command type for CMD12 | Yangbo Lu |
2016-01-27 | mmc: fsl_esdhc: increase data transaction timeout to 500ms | Yangbo Lu |
2016-01-27 | mmc: zynq_sdhci: Added qurik to disable high speed | Siva Durga Prasad Paladugu |
2016-01-27 | mmc: sdhci: Clear high speed if not supported | Siva Durga Prasad Paladugu |
2016-01-27 | sdhci: zynq: Remove hardcoded value zero as min frequency | Siva Durga Prasad Paladugu |
2016-01-27 | mmc: atmel: Properly fix clock configuration | Gregory CLEMENT |
2016-01-21 | rockchip: Use a separate clock ID for clocks | Simon Glass |
2016-01-21 | rockchip: mmc: Use a pwrseq device if available | Simon Glass |
2016-01-20 | dm: mmc: Try to honour the sequence order | Simon Glass |
2016-01-19 | Add more SPDX-License-Identifier tags | Tom Rini |
2016-01-15 | mmc: rockchip: the non-removable property must point to emmc | huang lin |
2016-01-13 | mmc: store hwpart in the block device | Stephen Warren |
2016-01-13 | block: pass block dev not num to read/write/erase() | Stephen Warren |
2016-01-12 | dm: Convert PCI MMC over to use DM PCI API | Simon Glass |
2016-01-04 | mmc: update MMC_ERASE argument to match Linux kernel. | Eric Nelson |
2016-01-03 | Merge branch 'master' of git://www.denx.de/git/u-boot-imx | Tom Rini |
2016-01-03 | ARM: imx: fsl_esdhc: fix usage of low 4 bits of sysctl register | Eric Nelson |
2015-12-20 | arm: socfpga: fix up a questionable macro for SDMMC | Dinh Nguyen |
2015-12-13 | mmc: mmc: Don't use sprintf when using tiny-printf | Sjoerd Simons |
2015-12-07 | Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze | Tom Rini |
2015-12-07 | zynq: sdhci: Move driver to DM | Michal Simek |
2015-12-07 | zynq: sdhci: Remove zynq_sdhci_of_init() | Michal Simek |
2015-12-07 | zynq: sdhci: Calculate minimum frequency based on max frequency | Siva Durga Prasad Paladugu |