History log of /drivers/mmc/core/sdio_cis.h
Revision Date Author Comments
1a632f8cdc33e7f8edca352164f0c96a75d08f08 30-Jul-2007 Pierre Ossman <drzeus@drzeus.cx> sdio: split up common and function CIS parsing

Add a more clean separation between global, common CIS information
and the function specific one as we need the common information in
places where no specific function is specified.

Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
b1538bcf75e2e11459947ec4d4329ed04fbe2b2c 16-Jun-2007 Nicolas Pitre <nico@cam.org> sdio: link unknown CIS tuples to the sdio_func structure

This way those tuples that the core cares about are consumed by the core
code, and tuples that only function drivers might make sense of are
available to drivers.

Signed-off-by: Nicolas Pitre <npitre@mvista.com>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
b726126196d54cbbba0924191e5c4dd5ba747fa2 16-Jun-2007 Nicolas Pitre <nico@cam.org> sdio: initial CIS parsing code

Signed-off-by: Nicolas Pitre <npitre@mvista.com>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>