summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sh_mmcif.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: sh_mmcif: use mmc_of_parse() to parse standard MMC DT bindingsGuennadi Liakhovetski2013-02-241-1/+2
* mmc: sh_mmcif: simplify IRQ processingGuennadi Liakhovetski2013-02-111-46/+19
* mmc: sh_mmcif: report all errorsTeppei Kamijou2013-02-111-8/+23
* mmc: sh_mmcif: fix I/O errorsGuennadi Liakhovetski2013-02-111-1/+3
* mmc: sh_mmcif: reset DMA completion immediately before starting DMAGuennadi Liakhovetski2013-02-111-2/+6
* mmc: sh_mmcif: reset error code for any opcodeGuennadi Liakhovetski2013-02-111-1/+1
* mmc: sh_mmcif: fix a race, causing an Oops on SMPGuennadi Liakhovetski2013-02-111-3/+36
* mmc: sh_mmcif: (cosmetic) simplify boolean return blocksGuennadi Liakhovetski2013-02-111-7/+2
* mmc: sh_mmcif: Terminate DMA transactions when detecting timeout or errorTeppei Kamijou2013-02-111-14/+17
* mmc: sh_mmcif: fix missing and consolidate IO completion timeoutsGuennadi Liakhovetski2013-02-111-23/+22
* mmc: sh_mmcif: Avoid unnecessary mmc_delay() at mmc_card_sleepawake()Teppei Kamijou2013-02-111-1/+3
* mmc: sh_mmcif: Use msecs_to_jiffies() for host->timeoutTeppei Kamijou2013-02-111-1/+1
* mmc: sh_mmcif: Add support for eMMC Dual Data RateTeppei Kamijou2013-02-111-0/+14
* mmc: sh_mmcif: add support for bundled MMCIF IRQsShinya Kuribayashi2013-02-111-9/+16
* mmc: sh_mmcif: ensure run-time suspend call is processed before suspendTeppei Kamijou2013-02-111-1/+1
* mmc: sh_mmcif: force to fail CMD52 immediatelyTeppei Kamijou2013-02-111-0/+1
* mmc: remove unncessary mmc_gpio_free_cd() call from slot-gpio usersShawn Guo2013-02-111-6/+0
* Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-111-2/+2
|\
| * mmc: remove use of __devexitBill Pemberton2012-11-281-1/+1
| * mmc: remove use of __devinitBill Pemberton2012-11-281-1/+1
* | mmc: sh_mmcif: remove unneeded clock connection IDGuennadi Liakhovetski2012-12-061-4/+2
* | mmc: sh-mmcif: avoid oops on spurious interrupts (second try)Guennadi Liakhovetski2012-12-061-2/+2
* | Revert misapplied "mmc: sh-mmcif: avoid oops on spurious interrupts"Chris Ball2012-12-061-4/+0
|/
* mmc: sh_mmcif: fix use after freeGuennadi Liakhovetski2012-11-071-1/+1
* mmc: sh-mmcif: avoid oops on spurious interruptsGuennadi Liakhovetski2012-10-031-0/+4
* mmc: sh-mmcif: properly handle MMC_WRITE_MULTIPLE_BLOCK completion IRQGuennadi Liakhovetski2012-10-031-1/+3
* 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
OpenPOWER on IntegriCloud