aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/sdio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-14mmc: core: Switch to basic workqueue API for sdio_irq_workHeiner Kallweit1-2/+2
2022-07-26mmc: core: Add support for SDIO wakeup interruptAxe Yang1-0/+14
2022-07-13mmc: core: Use mmc_card_* macro and add a new for the sd_combo typeSeunghui Lee1-8/+8
2022-02-28mmc: core: use sysfs_emit() instead of sprintf()Sergey Shtylyov1-2/+3
2021-12-14mmc: core: Fixup storing of OCR for MMC_QUIRK_NONSTD_SDIOUlf Hansson1-1/+3
2021-12-14mmc: core: provide macro and table to match the device tree to apply quirksH. Nikolaus Schaller1-0/+1
2021-06-14mmc: core: Use pm_runtime_resume_and_get() to replace open codingTian Tao1-4/+2
2021-03-30mmc: core: Fix hanging on I/O during system suspend for removable cardsUlf Hansson1-6/+22
2021-02-01mmc: core: remove unused host parameter of mmc_sd_get_csd()Yue Hu1-1/+1
2020-09-07mmc: sdio: Export SDIO revision and info strings to userspacePali Rohár1-0/+24
2020-07-13mmc: sdio: fix clock rate setting for SDR12/SDR25 modeHaibo Chen1-7/+8
2020-07-13mmc: sdio: Fix 1-bit mode for SD-combo cards during suspendYue Hu1-1/+22
2020-07-13mmc: sdio: Enable SDIO 4-bit bus if not support SD_SCR_BUS_WIDTH_4 for SD combo cardYue Hu1-14/+12
2020-05-29mmc: core: Export device/vendor ids from Common CIS for SDIO cardsPali Rohár1-1/+19
2020-05-28mmc: sdio: Align the initialization commands in retry path for UHS-IUlf Hansson1-27/+26
2020-05-28mmc: sdio: Re-use negotiated OCR mask when re-sending CMD8Ulf Hansson1-4/+4
2020-05-28mmc: sdio: Fix several potential memory leaks in mmc_sdio_init_card()Ulf Hansson1-31/+27
2020-05-28mmc: sdio: Fix potential NULL pointer error in mmc_sdio_init_card()Ulf Hansson1-2/+1
2019-11-14mmc: core: Re-work HW reset for SDIO cardsUlf Hansson1-1/+27
2019-09-11mmc: core: Fixup processing of SDIO IRQs during system suspend/resumeUlf Hansson1-1/+1
2019-09-11mmc: core: WARN if SDIO IRQs are enabled for non-powered card in suspendUlf Hansson1-0/+2
2019-07-10mmc: sdio: Drop unused in-parameter from mmc_sdio_init_card()Ulf Hansson1-11/+9
2019-07-10mmc: sdio: Drop unused in-parameter to mmc_sdio_reinit_card()Ulf Hansson1-12/+6
2019-07-10mmc: sdio: Don't re-initialize powered-on removable SDIO cards at resumeUlf Hansson1-7/+7
2019-07-10mmc: sdio: Drop powered-on re-init at runtime resume and HW resetUlf Hansson1-7/+1
2019-07-10mmc: sdio: Move comment about re-initialization to mmc_sdio_reinit_card()Ulf Hansson1-17/+17
2019-07-10mmc: sdio: Drop mmc_claim|release_host() in mmc_sdio_power_restore()Ulf Hansson1-4/+0
2019-06-18mmc: core: Prevent processing SDIO IRQs when the card is suspendedUlf Hansson1-1/+12
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-02-28mmc: core: Add a debug print when the card may have been replacedhongjiefang1-1/+8
2018-07-16mmc: core: Drop the unused mmc_power_save|restore_host()Ulf Hansson1-1/+0
2018-05-08mmc: core: Implement ->sw_reset bus ops for SDIOUlf Hansson1-0/+13
2018-05-08mmc: core: Rename ->reset() bus ops to ->hw_reset()Ulf Hansson1-2/+2
2018-05-08mmc: core: Re-factor some code for SDIO re-initializationUlf Hansson1-20/+19
2018-05-02mmc: core: Add capability to avoid 3.3V signalingKyle Roeschley1-0/+8
2018-05-02mmc: core: Add a new quirk for limiting clock rateharish_kandiga@mentor.com1-1/+5
2018-03-15mmc: sdio: Check the return value of sdio_enable_4bit_busShawn Lin1-5/+4
2017-06-20mmc: sdio: Keep card runtime resumed while adding function devicesAdrian Hunter1-1/+12
2017-06-20mmc: sdio: Tidy error path in mmc_attach_sdio()Adrian Hunter1-7/+6
2017-02-15mmc: core: improve the quirks for sdio devicesShawn Lin1-1/+1
2017-02-15mmc: core: change quirks.c to be a header fileShawn Lin1-0/+1
2017-02-13mmc: core: Clarify usage of mmc_set_signal_voltage()Ulf Hansson1-2/+1
2017-02-13mmc: core: Move public functions from host.h to private headersUlf Hansson1-0/+1
2017-02-13mmc: core: Move public functions from card.h to private headersUlf Hansson1-0/+1
2017-02-13mmc: sdio: don't use rocr to check if the card could support UHS modeShawn Lin1-7/+17
2017-02-13mmc: sdio: Factor out retry init card helper functionShawn Lin1-4/+10
2016-12-05mmc: core: remove BUG_ONs from sdioShawn Lin1-15/+2
2016-03-17mmc: core: remove redundant memset of sdio_read_cccrShawn Lin1-2/+0
2016-01-14mmc: core: Enable tuning according to the actual timingCarlo Caione1-2/+2
2015-12-22mmc: sdio: Fix invalid vdd in voltage switch power cycleAdrian Hunter1-1/+1