summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/omap.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: omap: Initialize dma_slave_config to avoid random data in it's fieldsPeter Ujfalusi2016-09-141-8/+10
* mmc: omap: Use dma_request_chan() for requesting DMA channelPeter Ujfalusi2016-05-041-23/+25
* mmc: omap: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-261-0/+1
* mmc: omap: fix error return codeJulia Lawall2015-08-271-1/+3
* mmc: omap: use for_each_sg() for scatterlist parsingFabian Frederick2015-08-171-2/+3
* mmc: remove .owner field for drivers using module_platform_driverPeter Griffin2014-09-091-1/+0
* 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/+5
* mmc: omap: Convert to devm_ioremap_resourceJarkko Nikula2014-02-221-29/+12
* mmc: omap: Remove mem_res field from struct mmc_omap_hostJarkko Nikula2014-02-221-3/+1
* mmc: omap: Remove duplicate host->irq assignmentJarkko Nikula2014-02-221-1/+0
* mmc: omap: Convert to devm_kzallocJarkko Nikula2014-02-221-4/+2
* 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-261-1/+10
* mmc: omap: Fix DMA configuration to not rely on device idTony Lindgren2013-11-261-22/+12
* mmc: omap: Remove redundant suspend and resume callbacksUlf Hansson2013-10-301-53/+0
* mmc: omap: remove unnecessary #if 0'sLuciano Coelho2013-07-051-16/+0
* mmc: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-261-2/+0
* 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/+0
* mmc: omap: fix broken PIO modePaul Walmsley2012-09-041-3/+11
* mmc: omap: remove private DMA API implementationRussell King2012-07-311-229/+6
* mmc: omap: add DMA engine supportRussell King2012-07-311-10/+189
* mmc: omap: Fix broken reg_shift initializationTony Lindgren2012-06-061-2/+1
* 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/+1
* 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/+12
* 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-271-1/+1
* drivers/mmc/host/omap.c: use resource_size()Chris Ball2011-03-221-3/+3
* mmc: update workqueue usagesTejun Heo2010-12-241-6/+18
* mmc: Remove distinction between hw and phys segmentsMartin K. Petersen2010-10-231-2/+1
* omap: remove BUG_ON for disabled interruptsCory Maccarrone2010-06-041-1/+0
* 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
OpenPOWER on IntegriCloud