aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/sdio_cis.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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