Re: [PATCH] rapidio: add common mapping APIs for RapidIO memory access

2009-04-30 Thread Kumar Gala
On Apr 30, 2009, at 12:10 AM, Li Yang wrote: On Tue, Apr 28, 2009 at 7:39 PM, David Miller da...@davemloft.net wrote: Please number your patches. :-/ There is no way for anyone to be able to tell in what order your changes should be applied. Sorry for that. I thought I have added -n

Re: [PATCH] rapidio: add common mapping APIs for RapidIO memory access

2009-04-29 Thread Li Yang
On Tue, Apr 28, 2009 at 7:39 PM, David Miller da...@davemloft.net wrote: Please number your patches. :-/ There is no way for anyone to be able to tell in what order your changes should be applied. Sorry for that. I thought I have added -n when doing the git-format-patch, but it turns out

[PATCH] rapidio: add common mapping APIs for RapidIO memory access

2009-04-28 Thread Li Yang
Add the mapping functions used to support direct IO memory access of rapidIO. Signed-off-by: Zhang Wei z...@zh-kernel.org Signed-off-by: Li Yang le...@freescale.com --- drivers/rapidio/rio.c | 95 +++ include/linux/rio.h | 25

Re: [PATCH] rapidio: add common mapping APIs for RapidIO memory access

2009-04-28 Thread David Miller
Please number your patches. :-/ There is no way for anyone to be able to tell in what order your changes should be applied. Since you're going to wait for feedback anyways, you can fix this up when you make your next submission of these changes. ___