summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/omap.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: remove .owner field for drivers using module_platform_driverPeter Griffin2014-09-091-1/+0Star
* mmc: omap: Use DIV_ROUND_UP instead of open codedAxel Lin2014-05-221-5/+5
* mmc: omap: Add erase capabilityJarkko Nikula2014-02-221-7/+11
* mmc: omap: Remove always set use_dma flag from struct mmc_omap_hostJarkko Nikula2014-02-221-10/+5Star
* mmc: omap: Convert to devm_ioremap_resourceJarkko Nikula2014-02-221-29/+12Star
* mmc: omap: Remove mem_res field from struct mmc_omap_hostJarkko Nikula2014-02-221-3/+1Star
* mmc: omap: Remove duplicate host->irq assignmentJarkko Nikula2014-02-221-1/+0Star
* mmc: omap: Convert to devm_kzallocJarkko Nikula2014-02-221-4/+2Star
* mmc: omap: Fix NULL pointer dereference due uninitialized cover_taskletJarkko Nikula2014-02-221-5/+7
* mmc: omap: Fix I2C dependency and make driver usable with device treeTony Lindgren2013-11-271-1/+10
* mmc: omap: Fix DMA configuration to not rely on device idTony Lindgren2013-11-271-22/+12Star
* mmc: omap: Remove redundant suspend and resume callbacksUlf Hansson2013-10-311-53/+0Star
* mmc: omap: remove unnecessary #if 0'sLuciano Coelho2013-07-051-16/+0Star
* mmc: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-261-2/+0Star
* Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-121-9/+26
|\
| * Merge branch 'omap-for-v3.8/cleanup-headers-mmc' into omap-for-v3.8/cleanup-h...Tony Lindgren2012-10-171-9/+16
| |\
| | * mmc: omap: Remove cpu_is_omap usage from the driverTony Lindgren2012-10-151-8/+15
| | * ARM: OMAP: Split plat/mmc.h into local headers and platform_dataTony Lindgren2012-10-151-1/+2
| * | ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.hLokesh Vutla2012-10-151-1/+1
| * | ARM: OMAP2+: DMA: Moving OMAP2+ DMA channel definitions to mach-omap2Lokesh Vutla2012-10-151-0/+6
| * | ARM: OMAP1: DMA: Moving OMAP1 DMA channel definitions to mach-omap1Lokesh Vutla2012-10-151-0/+4
| |/
* | mmc: remove use of __devexitBill Pemberton2012-11-281-1/+1
* | mmc: remove use of __devinitBill Pemberton2012-11-281-2/+2
* | mmc: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
|/
* mmc: omap: fix mmc_omap_report_irq to use dev_dbg macrosVenkatraman S2012-09-041-12/+17
* mmc: omap: remove unused variables and includesVenkatraman S2012-09-041-10/+0Star
* mmc: omap: fix broken PIO modePaul Walmsley2012-09-041-3/+11
* mmc: omap: remove private DMA API implementationRussell King2012-07-311-229/+6Star
* mmc: omap: add DMA engine supportRussell King2012-07-311-10/+189
* mmc: omap: Fix broken reg_shift initializationTony Lindgren2012-06-061-2/+1Star
* mmc: omap: Fix NULL pointer dereference if mmc_omap_new_slot() failsTony Lindgren2012-06-061-5/+8
* mmc: omap: Fix a section warning regressionTony Lindgren2012-06-061-1/+1
* mmc: omap: convert to module_platform_driverVenkatraman S2012-05-171-13/+1Star
* mmc: omap: make it behave well as a moduleVenkatraman S2012-05-171-4/+5
* mmc: omap: convert to per instance workqueueVenkatraman S2012-05-171-17/+12Star
* misc latin1 to utf8 conversionsAl Viro2012-01-021-2/+2
* ARM: gpio: omap: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King2011-08-081-1/+1
* mmc: omap: Fix possible NULL pointer derefMichael Buesch2011-04-281-1/+1
* drivers/mmc/host/omap.c: use resource_size()Chris Ball2011-03-231-3/+3
* mmc: update workqueue usagesTejun Heo2010-12-241-6/+18
* mmc: Remove distinction between hw and phys segmentsMartin K. Petersen2010-10-231-2/+1Star
* omap: remove BUG_ON for disabled interruptsCory Maccarrone2010-06-051-1/+0Star
* mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming2010-05-271-1/+1
* mmc-omap: add support for 16-bit and 32-bit registersMarek Belisko2010-05-271-29/+33
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* mmci-omap: remove bogus check for host->iclkLadislav Michl2009-12-151-5/+5
* Merge 7xx-iosplit-plat-merge with omap-fixesTony Lindgren2009-11-221-5/+5
|\
| * omap: headers: Move remaining headers from include/mach to include/platTony Lindgren2009-10-201-5/+5
* | mmci-omap: free irq resourceLadislav Michl2009-11-121-0/+1
|/
* mmc/omap: make mmci-omap using platform_driver_probeUwe Kleine-König2009-06-131-2/+1Star