commit | cc22b0c0122cee0ab59dcc3c06c52835b38e8791 | [log] [tgz] |
---|---|---|
author | Nikita Kiryanov <nikita@compulab.co.il> | Mon Dec 03 02:19:43 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Fri Mar 08 16:41:13 2013 -0500 |
tree | dd0147974b05dbe88317e1028ea6a9d333cebb26 | |
parent | 5964dadd0371238cbc91b1c2b6b24fd7d83833d8 [diff] |
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>