[PATCH -mm 4/4] RapidIO: Add new sysfs attributes

2010-12-10 Thread Alexandre Bounine
Add new sysfs attributes. 1. Routing information required to to reach the RIO device: destid - device destination ID (real for for endpoint, route for switch) hopcount - hopcount for maintenance requests (switches only) 2. device linking information: lprev - name of device that precedes the given

Re: [PATCH -mm 4/4] RapidIO: Add new sysfs attributes

2010-12-10 Thread Andrew Morton
On Fri, 10 Dec 2010 15:38:18 -0500 Alexandre Bounine wrote: > Add new sysfs attributes. One would like to see documentation updates along with sysfs API updates. But one fears that this entire interface wasn't documented anyway :( Please at least fully describe the proposed interface in the ch

RE: [PATCH -mm 4/4] RapidIO: Add new sysfs attributes

2010-12-11 Thread Bounine, Alexandre
Andrew Morton wrote: > > One would like to see documentation updates along with sysfs API > updates. But one fears that this entire interface wasn't documented > anyway :( I think I have to find a time for that. I am adding it into my TODO list. > Please at least fully describe the proposed i

Re: [PATCH -mm 4/4] RapidIO: Add new sysfs attributes

2010-12-12 Thread Greg KH
On Fri, Dec 10, 2010 at 03:38:18PM -0500, Alexandre Bounine wrote: > Add new sysfs attributes. Like Andrew pointed out, all sysfs files are required to have entries in Documentation/ABI. If the existing rapidio sysfs files are not documented, please document them in there _before_ adding new ones

RE: [PATCH -mm 4/4] RapidIO: Add new sysfs attributes

2010-12-13 Thread Bounine, Alexandre
Greg KH wrote: > > Like Andrew pointed out, all sysfs files are required to have entries in > Documentation/ABI. If the existing rapidio sysfs files are not > documented, please document them in there _before_ adding new ones. > I included RapidIO documentation update into my plan for next set o