summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/omap.c
AgeCommit message (Expand)Author
2019-04-05mmc: omap: fix the maximum timeout settingAaro Koskinen
2018-12-21MMC: OMAP: fix broken MMC on OMAP15XX/OMAP5910/OMAP310Aaro Koskinen
2016-09-14mmc: omap: Initialize dma_slave_config to avoid random data in it's fieldsPeter Ujfalusi
2016-05-04mmc: omap: Use dma_request_chan() for requesting DMA channelPeter Ujfalusi
2015-10-26mmc: omap: Fix module autoload for OF platform driverLuis de Bethencourt
2015-08-27mmc: omap: fix error return codeJulia Lawall
2015-08-17mmc: omap: use for_each_sg() for scatterlist parsingFabian Frederick
2014-09-09mmc: remove .owner field for drivers using module_platform_driverPeter Griffin
2014-05-22mmc: omap: Use DIV_ROUND_UP instead of open codedAxel Lin
2014-02-22mmc: omap: Add erase capabilityJarkko Nikula
2014-02-22mmc: omap: Remove always set use_dma flag from struct mmc_omap_hostJarkko Nikula
2014-02-22mmc: omap: Convert to devm_ioremap_resourceJarkko Nikula
2014-02-22mmc: omap: Remove mem_res field from struct mmc_omap_hostJarkko Nikula
2014-02-22mmc: omap: Remove duplicate host->irq assignmentJarkko Nikula
2014-02-22mmc: omap: Convert to devm_kzallocJarkko Nikula
2014-02-22mmc: omap: Fix NULL pointer dereference due uninitialized cover_taskletJarkko Nikula
2013-11-26mmc: omap: Fix I2C dependency and make driver usable with device treeTony Lindgren
2013-11-26mmc: omap: Fix DMA configuration to not rely on device idTony Lindgren
2013-10-30mmc: omap: Remove redundant suspend and resume callbacksUlf Hansson
2013-07-05mmc: omap: remove unnecessary #if 0'sLuciano Coelho
2013-05-26mmc: remove unnecessary platform_set_drvdata()Jingoo Han
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-11-28mmc: remove use of __devexitBill Pemberton
2012-11-28mmc: remove use of __devinitBill Pemberton
2012-11-28mmc: remove use of __devexit_pBill Pemberton
2012-10-17Merge branch 'omap-for-v3.8/cleanup-headers-mmc' into omap-for-v3.8/cleanup-h...Tony Lindgren
2012-10-15ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.hLokesh Vutla
2012-10-15ARM: OMAP2+: DMA: Moving OMAP2+ DMA channel definitions to mach-omap2Lokesh Vutla
2012-10-15ARM: OMAP1: DMA: Moving OMAP1 DMA channel definitions to mach-omap1Lokesh Vutla
2012-10-15mmc: omap: Remove cpu_is_omap usage from the driverTony Lindgren
2012-10-15ARM: OMAP: Split plat/mmc.h into local headers and platform_dataTony Lindgren
2012-09-04mmc: omap: fix mmc_omap_report_irq to use dev_dbg macrosVenkatraman S
2012-09-04mmc: omap: remove unused variables and includesVenkatraman S
2012-09-04mmc: omap: fix broken PIO modePaul Walmsley
2012-07-31mmc: omap: remove private DMA API implementationRussell King
2012-07-31mmc: omap: add DMA engine supportRussell King
2012-06-06mmc: omap: Fix broken reg_shift initializationTony Lindgren
2012-06-06mmc: omap: Fix NULL pointer dereference if mmc_omap_new_slot() failsTony Lindgren
2012-06-06mmc: omap: Fix a section warning regressionTony Lindgren
2012-05-17mmc: omap: convert to module_platform_driverVenkatraman S
2012-05-17mmc: omap: make it behave well as a moduleVenkatraman S
2012-05-17mmc: omap: convert to per instance workqueueVenkatraman S
2012-01-02misc latin1 to utf8 conversionsAl Viro
2011-08-08ARM: gpio: omap: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King
2011-04-27mmc: omap: Fix possible NULL pointer derefMichael Buesch
2011-03-22drivers/mmc/host/omap.c: use resource_size()Chris Ball
2010-12-24mmc: update workqueue usagesTejun Heo
2010-10-23mmc: Remove distinction between hw and phys segmentsMartin K. Petersen
2010-06-04omap: remove BUG_ON for disabled interruptsCory Maccarrone
2010-05-27mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming