aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/tmio-common.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-02common: 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-24mmc: tmio: move clk_enable() to each driver's probe functionMasahiro Yamada1-22/+0
2018-04-14mmc: tmio: Rename Matsushita to TMIOMarek Vasut1-0/+787