summaryrefslogtreecommitdiffstats
path: root/include/linux/mmc/sdio_func.h
AgeCommit message (Expand)AuthorFilesLines
2020-09-07mmc: sdio: Parse CISTPL_VERS_1 major and minor revision numbersPali Rohár1-0/+2
2020-03-24mmc: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-06-18mmc: core: Add sdio_retune_hold_now() and sdio_retune_release()Douglas Anderson1-0/+3
2019-06-18mmc: core: API to temporarily disable retuning for SDIO CRC errorsDouglas Anderson1-0/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-23mmc: sdio: Add helper macro for sdio_driver boilerplateSean Wang1-0/+12
2017-04-18mmc: sdio: fix alignment issue in struct sdio_funcHeiner Kallweit1-1/+1
2014-11-10mmc: core: Don't export the to_sdio_driver macroUlf Hansson1-2/+0
2011-07-20mmc: Standardize header file inclusion checks.Robert P. J. Day1-4/+3
2010-05-27sdio: add new function for RAW (Read after Write) operationGrazvydas Ignotas1-0/+3
2010-03-06sdio: introduce API for special power management featuresNicolas Pitre1-0/+5
2009-09-23mmc: make SDIO device/driver struct accessors publicNicolas Pitre1-0/+3
2008-11-08mmc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-07-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds1-10/+11
2008-07-15sdio: fix the use of hard coded timeout value.Benzi Zbit1-0/+2
2008-07-15mmc: fix sdio_io sparse errorsTomas Winkler1-9/+6
2008-07-15mmc,sdio: helper function for transfer paddingPierre Ossman1-1/+3
2007-09-23sdio: store vendor stringsPierre Ossman1-0/+3
2007-09-23sdio: add sdio_f0_readb() and sdio_f0_writeb()David Vrabel1-0/+5
2007-09-23sdio: set the functions' block sizeDavid Vrabel1-1/+4
2007-09-23sdio: support IO_RW_EXTENDEDPierre Ossman1-0/+20
2007-09-23sdio: core support for SDIO function interruptNicolas Pitre1-0/+7
2007-09-23sdio: add device id table and matchingPierre Ossman1-1/+29
2007-09-23sdio: split up common and function CIS parsingPierre Ossman1-0/+2
2007-09-23sdio: link unknown CIS tuples to the sdio_func structureNicolas Pitre1-0/+12
2007-09-23sdio: basic parsing of FBRPierre Ossman1-0/+5
2007-09-23mmc: enable/disable functions for SDIOPierre Ossman1-0/+3
2007-09-23mmc: add basic SDIO I/O operationsPierre Ossman1-0/+12
2007-09-23mmc: add SDIO driver handlingPierre Ossman1-0/+18
2007-09-23mmc: basic SDIO device modelPierre Ossman1-0/+35