aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/bfin_sdh.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-26mmc: remove bfin_sdh driverArnd Bergmann1-679/+0
2016-02-29mmc: bfin_sdh: remove the MMC_DATA_STREAM flagJaehoon Chung1-3/+0
2013-10-30mmc: bfin_sdh: Move away from using deprecated APIsUlf Hansson1-11/+1
2013-10-21mmc: bfin_sdh: Forgot to write SDH_CFG register in function set_ios.Sonic Zhang1-2/+1
2013-05-26mmc: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2012-11-28mmc: remove use of __devexitBill Pemberton1-1/+1
2012-11-28mmc: remove use of __devinitBill Pemberton1-1/+1
2012-11-28mmc: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-04mmc: bfin_sdh: Reset SD controller when resume from power saving mode.Sonic Zhang1-16/+19
2012-09-04mmc: bfin_sdh: Remove redundant suspend and resume setting.Sonic Zhang1-15/+0
2012-09-04mmc: bfin_sdh: Add support for new RSI controller in bf60xSonic Zhang1-52/+128
2012-09-04mmc: bfin_sdh: limit mmc DMA segment len to 1 for bf518.Sonic Zhang1-0/+4
2012-09-04mmc: bfin_sdh: fix dma_desc_array build errorSonic Zhang1-7/+0
2012-01-11mmc: convert drivers/mmc/host/* to use module_platform_driver()Axel Lin1-11/+1
2011-01-26mmc: bfin_sdh: fix alloc size for private dataSonic Zhang1-1/+1
2010-10-23mmc: Remove distinction between hw and phys segmentsMartin K. Petersen1-1/+1
2010-05-27mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-06mmc: bfin_sdh: set timeout based on actual card dataCliff Cai1-2/+6
2010-03-06mmc: bfin_sdh: fix unused sg warning on BF51x/BF52x systemsMike Frysinger1-1/+1
2009-12-15mmc: Blackfin SD Host Controller DriverCliff Cai1-0/+639