summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/omap.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-9/+26
2012-11-28mmc: remove use of __devexitBill Pemberton1-1/+1
2012-11-28mmc: remove use of __devinitBill Pemberton1-2/+2
2012-11-28mmc: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-17Merge branch 'omap-for-v3.8/cleanup-headers-mmc' into omap-for-v3.8/cleanup-h...Tony Lindgren1-9/+16
2012-10-15ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.hLokesh Vutla1-1/+1
2012-10-15ARM: OMAP2+: DMA: Moving OMAP2+ DMA channel definitions to mach-omap2Lokesh Vutla1-0/+6
2012-10-15ARM: OMAP1: DMA: Moving OMAP1 DMA channel definitions to mach-omap1Lokesh Vutla1-0/+4
2012-10-15mmc: omap: Remove cpu_is_omap usage from the driverTony Lindgren1-8/+15
2012-10-15ARM: OMAP: Split plat/mmc.h into local headers and platform_dataTony Lindgren1-1/+2
2012-09-04mmc: omap: fix mmc_omap_report_irq to use dev_dbg macrosVenkatraman S1-12/+17
2012-09-04mmc: omap: remove unused variables and includesVenkatraman S1-10/+0
2012-09-04mmc: omap: fix broken PIO modePaul Walmsley1-3/+11
2012-07-31mmc: omap: remove private DMA API implementationRussell King1-229/+6
2012-07-31mmc: omap: add DMA engine supportRussell King1-10/+189
2012-06-06mmc: omap: Fix broken reg_shift initializationTony Lindgren1-2/+1
2012-06-06mmc: omap: Fix NULL pointer dereference if mmc_omap_new_slot() failsTony Lindgren1-5/+8
2012-06-06mmc: omap: Fix a section warning regressionTony Lindgren1-1/+1
2012-05-17mmc: omap: convert to module_platform_driverVenkatraman S1-13/+1
2012-05-17mmc: omap: make it behave well as a moduleVenkatraman S1-4/+5
2012-05-17mmc: omap: convert to per instance workqueueVenkatraman S1-17/+12
2012-01-02misc latin1 to utf8 conversionsAl Viro1-2/+2
2011-08-08ARM: gpio: omap: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King1-1/+1
2011-04-27mmc: omap: Fix possible NULL pointer derefMichael Buesch1-1/+1
2011-03-22drivers/mmc/host/omap.c: use resource_size()Chris Ball1-3/+3
2010-12-24mmc: update workqueue usagesTejun Heo1-6/+18
2010-10-23mmc: Remove distinction between hw and phys segmentsMartin K. Petersen1-2/+1
2010-06-04omap: remove BUG_ON for disabled interruptsCory Maccarrone1-1/+0
2010-05-27mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming1-1/+1
2010-05-27mmc-omap: add support for 16-bit and 32-bit registersMarek Belisko1-29/+33
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-15mmci-omap: remove bogus check for host->iclkLadislav Michl1-5/+5
2009-11-22Merge 7xx-iosplit-plat-merge with omap-fixesTony Lindgren1-5/+5
2009-11-12mmci-omap: free irq resourceLadislav Michl1-0/+1
2009-10-20omap: headers: Move remaining headers from include/mach to include/platTony Lindgren1-5/+5
2009-06-13mmc/omap: make mmci-omap using platform_driver_probeUwe Kleine-König1-2/+1
2009-06-03mmc/omap: Use disable_irq_nosync() from within irq handlers.Ben Nizette1-1/+1
2009-04-23ARM: OMAP: MMC: Remove unused power_pinLadislav Michl1-2/+0
2009-02-08[ARM] omap: MMC: provide a dummy ick for OMAP1Russell King1-11/+8
2009-02-08[ARM] omap: MMC: convert clocks to match by devid and conidRussell King1-5/+2
2008-12-10omap mmc: Add low-level initialization for hsmmc controllerTony Lindgren1-1/+1
2008-12-10omap mmc: Add better MMC low-level initTony Lindgren1-3/+4
2008-09-05[ARM] omap: fix a load of "warning: symbol 'xxx' was not declared. Should it ...Russell King1-2/+2
2008-09-05[ARM] omap: convert OMAP drivers to use ioremap()Russell King1-1/+6
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-6/+6
2008-08-07[ARM] Eliminate useless includes of asm/mach-types.hRussell King1-1/+0
2008-07-15mmc: remove multiwrite capabilityPierre Ossman1-1/+1
2008-05-14mmc: Fix omap compile by replacing dev_name with dma_dev_nameTony Lindgren1-6/+6
2008-04-18MMC: OMAP: Do not busy wait for end of command for everJarkko Lavinen1-1/+7
2008-04-18MMC: OMAP: Start new commands from work queue instead of irqJarkko Lavinen1-6/+42