
15 Feb
2013
15 Feb
'13
10:22 p.m.
On Mon, Dec 03, 2012 at 02:19:47PM +0200, Nikita Kiryanov wrote:
Add check for write protection in omap mmc driver.
Signed-off-by: Nikita Kiryanov nikita@compulab.co.il Signed-off-by: Igor Grinberg grinberg@compulab.co.il
[snip]
-int omap_mmc_init(int dev_index, uint host_caps_mask, uint f_max, int cd_gpio) +int omap_mmc_init(int dev_index, uint host_caps_mask, uint f_max, int cd_gpio,
int wp_gpio)
OK, next person to modify this function has to make it take a struct params instead. Or if you're up for it, a follow-up patch.
Reviewed-by: Tom Rini trini@ti.com
--
Tom