aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/core/sdio_irq.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-22mmc: update sdio_claim_irq documentationGravatar Joel Cunningham 1-2/+2
2017-10-30mmc: core: Introduce host claiming by contextGravatar Adrian Hunter 1-1/+2
2017-06-20mmc: sdio: Add API to manage SDIO IRQs from a workqueueGravatar Ulf Hansson 1-0/+16
2017-06-20mmc: core: Prevent processing SDIO IRQs when none is claimedGravatar Ulf Hansson 1-2/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uap...Gravatar Ingo Molnar 1-0/+1
2017-02-13mmc: core: Move public functions from card.h to private headersGravatar Ulf Hansson 1-0/+1
2017-02-13mmc: core: Move public functions from core.h to private headersGravatar Ulf Hansson 1-0/+1
2016-12-05mmc: core: remove BUG_ONs from sdioGravatar Shawn Lin 1-5/+7
2015-10-26mmc: core: Remove MMC_CLKGATEGravatar Ulf Hansson 1-12/+2
2014-09-24mmc: Convert pr_warning to pr_warnGravatar Joe Perches 1-4/+3
2014-09-09mmc: core: sdio: Fix unconditional wake_up_process() on sdio threadGravatar Fu Zhonghui 1-2/+2
2014-05-22mmc: sdio_irq: rework sdio irq handlingGravatar Russell King 1-10/+31
2014-01-17mmc: sdio: add a quirk for broken SDIO_CCCR_INTx pollingGravatar Bing Zhao 1-0/+11
2012-04-22mmc: sdio: avoid spurious calls to interrupt handlersGravatar Nicolas Pitre 1-4/+7
2012-02-13mmc: core: Ensure clocks are always enabled before host interactionGravatar Sujit Reddy Thumma 1-2/+8
2011-10-31mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredGravatar Paul Gortmaker 1-0/+1
2011-10-26mmc: replace printk with appropriate display macroGravatar Girish K S 1-3/+3
2011-05-24mmc: sdio: optimized SDIO IRQ handling for single irqGravatar Stefan Nilsson XK 1-1/+32
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2008-10-12sdio: give sdio irq thread a host specific nameGravatar Pierre Ossman 1-1/+2
2008-10-12sdio: make sleep on error interruptableGravatar Pierre Ossman 1-4/+9
2008-04-18mmc: use shorter, equivalent set_current_state()Gravatar Robert P. J. Day 1-2/+2
2007-10-06sdio: make the IRQ thread more resilient in the presence of bad statesGravatar Nicolas Pitre 1-2/+8
2007-10-06sdio: fix IRQ diagnostic messageGravatar Nicolas Pitre 1-1/+1
2007-09-27sdio: adaptive interrupt pollingGravatar Pierre Ossman 1-5/+23
2007-09-23mmc: replace BUG_ON with WARN_ONGravatar Pierre Ossman 1-2/+2
2007-09-23sdio: add interface for host side SDIO interrupt reportingGravatar Nicolas Pitre 1-1/+7
2007-09-23sdio: core support for SDIO function interruptGravatar Nicolas Pitre 1-0/+237