summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/omap.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: omap: Use new tasklet APIEmil Renner Berthing2021-02-081-4/+3
* mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4Douglas Anderson2020-09-071-0/+1
* mmc: host: Drop redundant MMC_CAP_ERASEUlf Hansson2020-05-281-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* mmc: omap: fix the maximum timeout settingAaro Koskinen2019-02-251-1/+1
* MMC: OMAP: fix broken MMC on OMAP15XX/OMAP5910/OMAP310Aaro Koskinen2018-12-041-2/+9
* mmc: Convert timers to use timer_setup()Kees Cook2017-11-021-11/+9
* mmc: omap: Don't use mmc_card_present() when validating for inserted cardUlf Hansson2017-02-131-1/+1
* 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