aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/sdio_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker1-0/+1
2010-05-27sdio: add new function for RAW (Read after Write) operationGrazvydas Ignotas1-0/+30
2010-03-06sdio: introduce API for special power management featuresNicolas Pitre1-0/+49
2010-03-06sdio: add quirk to clamp byte mode transferBing Zhao1-1/+6
2009-09-23sdio: add MMC_QUIRK_LENIENT_FN0Ohad Ben-Cohen1-1/+1
2008-07-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds1-39/+128
2008-07-15sdio: sdio_io.c Fix sparse warningsTomas Winkler1-5/+4
2008-07-15sdio: fix the use of hard coded timeout value.Benzi Zbit1-5/+1
2008-07-15mmc: fix sdio_io sparse errorsTomas Winkler1-26/+16
2008-07-15sdio: clean up handling of byte mode transfer sizePierre Ossman1-11/+18
2008-07-15mmc,sdio: helper function for transfer paddingPierre Ossman1-1/+98
2007-09-23sdio: add sdio_f0_readb() and sdio_f0_writeb()David Vrabel1-0/+64
2007-09-23sdio: extend sdio_readsb() and friends to handle any length of bufferDavid Vrabel1-20/+73
2007-09-23sdio: set the functions' block sizeDavid Vrabel1-0/+49
2007-09-23sdio: support IO_RW_EXTENDEDPierre Ossman1-0/+184
2007-09-23mmc: enable/disable functions for SDIOPierre Ossman1-0/+93
2007-09-23mmc: add basic SDIO I/O operationsPierre Ossman1-0/+105