aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sh_mobile_sdhi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-20mmc: renesas-sdhi: rename sh_mobile_sdhi.c => renesas_sdhi_core.cSimon Horman1-770/+0
2017-06-20mmc: renesas-sdhi: rename tmio_mmc_dma.c => renesas_sdhi_sys_dmac.cSimon Horman1-1/+2
2017-06-20mmc: renesas-sdhi, tmio: make dma more modularSimon Horman1-1/+1
2017-02-13mmc: sh_mobile_sdhi: add support for 2 clocksChris Brandt1-0/+23
2017-02-13mmc: host: tmio: SDIO_STATUS_QUIRK is rather SDIO_STATUS_SETBITSWolfram Sang1-4/+2
2017-02-13mmc: sh_mobile_sdhi: enable HS200Wolfram Sang1-1/+3
2017-02-13mmc: sh_mobile_sdhi: remove superfluous check in SCC error checkWolfram Sang1-6/+1
2017-02-13mmc: sh_mobile_sdhi: remove superfluous check in init_tuningWolfram Sang1-3/+0
2017-02-13mmc: sh_mobile_sdhi: remove superfluous check in hw_resetWolfram Sang1-3/+0
2017-02-13mmc: sh_mobile_sdhi: improve prerequisites for tuningWolfram Sang1-5/+6
2017-02-13mmc: sh_mobile_sdhi: improve prerequisite for hw_resetWolfram Sang1-16/+14
2017-02-13mmc: sh_mobile_sdhi: simplify accessing DT dataWolfram Sang1-10/+4
2016-11-29mmc: sh_mobile_sdhi: Add tuning supportSimon Horman1-1/+264
2016-11-29mmc: sh_mobile_sdhi: Add r7s72100 supportChris Brandt1-0/+7
2016-11-29mmc: sh_mobile_sdhi: add ocr_mask optionChris Brandt1-0/+2
2016-09-26mmc: sh_mobile_sdhi: Add r8a7796 supportAi Kyuse1-0/+1
2016-09-26mmc: host: sh_mobile_sdhi: don't populate unneeded functionsWolfram Sang1-2/+8
2016-09-26mmc: host: sh_mobile_sdhi: move card_busy from tmio to sdhiWolfram Sang1-0/+8
2016-07-25mmc: sh_mobile_sdhi: properly document R-Car versionsWolfram Sang1-4/+10
2016-05-16mmc: sh_mobile_sdhi: enable SDIO IRQs for RCar Gen3Wolfram Sang1-1/+1
2016-05-04mmc: sh_mobile_sdhi: check return value when changing clkWolfram Sang1-3/+3
2016-05-04mmc: sh_mobile_sdhi: only change the clock on RCar Gen2+Wolfram Sang1-0/+4
2016-05-04mmc: tmio/sdhi: introduce flag for RCar 2+ specific featuresWolfram Sang1-2/+2
2016-05-04mmc: sh_mobile_sdhi: make clk_update function more compactWolfram Sang1-4/+1
2016-05-02mmc: tmio/sdhi: distinguish between SCLKDIVEN and ILL_FUNCWolfram Sang1-1/+2
2016-05-02mmc: sh_mobile_sdhi: remove obsolete support for sh7372Wolfram Sang1-1/+0
2016-05-02mmc: sh_mobile_sdhi: simplify code for voltage switchingWolfram Sang1-5/+1
2016-05-02mmc: sh_mobile_sdhi: remove obsolete irq_by_name registrationWolfram Sang1-49/+8
2016-05-02mmc: sh_mobile_sdhi: don't use array for DT configsWolfram Sang1-7/+5
2016-05-02mmc: sh_mobile_sdhi: Add UHS-I mode supportWolfram Sang1-0/+52
2016-05-02mmc: tmio, sh_mobile_sdhi: Add support for variable input clock frequencyBen Hutchings1-2/+54
2016-05-02mmc: tmio, sh_mobile_sdhi: Pass tmio_mmc_host ptr to clk_{enable, disable} opsBen Hutchings1-7/+5
2016-02-29mmc: sdhi: Add r8a7795 supportWolfram Sang1-13/+34
2016-02-29mmc: sdhi: use faster clock handling on RCar Gen2Wolfram Sang1-1/+1
2016-02-29mmc: sdhi: error message on ENOMEM is superfluousWolfram Sang1-3/+1
2016-02-29mmc: sdhi: Add EXT_ACC register busy checkShinobu Uehara1-0/+1
2015-03-05mmc: sh_mobile_sdhi: remove sh_mobile_sdhi_infoKuninori Morimoto1-26/+2
2015-03-05mmc: tmio: mmc: tmio: tmio_mmc_data has .chan_priv_?xKuninori Morimoto1-17/+27
2015-02-23mmc: tmio_mmc: remove slave_id settings for DMAEngineKuninori Morimoto1-2/+0
2015-01-20mmc: tmio: remove TMIO_MMC_HAVE_CTL_DMA_REG flagKuninori Morimoto1-5/+0
2015-01-20mmc: sh_mobile_sdhi: enable 32bit DMA accessKuninori Morimoto1-9/+33
2015-01-20mmc: sh_mobile_sdhi: use .enable_dmaKuninori Morimoto1-0/+6
2015-01-20mmc: sh_mobile_sdhi: add new macro for mmc_host to sh_mobile_sdhiKuninori Morimoto1-2/+4
2015-01-20mmc: sh_mobile_sdhi: tidyup mmc_data->bus_shift for latest SoCKuninori Morimoto1-1/+4
2015-01-20mmc: sh_mobile_sdhi: remove .init/.cleanupKuninori Morimoto1-25/+1
2015-01-20mmc: tmio: tmio_mmc_data has .dma_rx_offsetKuninori Morimoto1-1/+1
2015-01-20mmc: tmio: tmio_mmc_data has .alignment_shiftKuninori Morimoto1-2/+2
2015-01-20mmc: tmio: tmio_mmc_host has .bus_shiftKuninori Morimoto1-3/+2
2015-01-20mmc: tmio: tmio_mmc_host has .multi_io_quirkKuninori Morimoto1-1/+1
2015-01-20mmc: tmio: tmio_mmc_host has .clk_disableKuninori Morimoto1-1/+1