index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
sh_mmcif.c
Age
Commit message (
Expand
)
Author
2015-08-27
mmc: sh_mmcif: Fix suspend process
Koji Matsuoka
2015-06-01
mmc: sh_mmcif: calculate best clock with parent clock
Kuninori Morimoto
2015-06-01
mmc: sh_mmcif: use sh_mmcif_xxx prefix for all functions
Kuninori Morimoto
2015-06-01
mmc: sh_mmcif: add sh_mmcif_host_to_dev() macro and use it.
Kuninori Morimoto
2015-05-25
mmc: sh_mmcif: separate sh_mmcif_clk_update() into setup and prepare
Kuninori Morimoto
2015-05-25
mmc: sh_mmcif: remove unnecessary int clk from struct sh_mmcif_host
Kuninori Morimoto
2015-05-25
mmc: sh_mmcif: cleanup to use dev instead of &pdev->dev
Kuninori Morimoto
2015-05-25
mmc: sh_mmcif: move mmcif_of_match to upside
Kuninori Morimoto
2015-05-06
mmc: sh_mmcif: Fix timeout value for command request
Takeshi Kihara
2015-04-24
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2015-03-23
mmc: sh_mmcif: Add exclusion between cmd and interrupt
Kouichi Tomita
2015-03-23
mmc: sh_mmcif: Move dev_err() of mmcif_timeout_work()
Kouichi Tomita
2015-02-23
mmc: sh_mmcif: remove slave_id settings for DMAEngine
Kuninori Morimoto
2014-09-09
mmc: remove .owner field for drivers using module_platform_driver
Peter Griffin
2014-07-26
mmc: sh_mmcif: Configure DMA slave bus width
Laurent Pinchart
2014-07-26
mmc: sh_mmcif: Fix DMA slave address configuration
Laurent Pinchart
2014-07-09
mmc: sh-mmcif: final error path cleanup
Ben Dooks
2014-07-09
mmc: sh-mmcif: no need to call pm_runtime_suspend on error
Ben Dooks
2014-07-09
mmc: sh-mmcif: use devm_ for irq management
Ben Dooks
2014-07-09
mmc: sh-mmcif: use devm_ for clock management
Ben Dooks
2014-07-09
mmc: sh-mmcif: use devm_ for ioremap
Ben Dooks
2014-07-09
mmc: sh-mmcif: update to print version and bus clock rate on probe
Ben Dooks
2014-04-20
mmc: sh_mmcif: clarify DDR timing mode between SD-UHS and eMMC
Seungwon Jeon
2014-01-13
mmc: sh_mmcif: Fix compilation warning on 64-bit platforms
Laurent Pinchart
2014-01-13
mmc: sh_mmcif: Factorize DMA channel request and configuration code
Laurent Pinchart
2013-11-08
mmc: sh_mmcif: Convert to clk_prepare|unprepare
Ulf Hansson
2013-11-08
mmc: sh_mmcif: Convert to PM macros when defining dev_pm_ops
Ulf Hansson
2013-10-30
mmc: sh_mmcif: Move away from using deprecated APIs
Ulf Hansson
2013-08-25
mmc: sh_mmcif: revision-specific CLK_CTRL2 handling
Guennadi Liakhovetski
2013-08-25
mmc: sh_mmcif: revision-specific Command Completion Signal handling
Guennadi Liakhovetski
2013-08-25
mmc: sh_mmcif: add support for Device Tree DMA bindings
Guennadi Liakhovetski
2013-08-25
mmc: sh_mmcif: move header include from header into .c
Guennadi Liakhovetski
2013-08-24
mmc: sh_mmcif: Remove .set_pwr() callback from platform data
Laurent Pinchart
2013-08-24
mmc: slot-gpio: Add debouncing capability to mmc_gpio_request_cd()
Laurent Pinchart
2013-06-27
mmc: sh_mmcif: handle mmc_of_parse() errors during probe
Simon Baatz
2013-06-06
mmc: sh_mmcif: don't clear masked interrupts
Guennadi Liakhovetski
2013-05-26
mmc: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-02-24
mmc: sh_mmcif: use mmc_of_parse() to parse standard MMC DT bindings
Guennadi Liakhovetski
2013-02-11
mmc: sh_mmcif: simplify IRQ processing
Guennadi Liakhovetski
2013-02-11
mmc: sh_mmcif: report all errors
Teppei Kamijou
2013-02-11
mmc: sh_mmcif: fix I/O errors
Guennadi Liakhovetski
2013-02-11
mmc: sh_mmcif: reset DMA completion immediately before starting DMA
Guennadi Liakhovetski
2013-02-11
mmc: sh_mmcif: reset error code for any opcode
Guennadi Liakhovetski
2013-02-11
mmc: sh_mmcif: fix a race, causing an Oops on SMP
Guennadi Liakhovetski
2013-02-11
mmc: sh_mmcif: (cosmetic) simplify boolean return blocks
Guennadi Liakhovetski
2013-02-11
mmc: sh_mmcif: Terminate DMA transactions when detecting timeout or error
Teppei Kamijou
2013-02-11
mmc: sh_mmcif: fix missing and consolidate IO completion timeouts
Guennadi Liakhovetski
2013-02-11
mmc: sh_mmcif: Avoid unnecessary mmc_delay() at mmc_card_sleepawake()
Teppei Kamijou
2013-02-11
mmc: sh_mmcif: Use msecs_to_jiffies() for host->timeout
Teppei Kamijou
2013-02-11
mmc: sh_mmcif: Add support for eMMC Dual Data Rate
Teppei Kamijou
[next]