summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sh_mobile_sdhi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mmc: tmio: tmio_mmc_host has .clk_enableKuninori Morimoto2015-01-201-1/+1
* mmc: tmio: tmio_mmc_host has .write16_hookKuninori Morimoto2015-01-201-1/+1
* mmc: tmio: tmio_mmc_host has .dmaKuninori Morimoto2015-01-201-2/+2
* mmc: tmio: add tmio_mmc_host_alloc/free()Kuninori Morimoto2015-01-201-3/+11
* PM: Merge the SET*_RUNTIME_PM_OPS() macrosRafael J. Wysocki2014-12-041-1/+1
* mmc: use .multi_io_quirk on sh_mobileKuninori Morimoto2014-09-091-1/+19
* mmc: tmio-mmc: Add support for SDHI on new R-Car Gen2 SoCsGeert Uytterhoeven2014-09-091-0/+3
* mmc: tmio: add actual clock support as optionShinobu Uehara2014-09-091-2/+4
* mmc: tmio: remove Renesas specific #ifdefKuninori Morimoto2014-09-091-0/+5
* mmc: tmio: add TMIO_MMC_SDIO_STATUS_QUIRKShinobu Uehara2014-09-091-0/+5
* mmc: tmio: control multiple block transfer modeShinobu Uehara2014-09-091-0/+5
* mmc: tmio: care about DMA tx/rx addr offsetKuninori Morimoto2014-09-091-0/+3
* mmc: sdhi: Fixup system PM suspend lock-upUlf Hansson2014-09-091-1/+2
* mmc: sdhi: Make runtime PM callbacks available for CONFIG_PMUlf Hansson2014-09-091-1/+1
* mmc: remove .owner field for drivers using module_platform_driverPeter Griffin2014-09-091-1/+0
* mmc: sdhi: update sh_mobile_sdhi_of_data for r8a7791Kuninori Morimoto2014-02-221-0/+1
* mmc: sdhi: update sh_mobile_sdhi_of_data for r8a7790Kuninori Morimoto2014-02-221-1/+9
* mmc: sdhi: update sh_mobile_sdhi_of_data for r8a7779Kuninori Morimoto2014-02-221-1/+1
* mmc: sdhi: update sh_mobile_sdhi_of_data for r8a7778Kuninori Morimoto2014-02-221-1/+8
* mmc: sdhi: tidyup sh_mobile_sdhi_of_match positionKuninori Morimoto2014-02-221-13/+13
* mmc: sh_mobile_sdhi: Use modern PM macros to define pm callbacksUlf Hansson2014-02-131-4/+4
* mmc: SDHI: add SoC specific workaround via HW versionKuninori Morimoto2014-01-131-0/+11
* mmc: tmio: bus_shift become tmio_mmc_data memberKuninori Morimoto2014-01-131-0/+8
* mmc: sh_mobile_sdhi: Convert to clk_prepare/unprepareLaurent Pinchart2014-01-131-2/+2
* ARM: shmobile: update SDHI DT compatibility string to the <unit>-<soc> formatGuennadi Liakhovetski2013-09-211-8/+8
* mmc: SDHI: add DT compatibility strings for further SoCsGuennadi Liakhovetski2013-08-251-0/+5
* mmc: sh_mobile_sdhi: Remove .set_pwr() callback from platform dataLaurent Pinchart2013-08-241-9/+0
* mmc: sh_mobile_sdhi: Remove .get_cd() callback from platform dataLaurent Pinchart2013-08-241-9/+0
* mmc: host: use platform_{get,set}_drvdata()Jingoo Han2013-06-271-3/+3
* mmc: sh_mobile_sdhi: fix error return code in sh_mobile_sdhi_probe()Wei Yongjun2013-06-271-1/+3
* mmc: sdhi/tmio: add DT DMA supportGuennadi Liakhovetski2013-05-261-7/+7
* mmc: sdhi/tmio: switch to using dmaengine_slave_config()Guennadi Liakhovetski2013-05-261-17/+16
* mmc: sdhi/tmio: make DMA filter implementation specificGuennadi Liakhovetski2013-05-261-0/+9
* mmc: sh_mobile_sdhi: use managed resource allocationsGuennadi Liakhovetski2013-02-241-43/+14
* mmc: sh_mobile_sdhi: remove unused .pdata fieldGuennadi Liakhovetski2013-02-241-4/+0
* mmc: tmio-mmc: parse device-tree bindingsGuennadi Liakhovetski2013-02-241-6/+26
* mmc: sdhi, tmio: only check flags in tmio-mmc driver properGuennadi Liakhovetski2013-02-241-2/+1
* Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-111-2/+2
|\
| * mmc: remove use of __devinitBill Pemberton2012-11-281-1/+1
| * mmc: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* | mmc: sh_mobile_sdhi: remove unneeded clock connection IDGuennadi Liakhovetski2012-12-061-4/+2
* | mmc: sh_mobile_sdhi: fix clock frequency printingGuennadi Liakhovetski2012-12-061-1/+1
|/
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-07-241-4/+4
|\
| * mmc: sh_mobile_sdhi: prepare for conversion to the shdma base libraryGuennadi Liakhovetski2012-07-131-4/+4
* | mmc: sdhi: add OF support, make platform data optionalGuennadi Liakhovetski2012-07-211-12/+23
* | mmc: sh_mobile_sdhi: support caps2 flagsGuennadi Liakhovetski2012-07-211-0/+1
OpenPOWER on IntegriCloud