commit | af9e53fef7015e1e4fe3f32b35e839df392bf4d6 | [log] [tgz] |
---|---|---|
author | Vikram N <vicky773@gmail.com> | Fri Sep 30 19:53:11 2016 +0530 |
committer | Mark Brown <broonie@kernel.org> | Fri Oct 21 12:09:51 2016 +0100 |
tree | ee1f67da8055aff5daabca561cf4b1612da4415e | |
parent | 1001354ca34179f3db924eb66672442a173147dc [diff] |
spi: omap2-mcspi: Fix modifying platform resource data currently during probe the resource data gets modified and device physical address remains valid only during first load. If the module is unloaded and loaded again, the ioremp will be done on a incorrect address as the resource was modified during previous module load. This patch fixes this issue. Signed-off-by: Vikram N <vicky773@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>