summaryrefslogtreecommitdiff
path: root/drivers/mmc/tmio-common.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-16mmc: tmio: Use IS_ENABLED() to check for CONFIG_ optionMarek Vasut1-1/+1
2023-04-07mmc: renesas-sdhi: Add R-Car Gen4 supportHai Pham1-1/+1
2023-04-07mmc: tmio: Replace ifdeffery with IS_ENABLED/CONFIG_IS_ENABLED macrosMarek Vasut1-30/+29
2023-04-07mmc: tmio: Check 'addr' width before checking for 64bit limitationMarek Vasut1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-31mmc: tmio: sdhi: Configure internal DMA bus widthMarek Vasut1-0/+3
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-2/+2
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-1/+1
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-1/+1
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-1/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-04-21mmc: tmio: sdhi: Add DMA transfer address alignment check at writingHiroyuki Yokoyama1-3/+5
2020-02-19dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada1-2/+1
2020-02-19dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada1-1/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-01-25mmc: tmio-common: Drop custom dma mapping functionsVignesh Raghavendra1-22/+3
2019-12-03common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-03-25mmc: tmio: Clamp SD_SECCNT to 16bit values on 16bit IPMarek Vasut1-1/+4
2019-02-25mmc: tmio: Clear BUSWIDTH bit when WMODE bit is setMarek Vasut1-1/+1
2019-02-16mmc: tmio: Configure HOST_MODE WMODE according to bus widthMarek Vasut1-3/+7
2019-02-09mmc: tmio: renesas: Add 1uS delay after DMA completion on older IPsMarek Vasut1-0/+3
2019-02-09mmc: tmio: Make DMA transfer end bit configurableMarek Vasut1-5/+3
2018-12-03mmc: tmio: Reorder TMIO clock handlingMarek Vasut1-51/+54
2018-12-03mmc: tmio: Keep generating clock when clock are enabledMarek Vasut1-2/+8
2018-12-03mmc: tmio: Do not set divider to 1 in DDR modeMarek Vasut1-0/+4
2018-12-03mmc: tmio: Switch to clock frameworkMarek Vasut1-3/+14
2018-11-02mmc: tmio: Preinitialize regulator to 3.3VMarek Vasut1-0/+2
2018-11-02mmc: tmio: Configure clock before any other IOSMarek Vasut1-1/+1
2018-11-02mmc: tmio: Silence transfer errors when tuningMarek Vasut1-21/+24
2018-11-02mmc: tmio: Improve error handlingMarek Vasut1-3/+4
2018-11-02mmc: tmio: Simplify pinmux handlingMarek Vasut1-19/+3
2018-10-09mmc: tmio: Limit DMA to 32bit on R-Car Gen3Marek Vasut1-0/+6
2018-10-09mmc: tmio: Pass full address to tmio_sd_addr_is_dmaable()Marek Vasut1-2/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-23mmc: tmio: move clk_enable() to each driver's probe functionMasahiro Yamada1-22/+0
2018-04-14mmc: tmio: Rename Matsushita to TMIOMarek Vasut1-0/+787