RE: [PATCH V5 2/3] bfin_can: rewrite the driver into common style with MMU

2015-02-05 Thread Wu, Aaron
e [mailto:m...@pengutronix.de] > Sent: 2015年2月5日 19:06 > To: Wu, Aaron; w...@grandegger.com; linux-...@vger.kernel.org; linux- > ker...@vger.kernel.org; linux-devel > Subject: Re: [PATCH V5 2/3] bfin_can: rewrite the driver into common style > with > MMU > > On 02/05/2015 11:44

[PATCH V5 2/3] bfin_can: rewrite the driver into common style with MMU

2015-02-05 Thread Aaron Wu
Rewrite the blackfin CAN driver into more common style in three ways: part 1/3: rewrite blackfin style of read/write into common readw/writew part 2/3: introduce ioremap to be compitable with MMU enabled arch part 3/3: merge the header file from the blackfin arch dependent location to driver code d

Re: [PATCH V5 2/3] bfin_can: rewrite the driver into common style with MMU

2015-02-05 Thread Marc Kleine-Budde
On 02/05/2015 11:44 AM, Aaron Wu wrote: > Rewrite the blackfin CAN driver into more common style in three ways: > part 1/3: rewrite blackfin style of read/write into common readw/writew > part 2/3: introduce ioremap to be compitable with MMU enabled arch > part 3/3: merge the header file from the b