| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert CONFIG_ARM_PL180_MMCI to Kconfig | Tom Rini | 2020-06-09 | 1 | -1/+0 |
* | common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.h | Simon Glass | 2020-05-18 | 19 | -0/+20 |
* | common: Drop linux/delay.h from common header | Simon Glass | 2020-05-18 | 26 | -0/+26 |
* | common: Drop linux/bug.h from common header | Simon Glass | 2020-05-18 | 2 | -0/+2 |
* | common: Drop log.h from common header | Simon Glass | 2020-05-18 | 28 | -0/+28 |
* | common: Drop part.h from common header | Simon Glass | 2020-05-18 | 3 | -0/+3 |
* | common: Drop net.h from common header | Simon Glass | 2020-05-18 | 6 | -0/+6 |
* | rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRA | Trevor Woerner | 2020-05-15 | 1 | -1/+1 |
* | Merge tag 'u-boot-stm32-20200514' of https://gitlab.denx.de/u-boot/custodians...WIP/14May2020 | Tom Rini | 2020-05-14 | 1 | -1/+1 |
|\ |
|
| * | mmc: stm32_sdmmc2: change the displayed config name | Patrick Delaunay | 2020-05-14 | 1 | -1/+1 |
* | | mmc: sdhci: Use debug for not supported SDMA info message | Matthias Brugger | 2020-05-13 | 1 | -2/+2 |
* | | mmc: sdhci: not return error when SDMA is not supported | Jaehoon Chung | 2020-05-12 | 1 | -4/+3 |
* | | mmc: sdhci: use phys2bus macro when dma address is accessed | Jaehoon Chung | 2020-05-12 | 1 | -2/+4 |
|/ |
|
* | mmc: zynq: parse dt when probing | Benedikt Grassl | 2020-04-27 | 2 | -11/+7 |
* | dm: mmc: Update mmc_get_mmc_dev() to use const * | Simon Glass | 2020-04-24 | 1 | -1/+1 |
* | drivers: mmc: rpmb: do not build for SPL | Heinrich Schuchardt | 2020-04-22 | 1 | -1/+1 |
* | mmc: tmio: sdhi: Implement get_b_max function | Marek Vasut | 2020-04-22 | 2 | -10/+37 |
* | mmc: Add option to adjust b_max before long read | Marek Vasut | 2020-04-22 | 2 | -2/+30 |
* | mmc: tmio: sdhi: Use bounce buffer to avoid DMA limitations | Marek Vasut | 2020-04-22 | 2 | -0/+78 |
* | drivers: mmc: iproc_sdhci: move host.mmc init before sdhci_setup_cfg | Rayagonda Kokatanur | 2020-04-22 | 1 | -5/+5 |
* | drivers: mmc: iproc_sdhci: fix compilation warning | Rayagonda Kokatanur | 2020-04-22 | 1 | -1/+3 |
* | drivers: mmc: iproc_sdhci: enable broken R1B response quirk | Bharat Kumar Reddy Gooty | 2020-04-22 | 1 | -1/+1 |
* | drivers: mmc: iproc_sdhci: fix possible memory leak | Bharat Kumar Reddy Gooty | 2020-04-22 | 1 | -3/+5 |
* | cmd: mmc: provide boot area protection command | Heinrich Schuchardt | 2020-04-22 | 1 | -0/+5 |
* | mmc: export mmc_send_ext_csd() | Heinrich Schuchardt | 2020-04-22 | 1 | -1/+1 |
* | mmc: tmio: sdhi: Add DMA transfer address alignment check at writing | Hiroyuki Yokoyama | 2020-04-21 | 1 | -3/+5 |
* | mmc: meson-gx: enable input clocks | Jerome Brunet | 2020-04-06 | 1 | -1/+13 |
* | mmc: t210: Fix 'bad' SD-card clock when doing 400KHz card detect | Tom Warren | 2020-04-02 | 1 | -0/+19 |
* | mmc: t210: Add autocal and tap/trim updates for SDMMC1/3 | Tom Warren | 2020-04-02 | 1 | -8/+76 |
* | mmc: am654_sdhci: Implement workaround for card detect | Faiz Abbas | 2020-03-09 | 1 | -41/+68 |
* | mmc: am654_sdhci: Update output tap delay writes | Faiz Abbas | 2020-03-09 | 1 | -9/+61 |
* | mmc: Merge SD_LEGACY and MMC_LEGACY bus modes | Faiz Abbas | 2020-03-09 | 4 | -12/+7 |
* | sdhci: Add sdhci_deferred_probe() API | Faiz Abbas | 2020-03-09 | 1 | -0/+15 |
* | mmc: Add a deferred_probe() API | Faiz Abbas | 2020-03-09 | 2 | -1/+18 |
* | mmc: ca_dw_mmc: add DesignWare based DM support for CAxxxx SoCs | Arthur Li | 2020-03-09 | 3 | -0/+193 |
* | mmc: sdhci: fix missing cache invalidation after reading by DMA | Masahiro Yamada | 2020-02-20 | 1 | -0/+4 |
* | mmc: sdhci: use dma_map_single() instead of flush_cache() before DMA | Masahiro Yamada | 2020-02-20 | 1 | -26/+25 |
* | mmc: sdhci: remove unneeded casts | Masahiro Yamada | 2020-02-20 | 1 | -3/+2 |
* | mmc: sdhci: use lower_32_bit2() and upper_32_bits() for setting adma_addr | Masahiro Yamada | 2020-02-20 | 1 | -2/+3 |
* | mmc: sdhci: reduce code duplication for aligned buffer | Masahiro Yamada | 2020-02-20 | 1 | -14/+8 |
* | mmc: sdhci: put the aligned buffer pointer to struct sdhci_host | Masahiro Yamada | 2020-02-20 | 1 | -14/+13 |
* | dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h> | Masahiro Yamada | 2020-02-19 | 1 | -2/+1 |
* | dma-mapping: fix the prototype of dma_unmap_single() | Masahiro Yamada | 2020-02-19 | 1 | -1/+1 |
* | mmc: fsl_esdhc: actually enable cache snooping on mpc830x | Rasmus Villemoes | 2020-02-19 | 1 | -2/+13 |
* | mmc: remove unneeded forward declarations | Masahiro Yamada | 2020-02-17 | 1 | -4/+0 |
* | mmc: check the return value of mmc_select_mode_and_width() | Masahiro Yamada | 2020-02-17 | 1 | -1/+1 |
* | mmc: sdhci-cadence: send tune request twice to work around errata | Masahiro Yamada | 2020-02-17 | 1 | -4/+17 |
* | mmc: fix the build error when MMC_WRITE is disabled | Jaehoon Chung | 2020-02-17 | 1 | -0/+2 |
* | drivers: mmc: rpmb: Use R1 response | Bharat Kumar Reddy Gooty | 2020-02-17 | 1 | -0/+5 |
* | dm: core: Create a new header file for 'compat' features | Simon Glass | 2020-02-05 | 19 | -0/+22 |