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

2009-06-15 Thread Li Yang
On Fri, Jun 12, 2009 at 9:58 PM, Kumar Gala wrote: > > On Jun 12, 2009, at 8:27 AM, Li Yang wrote: > >> On Thu, Jun 11, 2009 at 9:32 PM, Kumar Gala >> wrote: >>> >>> On Jun 11, 2009, at 4:47 AM, Li Yang-R58472 wrote: >>> > On May 12, 2009, at 3:35 AM, Li Yang wrote: > >> Add the mapping

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

2009-06-12 Thread Kumar Gala
On Jun 12, 2009, at 8:27 AM, Li Yang wrote: On Thu, Jun 11, 2009 at 9:32 PM, Kumar Gala wrote: On Jun 11, 2009, at 4:47 AM, Li Yang-R58472 wrote: On May 12, 2009, at 3:35 AM, Li Yang wrote: Add the mapping functions used to support direct IO memory access of rapidIO. Signed-off-by: Zh

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

2009-06-12 Thread Li Yang
On Thu, Jun 11, 2009 at 9:32 PM, Kumar Gala wrote: > > On Jun 11, 2009, at 4:47 AM, Li Yang-R58472 wrote: > >>> On May 12, 2009, at 3:35 AM, Li Yang wrote: >>> Add the mapping functions used to support direct IO memory access of rapidIO. Signed-off-by: Zhang Wei Signed-off

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

2009-06-11 Thread Kumar Gala
On Jun 11, 2009, at 4:47 AM, Li Yang-R58472 wrote: On May 12, 2009, at 3:35 AM, Li Yang wrote: Add the mapping functions used to support direct IO memory access of rapidIO. Signed-off-by: Zhang Wei Signed-off-by: Li Yang Use inbnd/outbnd instead of inb/outb which make one think of byte l

RE: [PATCH 1/6] rapidio: add common mapping APIs for RapidIO memory access

2009-06-11 Thread Li Yang-R58472
>On May 12, 2009, at 3:35 AM, Li Yang wrote: > >> Add the mapping functions used to support direct IO memory access of >> rapidIO. >> >> Signed-off-by: Zhang Wei >> Signed-off-by: Li Yang > >Use inbnd/outbnd instead of inb/outb which make one think of >byte level io accessors. > >As I look at t

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

2009-06-10 Thread Kumar Gala
On May 12, 2009, at 3:35 AM, Li Yang wrote: Add the mapping functions used to support direct IO memory access of rapidIO. Signed-off-by: Zhang Wei Signed-off-by: Li Yang Use inbnd/outbnd instead of inb/outb which make one think of byte level io accessors. As I look at this I don't thin

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

2009-05-12 Thread Li Yang
Add the mapping functions used to support direct IO memory access of rapidIO. Signed-off-by: Zhang Wei Signed-off-by: Li Yang --- drivers/rapidio/rio.c | 95 +++ include/linux/rio.h | 25 include/linux/rio_drv.h | 24 +