summaryrefslogtreecommitdiff
path: root/drivers/mmc/tmio-common.c
AgeCommit message (Expand)Author
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07mmc: Remove <common.h> and add needed includesTom Rini
2024-04-15mmc: tmio: Check INFO1 for completion during DMA transferMarek Vasut
2023-10-27mmc: tmio: Disable 1/1024 clock divider on Renesas R-Car platformsMarek Vasut
2023-10-27mmc: tmio: Always check for errors after receiving an IRQMarek Vasut
2023-04-16mmc: tmio: Use IS_ENABLED() to check for CONFIG_ optionMarek Vasut
2023-04-07mmc: renesas-sdhi: Add R-Car Gen4 supportHai Pham
2023-04-07mmc: tmio: Replace ifdeffery with IS_ENABLED/CONFIG_IS_ENABLED macrosMarek Vasut
2023-04-07mmc: tmio: Check 'addr' width before checking for 64bit limitationMarek Vasut
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-31mmc: tmio: sdhi: Configure internal DMA bus widthMarek Vasut
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-04-21mmc: tmio: sdhi: Add DMA transfer address alignment check at writingHiroyuki Yokoyama
2020-02-19dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada
2020-02-19dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-01-25mmc: tmio-common: Drop custom dma mapping functionsVignesh Raghavendra
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-03-25mmc: tmio: Clamp SD_SECCNT to 16bit values on 16bit IPMarek Vasut
2019-02-25mmc: tmio: Clear BUSWIDTH bit when WMODE bit is setMarek Vasut
2019-02-16mmc: tmio: Configure HOST_MODE WMODE according to bus widthMarek Vasut
2019-02-09mmc: tmio: renesas: Add 1uS delay after DMA completion on older IPsMarek Vasut
2019-02-09mmc: tmio: Make DMA transfer end bit configurableMarek Vasut
2018-12-03mmc: tmio: Reorder TMIO clock handlingMarek Vasut
2018-12-03mmc: tmio: Keep generating clock when clock are enabledMarek Vasut
2018-12-03mmc: tmio: Do not set divider to 1 in DDR modeMarek Vasut
2018-12-03mmc: tmio: Switch to clock frameworkMarek Vasut
2018-11-02mmc: tmio: Preinitialize regulator to 3.3VMarek Vasut
2018-11-02mmc: tmio: Configure clock before any other IOSMarek Vasut
2018-11-02mmc: tmio: Silence transfer errors when tuningMarek Vasut
2018-11-02mmc: tmio: Improve error handlingMarek Vasut
2018-11-02mmc: tmio: Simplify pinmux handlingMarek Vasut
2018-10-09mmc: tmio: Limit DMA to 32bit on R-Car Gen3Marek Vasut
2018-10-09mmc: tmio: Pass full address to tmio_sd_addr_is_dmaable()Marek Vasut
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-24mmc: tmio: move clk_enable() to each driver's probe functionMasahiro Yamada
2018-04-14mmc: tmio: Rename Matsushita to TMIOMarek Vasut