[PATCH v4 6/8] misc: sram: add private struct device and virt_base members

2015-05-25 Thread Vladimir Zapolskiy
No functional change, this is a preceding change to simplify separation of reserved partition handling logic from probe() function. Signed-off-by: Vladimir Zapolskiy --- Changes from v3 to v4: - rebased on top of v4 3/8 misc: sram: use phys_addr_t instead of u32 for physical address Changes

[PATCH v4 6/8] misc: sram: add private struct device and virt_base members

2015-05-25 Thread Vladimir Zapolskiy
No functional change, this is a preceding change to simplify separation of reserved partition handling logic from probe() function. Signed-off-by: Vladimir Zapolskiy vladimir_zapols...@mentor.com --- Changes from v3 to v4: - rebased on top of v4 3/8 misc: sram: use phys_addr_t instead of u32