summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/sdio.c
AgeCommit message (Expand)Author
2023-09-26mmc: core: sdio: hold retuning if sdio in 1-bit modeHaibo Chen
2022-09-14mmc: core: Switch to basic workqueue API for sdio_irq_workHeiner Kallweit
2022-07-26mmc: core: Add support for SDIO wakeup interruptAxe Yang
2022-07-13mmc: core: Use mmc_card_* macro and add a new for the sd_combo typeSeunghui Lee
2022-02-28mmc: core: use sysfs_emit() instead of sprintf()Sergey Shtylyov
2021-12-14mmc: core: Fixup storing of OCR for MMC_QUIRK_NONSTD_SDIOUlf Hansson
2021-12-14mmc: core: provide macro and table to match the device tree to apply quirksH. Nikolaus Schaller
2021-06-14mmc: core: Use pm_runtime_resume_and_get() to replace open codingTian Tao
2021-03-30mmc: core: Fix hanging on I/O during system suspend for removable cardsUlf Hansson
2021-02-01mmc: core: remove unused host parameter of mmc_sd_get_csd()Yue Hu
2020-09-07mmc: sdio: Export SDIO revision and info strings to userspacePali Rohár
2020-07-13mmc: sdio: fix clock rate setting for SDR12/SDR25 modeHaibo Chen
2020-07-13mmc: sdio: Fix 1-bit mode for SD-combo cards during suspendYue Hu
2020-07-13mmc: sdio: Enable SDIO 4-bit bus if not support SD_SCR_BUS_WIDTH_4 for SD com...Yue Hu
2020-05-29mmc: core: Export device/vendor ids from Common CIS for SDIO cardsPali Rohár
2020-05-28mmc: sdio: Align the initialization commands in retry path for UHS-IUlf Hansson
2020-05-28mmc: sdio: Re-use negotiated OCR mask when re-sending CMD8Ulf Hansson
2020-05-28mmc: sdio: Fix several potential memory leaks in mmc_sdio_init_card()Ulf Hansson
2020-05-28mmc: sdio: Fix potential NULL pointer error in mmc_sdio_init_card()Ulf Hansson
2019-11-14mmc: core: Re-work HW reset for SDIO cardsUlf Hansson
2019-09-11mmc: core: Fixup processing of SDIO IRQs during system suspend/resumeUlf Hansson
2019-09-11mmc: core: WARN if SDIO IRQs are enabled for non-powered card in suspendUlf Hansson
2019-07-10mmc: sdio: Drop unused in-parameter from mmc_sdio_init_card()Ulf Hansson
2019-07-10mmc: sdio: Drop unused in-parameter to mmc_sdio_reinit_card()Ulf Hansson
2019-07-10mmc: sdio: Don't re-initialize powered-on removable SDIO cards at resumeUlf Hansson
2019-07-10mmc: sdio: Drop powered-on re-init at runtime resume and HW resetUlf Hansson
2019-07-10mmc: sdio: Move comment about re-initialization to mmc_sdio_reinit_card()Ulf Hansson
2019-07-10mmc: sdio: Drop mmc_claim|release_host() in mmc_sdio_power_restore()Ulf 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
2019-02-28mmc: core: Add a debug print when the card may have been replacedhongjiefang
2018-07-16mmc: core: Drop the unused mmc_power_save|restore_host()Ulf Hansson
2018-05-08mmc: core: Implement ->sw_reset bus ops for SDIOUlf Hansson
2018-05-08mmc: core: Rename ->reset() bus ops to ->hw_reset()Ulf Hansson
2018-05-08mmc: core: Re-factor some code for SDIO re-initializationUlf Hansson
2018-05-02mmc: core: Add capability to avoid 3.3V signalingKyle Roeschley
2018-05-02mmc: core: Add a new quirk for limiting clock rateharish_kandiga@mentor.com
2018-03-15mmc: sdio: Check the return value of sdio_enable_4bit_busShawn Lin
2017-06-20mmc: sdio: Keep card runtime resumed while adding function devicesAdrian Hunter
2017-06-20mmc: sdio: Tidy error path in mmc_attach_sdio()Adrian Hunter
2017-02-15mmc: core: improve the quirks for sdio devicesShawn Lin
2017-02-15mmc: core: change quirks.c to be a header fileShawn Lin
2017-02-13mmc: core: Clarify usage of mmc_set_signal_voltage()Ulf Hansson
2017-02-13mmc: core: Move public functions from host.h to private headersUlf Hansson
2017-02-13mmc: core: Move public functions from card.h to private headersUlf Hansson
2017-02-13mmc: sdio: don't use rocr to check if the card could support UHS modeShawn Lin
2017-02-13mmc: sdio: Factor out retry init card helper functionShawn Lin
2016-12-05mmc: core: remove BUG_ONs from sdioShawn Lin
2016-03-17mmc: core: remove redundant memset of sdio_read_cccrShawn Lin
2016-01-14mmc: core: Enable tuning according to the actual timingCarlo Caione