From: Grazvydas Ignotas Date: Thu, 15 Apr 2010 15:23:23 +0000 (+0300) Subject: wl1251: register platform_device to pass board data X-Git-Tag: v2.6.35-rc1~473^2~393^2~142 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c00b39f33bc5340be9b053963321eb9ea6a78ee;p=pandora-kernel.git wl1251: register platform_device to pass board data wl1251 is embedded chip that can be connected using SDIO bus, and is not an actual SDIO card. For this reason there is a need to pass some board specific data, like 'EEPROM is attached' flag or power control callback. However currently there is no way to pass this data through SDIO subsystem, so this patch registers dummy platform_device to allow that, until we have a better solution to this. Signed-off-by: Grazvydas Ignotas Acked-by: Kalle Valo Signed-off-by: John W. Linville --- Reading git-diff-tree failed