summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sh_mmcif.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-07-241-40/+48
|\
| * mmc: sh_mmcif: switch to the new DMA channel allocation and configurationGuennadi Liakhovetski2012-07-201-35/+47
| * mmc: sh_mmcif: remove unneeded struct sh_mmcif_dma, prepare to shdma conversionGuennadi Liakhovetski2012-07-131-14/+10
* | mmc: sh_mmcif: support generic card-detectionGuennadi Liakhovetski2012-07-211-0/+18
* | mmc: sh-mmcif: add OF support, make platform data optionalGuennadi Liakhovetski2012-07-211-9/+20
* | mmc: sh_mmcif: add regulator supportGuennadi Liakhovetski2012-07-211-7/+31
* | mmc: sh_mmcif: remove redundant .down_pwr() callbackGuennadi Liakhovetski2012-07-211-2/+2
* | mmc: sh_mmcif: re-read the clock frequency every time it is turned onGuennadi Liakhovetski2012-07-211-5/+18
* | mmc: sh_mmcif: fix clock managementGuennadi Liakhovetski2012-07-211-23/+23
* | mmc: sh_mmcif: simplify and use meaningful label names in error-handlingGuennadi Liakhovetski2012-07-211-21/+20
* | mmc: sh_mmcif: Support MMC_SLEEP_AWAKE commandLaurent Pinchart2012-07-211-10/+4
|/
* mmc: sh_mmcif: Simplify calculation of mmc->f_minSimon Horman2012-04-051-7/+1
* mmc: sh_mmcif: mmc->f_max should be half of the bus clockSimon Horman2012-04-051-6/+6
* mmc: sh_mmcif: double clock speedSimon Horman2012-04-051-1/+2
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-03-291-2/+2
|\
| * dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine2012-03-211-2/+2
* | mmc: sh_mmcif: fix MMC_GEN_CMD settingShimoda, Yoshihiro2012-03-271-2/+0
* | Merge branch 'pm-qos'Rafael J. Wysocki2012-03-161-0/+5
|\ \
| * | sh_mmcif / PM: Use PM QoS latency constraintRafael J. Wysocki2012-03-131-0/+5
| |/
* / mmc: sh_mmcif: fix late delayed work initialisationGuennadi Liakhovetski2012-02-131-7/+9
|/
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-01-171-2/+2
|\
| * Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul2011-11-171-2/+2
| |\
| | * mmc-host: move to dma_transfer_directionVinod Koul2011-10-311-2/+2
* | | mmc: sh_mmcif: remove now superfluous sh_mmcif_host::data memberGuennadi Liakhovetski2012-01-111-44/+50
* | | mmc: sh_mmcif: process requests asynchronouslyGuennadi Liakhovetski2012-01-111-172/+416
* | | mmc: sh_mmcif: cosmetic clean upGuennadi Liakhovetski2012-01-111-45/+34
* | | mmc: sh_mmcif: process error interrupts firstGuennadi Liakhovetski2012-01-111-6/+6
* | | mmc: convert drivers/mmc/host/* to use module_platform_driver()Axel Lin2012-01-111-13/+1
* | | mmc: sh_mmcif: simplify clock divisor calculationGuennadi Liakhovetski2012-01-111-1/+2
* | | mmc: sh_mmcif: fix clock gating on platforms with a .down_pwr() methodGuennadi Liakhovetski2011-12-101-1/+1
|/ /
* | mmc: Add module.h to drivers/mmc users assuming implicit presence.Paul Gortmaker2011-10-261-0/+1
* | mmc: sh_mmcif: simplify platform dataGuennadi Liakhovetski2011-10-261-4/+16
|/
* mmc: sh_mmcif: maximize power savingGuennadi Liakhovetski2011-07-211-9/+18
* mmc: add runtime and system power-management support to the MMCIF driverGuennadi Liakhovetski2011-05-241-9/+69
* mmc: sh_mmcif: protect against a theoretical raceGuennadi Liakhovetski2011-05-241-8/+42
* mmc: sh_mmcif: support aggressive clock gatingGuennadi Liakhovetski2011-03-161-5/+5
* mmc: sh_mmcif: use dmaengine helpers, drop submit checkLinus Walleij2011-03-151-16/+6
* mmc: sh_mmcif: rename and retype activity variableLinus Walleij2011-03-151-9/+9
* mmc: sh_mmcif: unmap with the proper sglenLinus Walleij2011-03-151-2/+2
* mmc: sh_mmcif: map DMA buffers on the DMA engine deviceLinus Walleij2011-03-151-4/+8
* mmc: sh_mmcif: make DMA support by the driver unconditionalGuennadi Liakhovetski2011-01-051-20/+0
* mmc: sh_mmcif: add DMA supportGuennadi Liakhovetski2010-11-251-5/+241
* mmc: sh_mmcif: cosmetic clean upGuennadi Liakhovetski2010-11-251-33/+30
* mmc: sh_mmcif: switch to completion, fix flagsGuennadi Liakhovetski2010-11-251-71/+46
* mmc, sh: Move constants to sh_mmcif.hSimon Horman2010-11-101-23/+0
* mmc: Allow the platform to specify the sh_mmcif get_cd handlerArnd Hannemann2010-10-291-0/+12
* mmc: Remove distinction between hw and phys segmentsMartin K. Petersen2010-10-231-2/+1
* sh: prepare MMCIF driver header fileMagnus Damm2010-05-311-75/+50
* mmc: add support MMCIF for SuperHYusuke Goda2010-05-271-0/+965