commit | dead83894c7bb5b12005cc37c129247ee53fbdda | [log] [tgz] |
---|---|---|
author | Aaron Wu <Aaron.wu@analog.com> | Tue Feb 10 17:40:35 2015 +0800 |
committer | Marc Kleine-Budde <mkl@pengutronix.de> | Wed Mar 04 09:52:49 2015 +0100 |
tree | ef47bcb91c093e3b1726099ad6c2f39865003d0e | |
parent | e4936e01d0fe5204879c3eb1d4897372ba3b56c5 [diff] |
bfin_can: introduce ioremap to comply to archs with MMU Blackfin was built without MMU, old driver code access the IO space by physical address, introduce the ioremap approach to be compitable with the common style supporting MMU enabled arch. Signed-off-by: Aaron Wu <Aaron.wu@analog.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>