summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/sdio.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: constify the struct device_type usageRicardo B. Marliere2024-02-271-1/+1
* mmc: core: sdio: hold retuning if sdio in 1-bit modeHaibo Chen2023-09-261-1/+7
* mmc: core: Switch to basic workqueue API for sdio_irq_workHeiner Kallweit2022-09-141-2/+2
* mmc: core: Add support for SDIO wakeup interruptAxe Yang2022-07-261-0/+14
* mmc: core: Use mmc_card_* macro and add a new for the sd_combo typeSeunghui Lee2022-07-131-8/+8
* mmc: core: use sysfs_emit() instead of sprintf()Sergey Shtylyov2022-02-281-2/+3
* mmc: core: Fixup storing of OCR for MMC_QUIRK_NONSTD_SDIOUlf Hansson2021-12-141-1/+3
* mmc: core: provide macro and table to match the device tree to apply quirksH. Nikolaus Schaller2021-12-141-0/+1
* mmc: core: Use pm_runtime_resume_and_get() to replace open codingTian Tao2021-06-141-4/+2
* mmc: core: Fix hanging on I/O during system suspend for removable cardsUlf Hansson2021-03-301-6/+22
* mmc: core: remove unused host parameter of mmc_sd_get_csd()Yue Hu2021-02-011-1/+1
* mmc: sdio: Export SDIO revision and info strings to userspacePali Rohár2020-09-071-0/+24
* mmc: sdio: fix clock rate setting for SDR12/SDR25 modeHaibo Chen2020-07-131-7/+8
* mmc: sdio: Fix 1-bit mode for SD-combo cards during suspendYue Hu2020-07-131-1/+22
* mmc: sdio: Enable SDIO 4-bit bus if not support SD_SCR_BUS_WIDTH_4 for SD com...Yue Hu2020-07-131-14/+12
* mmc: core: Export device/vendor ids from Common CIS for SDIO cardsPali Rohár2020-05-291-1/+19
* mmc: sdio: Align the initialization commands in retry path for UHS-IUlf Hansson2020-05-281-27/+26
* mmc: sdio: Re-use negotiated OCR mask when re-sending CMD8Ulf Hansson2020-05-281-4/+4
* mmc: sdio: Fix several potential memory leaks in mmc_sdio_init_card()Ulf Hansson2020-05-281-31/+27
* mmc: sdio: Fix potential NULL pointer error in mmc_sdio_init_card()Ulf Hansson2020-05-281-2/+1
* mmc: core: Re-work HW reset for SDIO cardsUlf Hansson2019-11-141-1/+27
* mmc: core: Fixup processing of SDIO IRQs during system suspend/resumeUlf Hansson2019-09-111-1/+1
* mmc: core: WARN if SDIO IRQs are enabled for non-powered card in suspendUlf Hansson2019-09-111-0/+2
* mmc: sdio: Drop unused in-parameter from mmc_sdio_init_card()Ulf Hansson2019-07-101-11/+9
* mmc: sdio: Drop unused in-parameter to mmc_sdio_reinit_card()Ulf Hansson2019-07-101-12/+6
* mmc: sdio: Don't re-initialize powered-on removable SDIO cards at resumeUlf Hansson2019-07-101-7/+7
* mmc: sdio: Drop powered-on re-init at runtime resume and HW resetUlf Hansson2019-07-101-7/+1
* mmc: sdio: Move comment about re-initialization to mmc_sdio_reinit_card()Ulf Hansson2019-07-101-17/+17
* mmc: sdio: Drop mmc_claim|release_host() in mmc_sdio_power_restore()Ulf Hansson2019-07-101-4/+0
* mmc: core: Prevent processing SDIO IRQs when the card is suspendedUlf Hansson2019-06-181-1/+12
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* mmc: core: Add a debug print when the card may have been replacedhongjiefang2019-02-281-1/+8
* mmc: core: Drop the unused mmc_power_save|restore_host()Ulf Hansson2018-07-161-1/+0
* mmc: core: Implement ->sw_reset bus ops for SDIOUlf Hansson2018-05-081-0/+13
* mmc: core: Rename ->reset() bus ops to ->hw_reset()Ulf Hansson2018-05-081-2/+2
* mmc: core: Re-factor some code for SDIO re-initializationUlf Hansson2018-05-081-20/+19
* mmc: core: Add capability to avoid 3.3V signalingKyle Roeschley2018-05-021-0/+8
* mmc: core: Add a new quirk for limiting clock rateharish_kandiga@mentor.com2018-05-021-1/+5
* mmc: sdio: Check the return value of sdio_enable_4bit_busShawn Lin2018-03-151-5/+4
* mmc: sdio: Keep card runtime resumed while adding function devicesAdrian Hunter2017-06-201-1/+12
* mmc: sdio: Tidy error path in mmc_attach_sdio()Adrian Hunter2017-06-201-7/+6
* mmc: core: improve the quirks for sdio devicesShawn Lin2017-02-151-1/+1
* mmc: core: change quirks.c to be a header fileShawn Lin2017-02-151-0/+1
* mmc: core: Clarify usage of mmc_set_signal_voltage()Ulf Hansson2017-02-131-2/+1
* mmc: core: Move public functions from host.h to private headersUlf Hansson2017-02-131-0/+1
* mmc: core: Move public functions from card.h to private headersUlf Hansson2017-02-131-0/+1
* mmc: sdio: don't use rocr to check if the card could support UHS modeShawn Lin2017-02-131-7/+17
* mmc: sdio: Factor out retry init card helper functionShawn Lin2017-02-131-4/+10
* mmc: core: remove BUG_ONs from sdioShawn Lin2016-12-051-15/+2
* mmc: core: remove redundant memset of sdio_read_cccrShawn Lin2016-03-171-2/+0