aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/sdio_cis.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2016-12-05mmc: core: remove BUG_ONs from sdioShawn Lin1-1/+2
2016-05-16mmc: sdio: fall back to SDIO 1.0 for broken 1.1 cardsWolfram Sang1-1/+6
2016-01-20mmc: sdio_cis: fix unknown tuple for CISTPL_SDIO_STDShawn Lin1-0/+1
2012-07-22mmc: sdio: Change pr_warning to pr_warn_ratelimitedLiu Chuansheng1-1/+1
2011-10-26mmc: replace printk with appropriate display macroGirish K S1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-15sdio: rework cis tuple parsingAlbert Herranz1-74/+93
2009-10-08mmc: sdio: don't require CISTPL_VERS_1 to contain 4 stringsDavid Vrabel1-4/+3
2009-10-01sdio: pass whitelisted cis funce tuples to sdio driversAlbert Herranz1-16/+49
2009-09-23sdio: fix read buffer overflowRoel Kluin1-1/+1
2009-03-24sdio: handle null tuplesPierre Ossman1-0/+4
2009-03-24sdio: handle cis end marker in link fieldPierre Ossman1-0/+4
2008-07-15sdio: fix the use of hard coded timeout value.Benzi Zbit1-0/+6
2007-09-23sdio: store vendor stringsPierre Ossman1-1/+49
2007-09-23sdio: set the functions' block sizeDavid Vrabel1-1/+1
2007-09-23sdio: add SDIO_FBR_BASE(f) macroDavid Vrabel1-1/+1
2007-09-23sdio: split up common and function CIS parsingPierre Ossman1-22/+176
2007-09-23sdio: link unknown CIS tuples to the sdio_func structureNicolas Pitre1-29/+54
2007-09-23sdio: initial CIS parsing codeNicolas Pitre1-0/+119