summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/sdio_irq.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-14mmc: core: Switch to basic workqueue API for sdio_irq_workHeiner Kallweit1-2/+2
2020-06-15sched,mmc: Convert to sched_set_fifo*()Peter Zijlstra1-2/+1
2020-03-24mmc: core: Fix indentationJérôme Pouiller1-7/+8
2019-09-11mmc: core: Fixup processing of SDIO IRQs during system suspend/resumeUlf Hansson1-1/+2
2019-09-11mmc: core: Clarify that the ->ack_sdio_irq() callback is mandatoryUlf Hansson1-2/+1
2019-09-11mmc: core: Clarify sdio_irq_pending flag for MMC_CAP2_SDIO_IRQ_NOTHREADUlf Hansson1-3/+6
2019-09-11mmc: core: Move code to get pending SDIO IRQs to a functionMatthias Kaehlcke1-16/+30
2019-06-20mmc: sdio: Turn sdio_run_irqs() into staticUlf Hansson1-2/+1
2019-06-18mmc: core: Prevent processing SDIO IRQs when the card is suspendedUlf Hansson1-0/+4
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 <uap...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