summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/sdio_irq.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdio: Turn sdio_run_irqs() into staticUlf Hansson2019-06-201-2/+1Star
* mmc: core: Prevent processing SDIO IRQs when the card is suspendedUlf Hansson2019-06-181-0/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* mmc: update sdio_claim_irq documentationJoel Cunningham2018-03-221-2/+2
* mmc: core: Introduce host claiming by contextAdrian Hunter2017-10-301-1/+2
* mmc: sdio: Add API to manage SDIO IRQs from a workqueueUlf Hansson2017-06-201-0/+16
* mmc: core: Prevent processing SDIO IRQs when none is claimedUlf Hansson2017-06-201-2/+4
* sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar2017-03-021-0/+1
* mmc: core: Move public functions from card.h to private headersUlf Hansson2017-02-131-0/+1
* mmc: core: Move public functions from core.h to private headersUlf Hansson2017-02-131-0/+1
* mmc: core: remove BUG_ONs from sdioShawn Lin2016-12-051-5/+7
* mmc: core: Remove MMC_CLKGATEUlf Hansson2015-10-261-12/+2Star
* mmc: Convert pr_warning to pr_warnJoe Perches2014-09-241-4/+3Star
* mmc: core: sdio: Fix unconditional wake_up_process() on sdio threadFu Zhonghui2014-09-091-2/+2
* mmc: sdio_irq: rework sdio irq handlingRussell King2014-05-221-10/+31
* mmc: sdio: add a quirk for broken SDIO_CCCR_INTx pollingBing Zhao2014-01-181-0/+11
* 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