aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sh_mmcif.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-05mmc: sh_mmcif: Simplify calculation of mmc->f_minSimon Horman1-7/+1
2012-04-05mmc: sh_mmcif: mmc->f_max should be half of the bus clockSimon Horman1-6/+6
2012-04-05mmc: sh_mmcif: double clock speedSimon Horman1-1/+2
2012-03-29Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+2
2012-03-27mmc: sh_mmcif: fix MMC_GEN_CMD settingShimoda, Yoshihiro1-2/+0
2012-03-21dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine1-2/+2
2012-03-16Merge branch 'pm-qos'Rafael J. Wysocki1-0/+5
2012-03-13sh_mmcif / PM: Use PM QoS latency constraintRafael J. Wysocki1-0/+5
2012-02-13mmc: sh_mmcif: fix late delayed work initialisationGuennadi Liakhovetski1-7/+9
2012-01-17Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+2
2012-01-11mmc: sh_mmcif: remove now superfluous sh_mmcif_host::data memberGuennadi Liakhovetski1-44/+50
2012-01-11mmc: sh_mmcif: process requests asynchronouslyGuennadi Liakhovetski1-172/+416
2012-01-11mmc: sh_mmcif: cosmetic clean upGuennadi Liakhovetski1-45/+34
2012-01-11mmc: sh_mmcif: process error interrupts firstGuennadi Liakhovetski1-6/+6
2012-01-11mmc: convert drivers/mmc/host/* to use module_platform_driver()Axel Lin1-13/+1
2012-01-11mmc: sh_mmcif: simplify clock divisor calculationGuennadi Liakhovetski1-1/+2
2011-12-10mmc: sh_mmcif: fix clock gating on platforms with a .down_pwr() methodGuennadi Liakhovetski1-1/+1
2011-11-17Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul1-2/+2
2011-10-31mmc-host: move to dma_transfer_directionVinod Koul1-2/+2
2011-10-26mmc: Add module.h to drivers/mmc users assuming implicit presence.Paul Gortmaker1-0/+1
2011-10-26mmc: sh_mmcif: simplify platform dataGuennadi Liakhovetski1-4/+16
2011-07-21mmc: sh_mmcif: maximize power savingGuennadi Liakhovetski1-9/+18
2011-05-24mmc: add runtime and system power-management support to the MMCIF driverGuennadi Liakhovetski1-9/+69
2011-05-24mmc: sh_mmcif: protect against a theoretical raceGuennadi Liakhovetski1-8/+42
2011-03-16mmc: sh_mmcif: support aggressive clock gatingGuennadi Liakhovetski1-5/+5
2011-03-15mmc: sh_mmcif: use dmaengine helpers, drop submit checkLinus Walleij1-16/+6
2011-03-15mmc: sh_mmcif: rename and retype activity variableLinus Walleij1-9/+9
2011-03-15mmc: sh_mmcif: unmap with the proper sglenLinus Walleij1-2/+2
2011-03-15mmc: sh_mmcif: map DMA buffers on the DMA engine deviceLinus Walleij1-4/+8
2011-01-05mmc: sh_mmcif: make DMA support by the driver unconditionalGuennadi Liakhovetski1-20/+0
2010-11-25mmc: sh_mmcif: add DMA supportGuennadi Liakhovetski1-5/+241
2010-11-25mmc: sh_mmcif: cosmetic clean upGuennadi Liakhovetski1-33/+30
2010-11-25mmc: sh_mmcif: switch to completion, fix flagsGuennadi Liakhovetski1-71/+46
2010-11-10mmc, sh: Move constants to sh_mmcif.hSimon Horman1-23/+0
2010-10-29mmc: Allow the platform to specify the sh_mmcif get_cd handlerArnd Hannemann1-0/+12
2010-10-23mmc: Remove distinction between hw and phys segmentsMartin K. Petersen1-2/+1
2010-05-31sh: prepare MMCIF driver header fileMagnus Damm1-75/+50
2010-05-27mmc: add support MMCIF for SuperHYusuke Goda1-0/+965