aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/sdio_io.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdio: Use multiple scatter/gather listKyoungil Kim2012-12-061-7/+3
* mmc: sdio: Fix to support any block size optimallyStefan Nilsson XK2012-01-111-2/+6
* mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker2011-10-311-0/+1
* sdio: add new function for RAW (Read after Write) operationGrazvydas Ignotas2010-05-271-0/+30
* sdio: introduce API for special power management featuresNicolas Pitre2010-03-061-0/+49
* sdio: add quirk to clamp byte mode transferBing Zhao2010-03-061-1/+6
* sdio: add MMC_QUIRK_LENIENT_FN0Ohad Ben-Cohen2009-09-231-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2008-07-161-39/+128
|\
| * sdio: sdio_io.c Fix sparse warningsTomas Winkler2008-07-151-5/+4
| * sdio: fix the use of hard coded timeout value.Benzi Zbit2008-07-151-5/+1
| * mmc: fix sdio_io sparse errorsTomas Winkler2008-07-151-26/+16
| * sdio: clean up handling of byte mode transfer sizePierre Ossman2008-07-151-11/+18
| * mmc,sdio: helper function for transfer paddingPierre Ossman2008-07-151-1/+98
|/
* sdio: add sdio_f0_readb() and sdio_f0_writeb()David Vrabel2007-09-231-0/+64
* sdio: extend sdio_readsb() and friends to handle any length of bufferDavid Vrabel2007-09-231-20/+73
* sdio: set the functions' block sizeDavid Vrabel2007-09-231-0/+49
* sdio: support IO_RW_EXTENDEDPierre Ossman2007-09-231-0/+184
* mmc: enable/disable functions for SDIOPierre Ossman2007-09-231-0/+93
* mmc: add basic SDIO I/O operationsPierre Ossman2007-09-231-0/+105