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