[PATCH] Input: trackpoint: document sysfs interface

2018-03-02 Thread Aishwarya Pant
Descriptions have been collected from git commit logs, code commits and the TrackPoint System Version 4.0 Engineering Specification. Signed-off-by: Aishwarya Pant <aishp...@gmail.com> --- .../ABI/testing/sysfs-devices-platform-trackpoint | 115 + 1 file change

[PATCH] HID: logitech-hidpp: document sysfs interface

2018-03-02 Thread Aishwarya Pant
Descriptions have been collected from git commit logs. Signed-off-by: Aishwarya Pant <aishp...@gmail.com> --- .../ABI/testing/sysfs-driver-hid-logitech-hidpp | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 Documentation/ABI/testing/sysfs-driver-hid-lo

[PATCH] HID: ntrig: document sysfs interface

2018-03-01 Thread Aishwarya Pant
Add sysfs documentation for N-Trig touchscreens under Documentation/ABI. Descriptions have been collected from code comments. Signed-off-by: Aishwarya Pant <aishp...@gmail.com> --- Documentation/ABI/testing/sysfs-driver-hid-ntrig | 70 1 file changed, 70 inse

[PATCH] char/bsr: add sysfs interface documentation

2018-03-01 Thread Aishwarya Pant
Descriptions have collected from code comments and by reading through code. Signed-off-by: Aishwarya Pant <aishp...@gmail.com> --- Documentation/ABI/testing/sysfs-class-bsr | 25 + 1 file changed, 25 insertions(+) create mode 100644 Documentation/ABI/testing/sysfs

[PATCH v2] block/loop: add documentation for sysfs interface

2018-02-16 Thread Aishwarya Pant
Documentation has been compiled from git logs and by reading through code. Signed-off-by: Aishwarya Pant <aishp...@gmail.com> --- For drivers/block/loop.c, I don't see any maintainers or mailing lists except for LKML. I am guessing linux-block mailing list should be okay. Changes in v2:

[PATCH v2] Documentation/ABI: update infiniband sysfs interfaces

2018-02-05 Thread Aishwarya Pant
Add documentation for core and hardware specific infiniband interfaces. The descriptions have been collected from git commit logs, reading through code and data sheets. Some drivers have incomplete doc and are annotated with the comment '[to be documented]'. Signed-off-by: Aishwarya Pant <ai

Re: [PATCH] Documentation/ABI: update infiniband sysfs interfaces

2018-02-04 Thread Aishwarya Pant
On Thu, Feb 01, 2018 at 12:48:18PM -0500, Hal Rosenstock wrote: > On 2/1/2018 8:32 AM, Aishwarya Pant wrote: > > Add documentation for core and hardware specific infiniband interfaces. > > The descriptions have been collected from git commit logs, reading > > through code

[PATCH] Documentation/ABI: update infiniband sysfs interfaces

2018-02-01 Thread Aishwarya Pant
Add documentation for core and hardware specific infiniband interfaces. The descriptions have been collected from git commit logs, reading through code and data sheets. Some drivers have incomplete doc and are annotated with the comment '[to be documented]'. Signed-off-by: Aishwarya Pant <ai

[PATCH v2] Documentation/ABI: update cpuidle sysfs documentationDaniel Lezcano <daniel.lezc...@linaro.org>,

2018-01-22 Thread Aishwarya Pant
Update cpuidle documentation using git logs and existing documentation in Documentation/cpuidle/sysfs.txt. This might be useful for scripting and tracking changes in the ABI. Signed-off-by: Aishwarya Pant <aishp...@gmail.com> --- Change in v2: - Merge cpuidle_sysfs_switch attributes' descr

[PATCH] Documentation/ABI: update cpuidle sysfs documentation

2018-01-22 Thread Aishwarya Pant
Update cpuidle documentation using git logs and existing documentation in Documentation/cpuidle/sysfs.txt. This might be useful for scripting and tracking changes in the ABI. Signed-off-by: Aishwarya Pant <aishp...@gmail.com> --- Documentation/ABI/testing/sysfs-devices-system-cp

[PATCH v2] Documentation: rapidio: move sysfs interface to ABI

2018-01-19 Thread Aishwarya Pant
Right now, the description of the rapidio sysfs interfaces is in Documentation/rapidio/sysfs.txt. Since these are a part of the ABI, they should be in Documentation/ABI along with the rest. Signed-off-by: Aishwarya Pant <aishp...@gmail.com> --- Movement of sysfs interface is not abso

Re: Documentation: infiniband: move sysfs interface to ABI

2018-01-09 Thread Aishwarya Pant
On Tue, Jan 09, 2018 at 10:28:20AM -0700, Jason Gunthorpe wrote: > On Mon, Jan 08, 2018 at 02:23:42PM +0530, Aishwarya Pant wrote: > > Hi > > > > In Documentation/infiniband/sysfs.txt, there is a description of the > > infiniband > > sysfs interface and there

Re: Documentation: rapidio: move sysfs interface to ABI

2018-01-08 Thread Aishwarya Pant
On Mon, Jan 08, 2018 at 11:58:12AM +0300, Ozgur wrote: > > > 08.01.2018, 11:38, "Aishwarya Pant" <aishp...@gmail.com>: > > Hi > > Hello, > > > In Documentation/rapidio/sysfs.txt, there is a description of the sysfs > > interface which cou

Documentation: infiniband: move sysfs interface to ABI

2018-01-08 Thread Aishwarya Pant
Hi In Documentation/infiniband/sysfs.txt, there is a description of the infiniband sysfs interface and there also exists Documentation/ABI/testing/sysfs-class-infiniband which is out of date. Would it be useful to move out the interface completely from Documentation/infiniband/sysfs.txt to the

Documentation: rapidio: move sysfs interface to ABI

2018-01-08 Thread Aishwarya Pant
Hi In Documentation/rapidio/sysfs.txt, there is a description of the sysfs interface which could be moved to Documentation/ABI (as a bus interface under testing). Would such a change be useful? The ABI documentation format looks like the following: What: (the full sysfs path of the attribute)

Re: Documentation: OMAPDSS: move sysfs documentation to ABI

2018-01-02 Thread Aishwarya Pant
On Tue, Jan 02, 2018 at 12:16:18PM +0200, Tomi Valkeinen wrote: > Hi, > > On 02/01/18 10:54, Aishwarya Pant wrote: > > Hi > > > > In Documentation/arm/OMAP/DSS, there is a description of the DSS and FB > > sysfs > > interfaces which could be mov

Documentation: OMAPDSS: move sysfs documentation to ABI

2018-01-02 Thread Aishwarya Pant
Hi In Documentation/arm/OMAP/DSS, there is a description of the DSS and FB sysfs interfaces which could be moved to Documentation/ABI. Would such a change be useful? I can see that the sysfs interface is still in testing. The ABI documentation format looks like the following: What:

[PATCH 2/2] Documentation: rtc: move iotcl interface documentation to ABI

2018-01-01 Thread Aishwarya Pant
The ioctl interface should be in Documentation/ABI along with the rest of the interfaces. Signed-off-by: Aishwarya Pant <aishp...@gmail.com> --- Documentation/ABI/testing/rtc-cdev | 42 Documentation/rtc.txt

[PATCH 1/2] Documentation: rtc: add sysfs file permissions

2018-01-01 Thread Aishwarya Pant
Annotate the sysfs interface of rtc with file specific permissions (RO/RW). Signed-off-by: Aishwarya Pant <aishp...@gmail.com> --- Documentation/ABI/testing/sysfs-class-rtc | 44 --- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/Documentati

[PATCH 0/2] Documentation: rtc: move ioctl to ABI

2018-01-01 Thread Aishwarya Pant
Two documentation changes in rtc: 1) Minor change to add file permissions to sysfs interface 2) Move ioctl interface to Documentation/ABI Aishwarya Pant (2): Documentation: rtc: add sysfs file permissions Documentation: rtc: move iotcl interface documentation to ABI Documentation/ABI