summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sh_mmcif.c
AgeCommit message (Expand)Author
2012-10-03mmc: sh-mmcif: avoid oops on spurious interruptsGuennadi Liakhovetski
2012-10-03mmc: sh-mmcif: properly handle MMC_WRITE_MULTIPLE_BLOCK completion IRQGuennadi Liakhovetski
2012-07-25Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2012-07-21mmc: sh_mmcif: support generic card-detectionGuennadi Liakhovetski
2012-07-21mmc: sh-mmcif: add OF support, make platform data optionalGuennadi Liakhovetski
2012-07-21mmc: sh_mmcif: add regulator supportGuennadi Liakhovetski
2012-07-21mmc: sh_mmcif: remove redundant .down_pwr() callbackGuennadi Liakhovetski
2012-07-21mmc: sh_mmcif: re-read the clock frequency every time it is turned onGuennadi Liakhovetski
2012-07-21mmc: sh_mmcif: fix clock managementGuennadi Liakhovetski
2012-07-21mmc: sh_mmcif: simplify and use meaningful label names in error-handlingGuennadi Liakhovetski
2012-07-21mmc: sh_mmcif: Support MMC_SLEEP_AWAKE commandLaurent Pinchart
2012-07-20mmc: sh_mmcif: switch to the new DMA channel allocation and configurationGuennadi Liakhovetski
2012-07-13mmc: sh_mmcif: remove unneeded struct sh_mmcif_dma, prepare to shdma conversionGuennadi Liakhovetski
2012-04-06mmc: sh_mmcif: Simplify calculation of mmc->f_minSimon Horman
2012-04-06mmc: sh_mmcif: mmc->f_max should be half of the bus clockSimon Horman
2012-04-06mmc: sh_mmcif: double clock speedSimon Horman
2012-03-29Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2012-03-27mmc: sh_mmcif: fix MMC_GEN_CMD settingShimoda, Yoshihiro
2012-03-21dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine
2012-03-16Merge branch 'pm-qos'Rafael J. Wysocki
2012-03-13sh_mmcif / PM: Use PM QoS latency constraintRafael J. Wysocki
2012-02-14mmc: sh_mmcif: fix late delayed work initialisationGuennadi Liakhovetski
2012-01-18Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2012-01-12mmc: sh_mmcif: remove now superfluous sh_mmcif_host::data memberGuennadi Liakhovetski
2012-01-12mmc: sh_mmcif: process requests asynchronouslyGuennadi Liakhovetski
2012-01-12mmc: sh_mmcif: cosmetic clean upGuennadi Liakhovetski
2012-01-12mmc: sh_mmcif: process error interrupts firstGuennadi Liakhovetski
2012-01-12mmc: convert drivers/mmc/host/* to use module_platform_driver()Axel Lin
2012-01-12mmc: sh_mmcif: simplify clock divisor calculationGuennadi Liakhovetski
2011-12-10mmc: sh_mmcif: fix clock gating on platforms with a .down_pwr() methodGuennadi Liakhovetski
2011-11-17Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul
2011-10-31mmc-host: move to dma_transfer_directionVinod Koul
2011-10-26mmc: Add module.h to drivers/mmc users assuming implicit presence.Paul Gortmaker
2011-10-26mmc: sh_mmcif: simplify platform dataGuennadi Liakhovetski
2011-07-21mmc: sh_mmcif: maximize power savingGuennadi Liakhovetski
2011-05-25mmc: add runtime and system power-management support to the MMCIF driverGuennadi Liakhovetski
2011-05-25mmc: sh_mmcif: protect against a theoretical raceGuennadi Liakhovetski
2011-03-16mmc: sh_mmcif: support aggressive clock gatingGuennadi Liakhovetski
2011-03-15mmc: sh_mmcif: use dmaengine helpers, drop submit checkLinus Walleij
2011-03-15mmc: sh_mmcif: rename and retype activity variableLinus Walleij
2011-03-15mmc: sh_mmcif: unmap with the proper sglenLinus Walleij
2011-03-15mmc: sh_mmcif: map DMA buffers on the DMA engine deviceLinus Walleij
2011-01-05mmc: sh_mmcif: make DMA support by the driver unconditionalGuennadi Liakhovetski
2010-11-25mmc: sh_mmcif: add DMA supportGuennadi Liakhovetski
2010-11-25mmc: sh_mmcif: cosmetic clean upGuennadi Liakhovetski
2010-11-25mmc: sh_mmcif: switch to completion, fix flagsGuennadi Liakhovetski
2010-11-10mmc, sh: Move constants to sh_mmcif.hSimon Horman
2010-10-28mmc: Allow the platform to specify the sh_mmcif get_cd handlerArnd Hannemann
2010-10-23mmc: Remove distinction between hw and phys segmentsMartin K. Petersen
2010-05-31sh: prepare MMCIF driver header fileMagnus Damm