mmc: basic SDIO device model
authorPierre Ossman <drzeus@drzeus.cx>
Sat, 26 May 2007 11:48:18 +0000 (13:48 +0200)
committerPierre Ossman <drzeus@drzeus.cx>
Sun, 23 Sep 2007 17:45:31 +0000 (19:45 +0200)
commite29a7d73f4277eb92aa64e17017dea33460828ef
tree0b8cfe6d145f41c43f86b475fff86627a305af1e
parentb2bcc798bbb482b2909801280f3c4aff8cbbf5be
mmc: basic SDIO device model

Add the sdio bus type and basic device handling.

Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
drivers/mmc/core/Makefile
drivers/mmc/core/core.c
drivers/mmc/core/sdio.c
drivers/mmc/core/sdio_bus.c [new file with mode: 0644]
drivers/mmc/core/sdio_bus.h [new file with mode: 0644]
include/linux/mmc/card.h
include/linux/mmc/sdio_func.h [new file with mode: 0644]