aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/sdio_ops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-07mmc: sdio: Use mmc_pre_req() / mmc_post_req()Adrian Hunter1-17/+22
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2017-04-24mmc: sdio: improve mmc_io_rw_extendedHeiner Kallweit1-5/+4
2017-02-13mmc: use empty initializer list to zero-clear structuresMasahiro Yamada1-5/+5
2016-09-26mmc: sdio: deploy error handling instead of triggering BUG_ONShawn Lin1-7/+2
2016-02-29mmc: remove unnecessary assignment statements before returnMasahiro Yamada1-2/+1
2012-12-06mmc: sdio: Use multiple scatter/gather listKyoungil Kim1-4/+28
2012-01-11mmc: sdio: Fix to support any block size optimallyStefan Nilsson XK1-9/+5
2011-10-26mmc: sdio: Workaround for dev with broken CMD53Stefan Nilsson XK1-2/+5
2011-10-26mmc: fix integer assignments to pointerVenkatraman S1-1/+1
2011-05-24mmc: initialize struct mmc_request at declaration timeChris Ball1-3/+1
2011-05-24mmc: initialize struct mmc_data at declaration timeChris Ball1-2/+1
2011-05-24mmc: initialize struct mmc_command at declaration timeChris Ball1-8/+3
2010-03-12sdio: recognize io card without powercycleAlbert Herranz1-6/+30
2009-03-24sdio: check that addresses are within the address spacePierre Ossman1-0/+8
2008-04-18mmc: sdio_ops.c should #include "sdio_ops.h"Adrian Bunk1-0/+1
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk1-1/+0
2007-09-23MMC core learns about SPIDavid Brownell1-19/+47
2007-09-23sdio: extend sdio_readsb() and friends to handle any length of bufferDavid Vrabel1-7/+12
2007-09-23sdio: support IO_RW_EXTENDEDPierre Ossman1-0/+57
2007-09-23mmc: implement SDIO IO_RW_DIRECT operationPierre Ossman1-0/+37
2007-09-23mmc: detect SDIO cardsPierre Ossman1-0/+49