| Commit message (Expand) | Author | Age | Files | Lines |
* | mmc: omap: remove private DMA API implementation | Russell King | 2012-07-31 | 1 | -229/+6 |
* | mmc: omap: add DMA engine support | Russell King | 2012-07-31 | 1 | -10/+189 |
* | mmc: omap: Fix broken reg_shift initialization | Tony Lindgren | 2012-06-06 | 1 | -2/+1 |
* | mmc: omap: Fix NULL pointer dereference if mmc_omap_new_slot() fails | Tony Lindgren | 2012-06-06 | 1 | -5/+8 |
* | mmc: omap: Fix a section warning regression | Tony Lindgren | 2012-06-06 | 1 | -1/+1 |
* | mmc: omap: convert to module_platform_driver | Venkatraman S | 2012-05-17 | 1 | -13/+1 |
* | mmc: omap: make it behave well as a module | Venkatraman S | 2012-05-17 | 1 | -4/+5 |
* | mmc: omap: convert to per instance workqueue | Venkatraman S | 2012-05-17 | 1 | -17/+12 |
* | misc latin1 to utf8 conversions | Al Viro | 2012-01-02 | 1 | -2/+2 |
* | ARM: gpio: omap: convert drivers to use asm/gpio.h rather than mach/gpio.h | Russell King | 2011-08-08 | 1 | -1/+1 |
* | mmc: omap: Fix possible NULL pointer deref | Michael Buesch | 2011-04-27 | 1 | -1/+1 |
* | drivers/mmc/host/omap.c: use resource_size() | Chris Ball | 2011-03-22 | 1 | -3/+3 |
* | mmc: update workqueue usages | Tejun Heo | 2010-12-24 | 1 | -6/+18 |
* | mmc: Remove distinction between hw and phys segments | Martin K. Petersen | 2010-10-23 | 1 | -2/+1 |
* | omap: remove BUG_ON for disabled interrupts | Cory Maccarrone | 2010-06-04 | 1 | -1/+0 |
* | mmc: remove the "state" argument to mmc_suspend_host() | Matt Fleming | 2010-05-27 | 1 | -1/+1 |
* | mmc-omap: add support for 16-bit and 32-bit registers | Marek Belisko | 2010-05-27 | 1 | -29/+33 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | mmci-omap: remove bogus check for host->iclk | Ladislav Michl | 2009-12-15 | 1 | -5/+5 |
* | Merge 7xx-iosplit-plat-merge with omap-fixes | Tony Lindgren | 2009-11-22 | 1 | -5/+5 |
|\ |
|
| * | omap: headers: Move remaining headers from include/mach to include/plat | Tony Lindgren | 2009-10-20 | 1 | -5/+5 |
* | | mmci-omap: free irq resource | Ladislav Michl | 2009-11-12 | 1 | -0/+1 |
|/ |
|
* | mmc/omap: make mmci-omap using platform_driver_probe | Uwe Kleine-König | 2009-06-13 | 1 | -2/+1 |
* | mmc/omap: Use disable_irq_nosync() from within irq handlers. | Ben Nizette | 2009-06-03 | 1 | -1/+1 |
* | ARM: OMAP: MMC: Remove unused power_pin | Ladislav Michl | 2009-04-23 | 1 | -2/+0 |
* | [ARM] omap: MMC: provide a dummy ick for OMAP1 | Russell King | 2009-02-08 | 1 | -11/+8 |
* | [ARM] omap: MMC: convert clocks to match by devid and conid | Russell King | 2009-02-08 | 1 | -5/+2 |
* | omap mmc: Add low-level initialization for hsmmc controller | Tony Lindgren | 2008-12-10 | 1 | -1/+1 |
* | omap mmc: Add better MMC low-level init | Tony Lindgren | 2008-12-10 | 1 | -3/+4 |
* | [ARM] omap: fix a load of "warning: symbol 'xxx' was not declared. Should it ... | Russell King | 2008-09-05 | 1 | -2/+2 |
* | [ARM] omap: convert OMAP drivers to use ioremap() | Russell King | 2008-09-05 | 1 | -1/+6 |
* | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach | Russell King | 2008-08-07 | 1 | -6/+6 |
* | [ARM] Eliminate useless includes of asm/mach-types.h | Russell King | 2008-08-07 | 1 | -1/+0 |
* | mmc: remove multiwrite capability | Pierre Ossman | 2008-07-15 | 1 | -1/+1 |
* | mmc: Fix omap compile by replacing dev_name with dma_dev_name | Tony Lindgren | 2008-05-14 | 1 | -6/+6 |
* | MMC: OMAP: Do not busy wait for end of command for ever | Jarkko Lavinen | 2008-04-18 | 1 | -1/+7 |
* | MMC: OMAP: Start new commands from work queue instead of irq | Jarkko Lavinen | 2008-04-18 | 1 | -6/+42 |
* | MMC: OMAP: Lazy clock shutdown | Jarkko Lavinen | 2008-04-18 | 1 | -14/+75 |
* | MMC: OMAP: Move failing command abortion to workqueue | Jarkko Lavinen | 2008-04-18 | 1 | -33/+49 |
* | MMC: OMAP: Use tasklet instead of workqueue for cover switch notification | Jarkko Lavinen | 2008-04-18 | 1 | -27/+40 |
* | MMC: OMAP: Check the get_cover_state function pointer if not set | Kyungmin Park | 2008-04-18 | 1 | -1/+4 |
* | MMC: OMAP: Using setup_timer instead of init_timer | Carlos Eduardo Aguiar | 2008-04-18 | 1 | -10/+4 |
* | MMC: OMAP: Abort stuck commands | Jarkko Lavinen | 2008-04-18 | 1 | -10/+83 |
* | MMC: OMAP: General cleanup for MMC multislot support | Juha Yrjola | 2008-04-18 | 1 | -17/+29 |
* | MMC: OMAP: Power functions modified to MMC multislot support | Juha Yrjola | 2008-04-18 | 1 | -51/+37 |
* | MMC: OMAP: Fix timeout calculation for MMC multislot support | Juha Yrjola | 2008-04-18 | 1 | -5/+4 |
* | MMC: OMAP: New release dma and abort xfer functions | Juha Yrjola | 2008-04-18 | 1 | -19/+60 |
* | MMC: OMAP: Add back cover switch support | Juha Yrjola | 2008-04-18 | 1 | -3/+84 |
* | MMC: OMAP: Introduce new multislot structure and change driver to use it | Juha Yrjola | 2008-04-18 | 1 | -110/+292 |
* | MMC: OMAP: Remove cover switch handling to allow adding multislot support | Tony Lindgren | 2008-04-18 | 1 | -151/+1 |