Home
last modified time | relevance | path

Searched hist:cc22b0c0122cee0ab59dcc3c06c52835b38e8791 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/mmc/
H A Domap_hsmmc.ccc22b0c0122cee0ab59dcc3c06c52835b38e8791 Mon Dec 03 02:19:43 UTC 2012 Nikita Kiryanov <nikita@compulab.co.il> omap_hsmmc: introduce omap_hsmmc_data struct

Currently there's no appropriate place to store driver specific data
because the pointer that is meant for that (priv) is being used to
store the base address of mmc registers.

Introduce a new struct for storing driver specific data.

Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>