aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/sdio_irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-03-22mmc: update sdio_claim_irq documentationJoel Cunningham1-2/+2
2017-10-30mmc: core: Introduce host claiming by contextAdrian Hunter1-1/+2
2017-06-20mmc: sdio: Add API to manage SDIO IRQs from a workqueueUlf Hansson1-0/+16
2017-06-20mmc: core: Prevent processing SDIO IRQs when none is claimedUlf Hansson1-2/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h>Ingo Molnar1-0/+1
2017-02-13mmc: core: Move public functions from card.h to private headersUlf Hansson1-0/+1
2017-02-13mmc: core: Move public functions from core.h to private headersUlf Hansson1-0/+1
2016-12-05mmc: core: remove BUG_ONs from sdioShawn Lin1-5/+7
2015-10-26mmc: core: Remove MMC_CLKGATEUlf Hansson1-12/+2
2014-09-24mmc: Convert pr_warning to pr_warnJoe Perches1-4/+3
2014-09-09mmc: core: sdio: Fix unconditional wake_up_process() on sdio threadFu Zhonghui1-2/+2
2014-05-22mmc: sdio_irq: rework sdio irq handlingRussell King1-10/+31
2014-01-17mmc: sdio: add a quirk for broken SDIO_CCCR_INTx pollingBing Zhao1-0/+11
2012-04-22mmc: sdio: avoid spurious calls to interrupt handlersNicolas Pitre1-4/+7
2012-02-13mmc: core: Ensure clocks are always enabled before host interactionSujit Reddy Thumma1-2/+8
2011-10-31mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker1-0/+1
2011-10-26mmc: replace printk with appropriate display macroGirish K S1-3/+3
2011-05-24mmc: sdio: optimized SDIO IRQ handling for single irqStefan Nilsson XK1-1/+32
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2008-10-12sdio: give sdio irq thread a host specific namePierre Ossman1-1/+2
2008-10-12sdio: make sleep on error interruptablePierre Ossman1-4/+9
2008-04-18mmc: use shorter, equivalent set_current_state()Robert P. J. Day1-2/+2
2007-10-06sdio: make the IRQ thread more resilient in the presence of bad statesNicolas Pitre1-2/+8
2007-10-06sdio: fix IRQ diagnostic messageNicolas Pitre1-1/+1
2007-09-27sdio: adaptive interrupt pollingPierre Ossman1-5/+23
2007-09-23mmc: replace BUG_ON with WARN_ONPierre Ossman1-2/+2
2007-09-23sdio: add interface for host side SDIO interrupt reportingNicolas Pitre1-1/+7
2007-09-23sdio: core support for SDIO function interruptNicolas Pitre1-0/+237