summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/sdio_irq.c
AgeCommit message (Expand)Author
2022-09-14mmc: core: Switch to basic workqueue API for sdio_irq_workHeiner Kallweit
2020-06-15sched,mmc: Convert to sched_set_fifo*()Peter Zijlstra
2020-03-24mmc: core: Fix indentationJérôme Pouiller
2019-09-11mmc: core: Fixup processing of SDIO IRQs during system suspend/resumeUlf Hansson
2019-09-11mmc: core: Clarify that the ->ack_sdio_irq() callback is mandatoryUlf Hansson
2019-09-11mmc: core: Clarify sdio_irq_pending flag for MMC_CAP2_SDIO_IRQ_NOTHREADUlf Hansson
2019-09-11mmc: core: Move code to get pending SDIO IRQs to a functionMatthias Kaehlcke
2019-06-20mmc: sdio: Turn sdio_run_irqs() into staticUlf Hansson
2019-06-18mmc: core: Prevent processing SDIO IRQs when the card is suspendedUlf Hansson
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-03-22mmc: update sdio_claim_irq documentationJoel Cunningham
2017-10-30mmc: core: Introduce host claiming by contextAdrian Hunter
2017-06-20mmc: sdio: Add API to manage SDIO IRQs from a workqueueUlf Hansson
2017-06-20mmc: core: Prevent processing SDIO IRQs when none is claimedUlf Hansson
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar
2017-02-13mmc: core: Move public functions from card.h to private headersUlf Hansson
2017-02-13mmc: core: Move public functions from core.h to private headersUlf Hansson
2016-12-05mmc: core: remove BUG_ONs from sdioShawn Lin
2015-10-26mmc: core: Remove MMC_CLKGATEUlf Hansson
2014-09-24mmc: Convert pr_warning to pr_warnJoe Perches
2014-09-09mmc: core: sdio: Fix unconditional wake_up_process() on sdio threadFu Zhonghui
2014-05-22mmc: sdio_irq: rework sdio irq handlingRussell King
2014-01-17mmc: sdio: add a quirk for broken SDIO_CCCR_INTx pollingBing Zhao
2012-04-22mmc: sdio: avoid spurious calls to interrupt handlersNicolas Pitre
2012-02-13mmc: core: Ensure clocks are always enabled before host interactionSujit Reddy Thumma
2011-10-31mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker
2011-10-26mmc: replace printk with appropriate display macroGirish K S
2011-05-24mmc: sdio: optimized SDIO IRQ handling for single irqStefan Nilsson XK
2011-03-31Fix common misspellingsLucas De Marchi
2008-10-12sdio: give sdio irq thread a host specific namePierre Ossman
2008-10-12sdio: make sleep on error interruptablePierre Ossman
2008-04-18mmc: use shorter, equivalent set_current_state()Robert P. J. Day
2007-10-06sdio: make the IRQ thread more resilient in the presence of bad statesNicolas Pitre
2007-10-06sdio: fix IRQ diagnostic messageNicolas Pitre
2007-09-27sdio: adaptive interrupt pollingPierre Ossman
2007-09-23mmc: replace BUG_ON with WARN_ONPierre Ossman
2007-09-23sdio: add interface for host side SDIO interrupt reportingNicolas Pitre
2007-09-23sdio: core support for SDIO function interruptNicolas Pitre