summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/sdio_irq.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdio: avoid spurious calls to interrupt handlersNicolas Pitre2012-04-221-4/+7
* mmc: core: Ensure clocks are always enabled before host interactionSujit Reddy Thumma2012-02-141-2/+8
* mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker2011-11-011-0/+1
* mmc: replace printk with appropriate display macroGirish K S2011-10-261-3/+3
* mmc: sdio: optimized SDIO IRQ handling for single irqStefan Nilsson XK2011-05-251-1/+32
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* sdio: give sdio irq thread a host specific namePierre Ossman2008-10-121-1/+2
* sdio: make sleep on error interruptablePierre Ossman2008-10-121-4/+9
* mmc: use shorter, equivalent set_current_state()Robert P. J. Day2008-04-181-2/+2
* sdio: make the IRQ thread more resilient in the presence of bad statesNicolas Pitre2007-10-061-2/+8
* sdio: fix IRQ diagnostic messageNicolas Pitre2007-10-061-1/+1
* sdio: adaptive interrupt pollingPierre Ossman2007-09-271-5/+23
* mmc: replace BUG_ON with WARN_ONPierre Ossman2007-09-231-2/+2
* sdio: add interface for host side SDIO interrupt reportingNicolas Pitre2007-09-231-1/+7
* sdio: core support for SDIO function interruptNicolas Pitre2007-09-231-0/+237