summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/tmio-common.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* mmc: tmio: sdhi: Configure internal DMA bus widthMarek Vasut2021-01-311-0/+3
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-2/+2
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-251-1/+1
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-1/+1
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-201-1/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* mmc: tmio: sdhi: Add DMA transfer address alignment check at writingHiroyuki Yokoyama2020-04-211-3/+5
* dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada2020-02-191-2/+1
* dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada2020-02-191-1/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* mmc: tmio-common: Drop custom dma mapping functionsVignesh Raghavendra2020-01-251-22/+3
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* mmc: tmio: Clamp SD_SECCNT to 16bit values on 16bit IPMarek Vasut2019-03-251-1/+4
* mmc: tmio: Clear BUSWIDTH bit when WMODE bit is setMarek Vasut2019-02-251-1/+1
* mmc: tmio: Configure HOST_MODE WMODE according to bus widthMarek Vasut2019-02-161-3/+7
* mmc: tmio: renesas: Add 1uS delay after DMA completion on older IPsMarek Vasut2019-02-091-0/+3
* mmc: tmio: Make DMA transfer end bit configurableMarek Vasut2019-02-091-5/+3
* mmc: tmio: Reorder TMIO clock handlingMarek Vasut2018-12-031-51/+54
* mmc: tmio: Keep generating clock when clock are enabledMarek Vasut2018-12-031-2/+8
* mmc: tmio: Do not set divider to 1 in DDR modeMarek Vasut2018-12-031-0/+4
* mmc: tmio: Switch to clock frameworkMarek Vasut2018-12-031-3/+14
* mmc: tmio: Preinitialize regulator to 3.3VMarek Vasut2018-11-021-0/+2
* mmc: tmio: Configure clock before any other IOSMarek Vasut2018-11-021-1/+1
* mmc: tmio: Silence transfer errors when tuningMarek Vasut2018-11-021-21/+24
* mmc: tmio: Improve error handlingMarek Vasut2018-11-021-3/+4
* mmc: tmio: Simplify pinmux handlingMarek Vasut2018-11-021-19/+3
* mmc: tmio: Limit DMA to 32bit on R-Car Gen3Marek Vasut2018-10-091-0/+6
* mmc: tmio: Pass full address to tmio_sd_addr_is_dmaable()Marek Vasut2018-10-091-2/+4
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* mmc: tmio: move clk_enable() to each driver's probe functionMasahiro Yamada2018-04-241-22/+0
* mmc: tmio: Rename Matsushita to TMIOMarek Vasut2018-04-141-0/+787