aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/core/sdio_io.c
AgeCommit message (Expand)Author
2020-07-13mmc: core: Provide description for sdio_set_host_pm_flags()'s 'flag' argLee Jones
2020-07-13mmc: sdio: Return ret if sdio_disable_func() failsYue Hu
2019-06-18mmc: core: Add sdio_retune_hold_now() and sdio_retune_release()Douglas Anderson
2019-06-18mmc: core: API to temporarily disable retuning for SDIO CRC errorsDouglas Anderson
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-02-25mmc: core: Convert mmc_align_data_size() into an SDIO specific functionUlf Hansson
2017-04-24mmc: core: simplify return codetcharding
2017-04-24mmc: core: guard dereference of optional parametertcharding
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-09-26mmc: sdio: deploy error handling instead of triggering BUG_ONShawn Lin
2012-12-06mmc: sdio: Use multiple scatter/gather listKyoungil Kim
2012-01-11mmc: sdio: Fix to support any block size optimallyStefan Nilsson XK
2011-10-31mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker
2010-05-27sdio: add new function for RAW (Read after Write) operationGrazvydas Ignotas
2010-03-06sdio: introduce API for special power management featuresNicolas Pitre
2010-03-06sdio: add quirk to clamp byte mode transferBing Zhao
2009-09-23sdio: add MMC_QUIRK_LENIENT_FN0Ohad Ben-Cohen
2008-07-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds
2008-07-15sdio: sdio_io.c Fix sparse warningsTomas Winkler
2008-07-15sdio: fix the use of hard coded timeout value.Benzi Zbit
2008-07-15mmc: fix sdio_io sparse errorsTomas Winkler
2008-07-15sdio: clean up handling of byte mode transfer sizePierre Ossman
2008-07-15mmc,sdio: helper function for transfer paddingPierre Ossman
2007-09-23sdio: add sdio_f0_readb() and sdio_f0_writeb()David Vrabel
2007-09-23sdio: extend sdio_readsb() and friends to handle any length of bufferDavid Vrabel
2007-09-23sdio: set the functions' block sizeDavid Vrabel
2007-09-23sdio: support IO_RW_EXTENDEDPierre Ossman
2007-09-23mmc: enable/disable functions for SDIOPierre Ossman
2007-09-23mmc: add basic SDIO I/O operationsPierre Ossman