summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sh_mmcif.c
AgeCommit message (Expand)Author
2016-04-12mmc: sh_mmcif: Correct TX DMA channel allocationChris Paterson
2016-04-12mmc: sh_mmcif: rework dma channel handlingArnd Bergmann
2015-08-27mmc: sh_mmcif: Fix suspend processKoji Matsuoka
2015-06-01mmc: sh_mmcif: calculate best clock with parent clockKuninori Morimoto
2015-06-01mmc: sh_mmcif: use sh_mmcif_xxx prefix for all functionsKuninori Morimoto
2015-06-01mmc: sh_mmcif: add sh_mmcif_host_to_dev() macro and use it.Kuninori Morimoto
2015-05-25mmc: sh_mmcif: separate sh_mmcif_clk_update() into setup and prepareKuninori Morimoto
2015-05-25mmc: sh_mmcif: remove unnecessary int clk from struct sh_mmcif_hostKuninori Morimoto
2015-05-25mmc: sh_mmcif: cleanup to use dev instead of &pdev->devKuninori Morimoto
2015-05-25mmc: sh_mmcif: move mmcif_of_match to upsideKuninori Morimoto
2015-05-06mmc: sh_mmcif: Fix timeout value for command requestTakeshi Kihara
2015-04-24Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2015-03-23mmc: sh_mmcif: Add exclusion between cmd and interruptKouichi Tomita
2015-03-23mmc: sh_mmcif: Move dev_err() of mmcif_timeout_work()Kouichi Tomita
2015-02-23mmc: sh_mmcif: remove slave_id settings for DMAEngineKuninori Morimoto
2014-09-09mmc: remove .owner field for drivers using module_platform_driverPeter Griffin
2014-07-26mmc: sh_mmcif: Configure DMA slave bus widthLaurent Pinchart
2014-07-26mmc: sh_mmcif: Fix DMA slave address configurationLaurent Pinchart
2014-07-09mmc: sh-mmcif: final error path cleanupBen Dooks
2014-07-09mmc: sh-mmcif: no need to call pm_runtime_suspend on errorBen Dooks
2014-07-09mmc: sh-mmcif: use devm_ for irq managementBen Dooks
2014-07-09mmc: sh-mmcif: use devm_ for clock managementBen Dooks
2014-07-09mmc: sh-mmcif: use devm_ for ioremapBen Dooks
2014-07-09mmc: sh-mmcif: update to print version and bus clock rate on probeBen Dooks
2014-04-20mmc: sh_mmcif: clarify DDR timing mode between SD-UHS and eMMCSeungwon Jeon
2014-01-13mmc: sh_mmcif: Fix compilation warning on 64-bit platformsLaurent Pinchart
2014-01-13mmc: sh_mmcif: Factorize DMA channel request and configuration codeLaurent Pinchart
2013-11-08mmc: sh_mmcif: Convert to clk_prepare|unprepareUlf Hansson
2013-11-08mmc: sh_mmcif: Convert to PM macros when defining dev_pm_opsUlf Hansson
2013-10-30mmc: sh_mmcif: Move away from using deprecated APIsUlf Hansson
2013-08-25mmc: sh_mmcif: revision-specific CLK_CTRL2 handlingGuennadi Liakhovetski
2013-08-25mmc: sh_mmcif: revision-specific Command Completion Signal handlingGuennadi Liakhovetski
2013-08-25mmc: sh_mmcif: add support for Device Tree DMA bindingsGuennadi Liakhovetski
2013-08-25mmc: sh_mmcif: move header include from header into .cGuennadi Liakhovetski
2013-08-24mmc: sh_mmcif: Remove .set_pwr() callback from platform dataLaurent Pinchart
2013-08-24mmc: slot-gpio: Add debouncing capability to mmc_gpio_request_cd()Laurent Pinchart
2013-06-27mmc: sh_mmcif: handle mmc_of_parse() errors during probeSimon Baatz
2013-06-06mmc: sh_mmcif: don't clear masked interruptsGuennadi Liakhovetski
2013-05-26mmc: remove unnecessary platform_set_drvdata()Jingoo Han
2013-02-24mmc: sh_mmcif: use mmc_of_parse() to parse standard MMC DT bindingsGuennadi Liakhovetski
2013-02-11mmc: sh_mmcif: simplify IRQ processingGuennadi Liakhovetski
2013-02-11mmc: sh_mmcif: report all errorsTeppei Kamijou
2013-02-11mmc: sh_mmcif: fix I/O errorsGuennadi Liakhovetski
2013-02-11mmc: sh_mmcif: reset DMA completion immediately before starting DMAGuennadi Liakhovetski
2013-02-11mmc: sh_mmcif: reset error code for any opcodeGuennadi Liakhovetski
2013-02-11mmc: sh_mmcif: fix a race, causing an Oops on SMPGuennadi Liakhovetski
2013-02-11mmc: sh_mmcif: (cosmetic) simplify boolean return blocksGuennadi Liakhovetski
2013-02-11mmc: sh_mmcif: Terminate DMA transactions when detecting timeout or errorTeppei Kamijou
2013-02-11mmc: sh_mmcif: fix missing and consolidate IO completion timeoutsGuennadi Liakhovetski
2013-02-11mmc: sh_mmcif: Avoid unnecessary mmc_delay() at mmc_card_sleepawake()Teppei Kamijou