omap_hsmmc: improve interrupt synchronisation
[safe/jmp/linux-2.6] / drivers / mmc / host / omap_hsmmc.c
2010-05-27 Adrian Hunteromap_hsmmc: improve interrupt synchronisation
2010-04-07 Madhusudhan Chikkatureomap hsmmc: fix a bug in card remove scenario
2010-02-15 Adrian Hunteromap_hsmmc: allow compile without regulator framework
2010-02-15 Adrian Hunteromap_hsmmc: Allow for a shared VccQ
2010-02-15 Adrian Hunteromap_hsmmc: Ensure regulator enable / disable are paired
2010-02-15 Adrian Hunteromap_hsmmc: Fix disable timeouts
2010-02-15 Adrian Hunteromap_hsmmc: Allow for power saving without going off
2010-02-15 Adrian Hunteromap_hsmmc: Move gpio and regulator control from board...
2009-11-11 Tony LindgrenMerge branch '7xx-iosplit-plat' with omap-fixes
2009-10-29 Roger Quadrosomap_hsmmc: add missing probe handler hook
2009-10-20 Tony Lindgrenomap: headers: Move remaining headers from include...
2009-09-23 kishore kadiyalaomap4: mmc driver support on OMAP4
2009-09-23 Adrian Hunteromap_hsmmc: set a large data timeout for commands with...
2009-09-23 Adrian Hunteromap_hsmmc: ensure all clock enables and disables are...
2009-09-23 Adrian Hunteromap_hsmmc: protect the card when the cover is open
2009-09-23 Denis Karpovomap_hsmmc: code refactoring
2009-09-23 Adrian Hunteromap_hsmmc: prevent races with irq handler
2009-09-23 Adrian Hunteromap_hsmmc: cater for weird CMD6 behaviour
2009-09-23 Adrian Hunteromap_hsmmc: clear interrupt status after init sequence
2009-09-23 Denis Karpovomap_hsmmc: cleanup macro usage
2009-09-23 Jarkko Lavinenomap_hsmmc: fix NULL pointer dereference
2009-09-23 Jarkko Lavinenomap_hsmmc: add mmc card sleep and awake support
2009-09-23 Adrian Hunteromap_hsmmc: put MMC regulator to sleep
2009-09-23 Denis Karpovomap_hsmmc: support for deeper power saving states
2009-09-23 Adrian Hunteromap_hsmmc: make use of new MMC_CAP_NONREMOVABLE host...
2009-09-23 Jarkko Lavinenomap_hsmmc: fix scatter-gather list sanity checking
2009-09-23 Adrian Hunteromap_hsmmc: ensure workqueues are empty before suspend
2009-09-23 Denis Karpovomap_hsmmc: set open drain bit correctly
2009-09-23 Denis Karpovomap_hsmmc: context save/restore support
2009-09-23 Adrian Hunteromap_hsmmc: keep track of power mode
2009-09-23 Adrian Hunteromap_hsmmc: make use of new enable/disable interface
2009-09-23 Denis Karpovomap_hsmmc: add debugfs entry (host registers)
2009-09-23 Uwe Kleine-Königmmc: register mmci-omap-hs using platform_driver_probe
2009-09-23 Anand GadiyarOMAP: HSMMC: do not enable buffer ready interrupt if...
2009-06-14 Linus TorvaldsMerge branch 'for-linus' of /home/rmk/linux-2.6-arm
2009-06-03 Anand Gadiyaromap_hsmmc: Trivial fix for a typo in comment
2009-05-28 David BrownellARM: OMAP3: mmc-twl4030 uses regulator framework
2009-04-08 Jarkko Lavinenomap_hsmmc: Do not expect cmd/data to be non-null when...
2009-04-08 Tony Lindgrenmmc: Fix compile for omap_hsmmc.c
2009-04-08 Kevin Hilmanomap_hsmmc: Flush posted write to IRQ
2009-04-05 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-03-24 Adrian Hunteromap_hsmmc: Wait for SDBP
2009-03-24 Grazvydas Ignotasomap_hsmmc: Fix MMC3 dma
2009-03-24 Jarkko Lavinenomap_hsmmc: Disable SDBP at suspend
2009-03-24 Adrian Hunteromap_hsmmc: Do not prefix slot name
2009-03-24 Adrian Hunteromap_hsmmc: Allow cover switch to cause rescan
2009-03-24 Jarkko Lavinenomap_hsmmc: Add 8-bit bus width mode support
2009-03-24 Juha Yrjolaomap_hsmmc: Implement scatter-gather emulation
2009-03-24 Adrian Hunteromap_hsmmc: Fix response type for busy after response
2009-03-24 Jarkko Lavinenomap_hsmmc: Do dma cleanup also with data CRC errors
2009-03-24 Kim Kyuwonomap_hsmmc: Initialize hsmmc controller registers when...
2009-03-24 Adrian Hunteromap_hsmmc: do not re-power when powering off MMC
2009-03-19 Russell KingMerge branch 'omap-clks3' into devel
2009-02-18 Jean Pihetomap_hsmmc: Change while(); loops with finite version
2009-02-18 Jean Pihetomap_hsmmc: recover from transfer failures
2009-02-18 David Brownellomap_hsmmc: only MMC1 allows HCTL.SDVS != 1.8V
2009-02-18 David Brownellomap_hsmmc: card detect irq bugfix
2009-02-08 Russell King[ARM] omap: hsmmc: new short connection id names
2009-01-24 Madhusudhan Chikkature[ARM] 5369/1: omap mmc: Add new omap hsmmc controller...