[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] 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 --- .../ABI/testing/sysfs-devices-platform-trackpoint | 115 + 1 file changed, 115 insertions(+) create mode

[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: logitech-hidpp: document sysfs interface

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

[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] 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 --- Documentation/ABI/testing/sysfs-driver-hid-ntrig | 70 1 file changed, 70 insertions(+) create mode 100644

[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] 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 --- Documentation/ABI/testing/sysfs-class-bsr | 25 + 1 file changed, 25 insertions(+) create mode 100644 Documentation/ABI/testing/sysfs-class-bsr diff --git

[PATCH] char/ipmi: add documentation for sysfs interface

2018-02-24 Thread Aishwarya Pant
This is an attempt to document the sysfs interface for the IPMI drivers. Descriptions were collected from v2.0 of the IPMI specification and from code comments. Signed-off-by: Aishwarya Pant <aishp...@gmail.com> --- .../ABI/testing/sysfs-devices-platform-ipmi

[PATCH] char/ipmi: add documentation for sysfs interface

2018-02-24 Thread Aishwarya Pant
This is an attempt to document the sysfs interface for the IPMI drivers. Descriptions were collected from v2.0 of the IPMI specification and from code comments. Signed-off-by: Aishwarya Pant --- .../ABI/testing/sysfs-devices-platform-ipmi| 238 + 1 file changed, 238

[RESEND PATCH v2] Documentation/ABI: add sysfs interface for s6e63m0 lcd driver

2018-02-23 Thread Aishwarya Pant
Document sysfs attributes of s6e63m0 lcd panel driver by looking through git logs and reading code. Signed-off-by: Aishwarya Pant <aishp...@gmail.com> --- Changes in v2: - Convert spaces to tabs Documentation/ABI/testing/sysfs-class-lcd-s6e63m0 | 27 +++ 1 file chang

[RESEND PATCH v2] Documentation/ABI: add sysfs interface for s6e63m0 lcd driver

2018-02-23 Thread Aishwarya Pant
Document sysfs attributes of s6e63m0 lcd panel driver by looking through git logs and reading code. Signed-off-by: Aishwarya Pant --- Changes in v2: - Convert spaces to tabs Documentation/ABI/testing/sysfs-class-lcd-s6e63m0 | 27 +++ 1 file changed, 27 insertions(+) create

[RESEND PATCH v2] Documentation/ABI: clean up sysfs-class-pktcdvd

2018-02-23 Thread Aishwarya Pant
Clean up the sysfs documentation such that it is in the same format as described in Documentation/ABI/README. Mainly, the patch moves the attribute names to the 'What:' field. This might be useful for scripting and tracking changes in the ABI. Signed-off-by: Aishwarya Pant <aishp...@gmail.

[RESEND PATCH v2] Documentation/ABI: clean up sysfs-class-pktcdvd

2018-02-23 Thread Aishwarya Pant
Clean up the sysfs documentation such that it is in the same format as described in Documentation/ABI/README. Mainly, the patch moves the attribute names to the 'What:' field. This might be useful for scripting and tracking changes in the ABI. Signed-off-by: Aishwarya Pant --- Changes in v2

Re: [PATCH] acpi: nfit: document sysfs interface

2018-02-23 Thread Aishwarya Pant
On Wed, Feb 21, 2018 at 03:46:06PM -0800, Dan Williams wrote: > > So, this looks great and is something I've had on my backlog for a > while. That said this is a bit incomplete. These attributes are > relative to the the "nd" bus which is the libnvdimm sub-system sysfs > interface. This

Re: [PATCH] acpi: nfit: document sysfs interface

2018-02-23 Thread Aishwarya Pant
On Wed, Feb 21, 2018 at 03:46:06PM -0800, Dan Williams wrote: > > So, this looks great and is something I've had on my backlog for a > while. That said this is a bit incomplete. These attributes are > relative to the the "nd" bus which is the libnvdimm sub-system sysfs > interface. This

[PATCH v2] acpi: nfit: document sysfs interface

2018-02-23 Thread Aishwarya Pant
This is an attempt to document the nfit sysfs interface. The descriptions have been collected from git commit logs and the ACPI specification 6.2. Signed-off-by: Aishwarya Pant <aishp...@gmail.com> --- Changes in v2: - Add descriptions for range_index and ecc_unit_size - Edit various descri

[PATCH v2] acpi: nfit: document sysfs interface

2018-02-23 Thread Aishwarya Pant
This is an attempt to document the nfit sysfs interface. The descriptions have been collected from git commit logs and the ACPI specification 6.2. Signed-off-by: Aishwarya Pant --- Changes in v2: - Add descriptions for range_index and ecc_unit_size - Edit various descriptions as suggested

[PATCH v2] block: rbd: update sysfs interface

2018-02-23 Thread Aishwarya Pant
changes: - The attributes have been annotated with file permissions RO/RW/WO. - Added description of the bus attribute supported_features Signed-off-by: Aishwarya Pant <aishp...@gmail.com> --- Changes in v2: - Update dates and kernel version. Sorry, my scripts have been acting up :/ - Update c

[PATCH v2] block: rbd: update sysfs interface

2018-02-23 Thread Aishwarya Pant
changes: - The attributes have been annotated with file permissions RO/RW/WO. - Added description of the bus attribute supported_features Signed-off-by: Aishwarya Pant --- Changes in v2: - Update dates and kernel version. Sorry, my scripts have been acting up :/ - Update contact information. Would

[PATCH] xen/blkback: update sysfs interface documentation

2018-02-20 Thread Aishwarya Pant
Add documentation for statistic attribute ds_req - the number of discarded requests. Signed-off-by: Aishwarya Pant <aishp...@gmail.com> --- Documentation/ABI/stable/sysfs-bus-xen-backend | 7 +++ 1 file changed, 7 insertions(+) diff --git a/Documentation/ABI/stable/sysfs-bus-xen-back

[PATCH] xen/blkback: update sysfs interface documentation

2018-02-20 Thread Aishwarya Pant
Add documentation for statistic attribute ds_req - the number of discarded requests. Signed-off-by: Aishwarya Pant --- Documentation/ABI/stable/sysfs-bus-xen-backend | 7 +++ 1 file changed, 7 insertions(+) diff --git a/Documentation/ABI/stable/sysfs-bus-xen-backend b/Documentation/ABI

[PATCH] block: rbd: update sysfs interface

2018-02-20 Thread Aishwarya Pant
changes: - The attributes have been annotated with file permissions RO/RW/WO. - Added description of the bus attribute supported_features Signed-off-by: Aishwarya Pant <aishp...@gmail.com> --- Documentation/ABI/testing/sysfs-bus-rbd | 202 +++- 1 file change

[PATCH] block: rbd: update sysfs interface

2018-02-20 Thread Aishwarya Pant
changes: - The attributes have been annotated with file permissions RO/RW/WO. - Added description of the bus attribute supported_features Signed-off-by: Aishwarya Pant --- Documentation/ABI/testing/sysfs-bus-rbd | 202 +++- 1 file changed, 122 insertions(+), 80 deletions

[PATCH v3] aoe: document sysfs interface

2018-02-19 Thread Aishwarya Pant
Documentation has been compiled from git commit logs and descriptions in Documentation/aoe/aoe.txt. This should be useful for scripting and tracking changes in the ABI. Signed-off-by: Aishwarya Pant <aishp...@gmail.com> --- Changes in v3: - name -> names in description of netif v2: -

[PATCH v3] aoe: document sysfs interface

2018-02-19 Thread Aishwarya Pant
Documentation has been compiled from git commit logs and descriptions in Documentation/aoe/aoe.txt. This should be useful for scripting and tracking changes in the ABI. Signed-off-by: Aishwarya Pant --- Changes in v3: - name -> names in description of netif v2: - interface -> inte

[PATCH] acpi: nfit: document sysfs interface

2018-02-19 Thread Aishwarya Pant
-by: Aishwarya Pant <aishp...@gmail.com> --- Documentation/ABI/testing/sysfs-bus-nfit | 202 +++ 1 file changed, 202 insertions(+) create mode 100644 Documentation/ABI/testing/sysfs-bus-nfit diff --git a/Documentation/ABI/testing/sysfs-bus-nfit b/Documentation/ABI/testing

[PATCH] acpi: nfit: document sysfs interface

2018-02-19 Thread Aishwarya Pant
-by: Aishwarya Pant --- Documentation/ABI/testing/sysfs-bus-nfit | 202 +++ 1 file changed, 202 insertions(+) create mode 100644 Documentation/ABI/testing/sysfs-bus-nfit diff --git a/Documentation/ABI/testing/sysfs-bus-nfit b/Documentation/ABI/testing/sysfs-bus-nfit new file mode

[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] 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 --- 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: - Add linux-bl

[PATCH v2] aoe: document sysfs interface

2018-02-16 Thread Aishwarya Pant
Documentation has been compiled from git commit logs and descriptions in Documentation/aoe/aoe.txt. This should be useful for scripting and tracking changes in the ABI. Signed-off-by: Aishwarya Pant <aishp...@gmail.com> --- Changes in v2: - interface -> interfaces in description

[PATCH v2] aoe: document sysfs interface

2018-02-16 Thread Aishwarya Pant
Documentation has been compiled from git commit logs and descriptions in Documentation/aoe/aoe.txt. This should be useful for scripting and tracking changes in the ABI. Signed-off-by: Aishwarya Pant --- Changes in v2: - interface -> interfaces in description of netif Documentation/ABI/test

[PATCH] aoe: document sysfs interface

2018-02-16 Thread Aishwarya Pant
Documentation has been compiled from git commit logs and descriptions in Documentation/aoe/aoe.txt. This should be useful for scripting and tracking changes in the ABI. Signed-off-by: Aishwarya Pant <aishp...@gmail.com> --- Documentation/ABI/testing/sysfs-block-ao

[PATCH] aoe: document sysfs interface

2018-02-16 Thread Aishwarya Pant
Documentation has been compiled from git commit logs and descriptions in Documentation/aoe/aoe.txt. This should be useful for scripting and tracking changes in the ABI. Signed-off-by: Aishwarya Pant --- Documentation/ABI/testing/sysfs-block-aoe | 44 +++ 1 file

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

2018-02-14 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. Documentation/ABI/testing/sysfs-block-loo

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

2018-02-14 Thread Aishwarya Pant
Documentation has been compiled from git logs and by reading through code. Signed-off-by: Aishwarya Pant --- For drivers/block/loop.c, I don't see any maintainers or mailing lists except for LKML. Documentation/ABI/testing/sysfs-block-loop | 50 ++ 1 file changed

[PATCH] acpi: device_sysfs: update sysfs documentation

2018-02-13 Thread Aishwarya Pant
Add documentation for two attributes - status and hrv in Documentation/ABI/testing/sysfs-bus-acpi. Compiled from git logs and the ACPI specification. Signed-off-by: Aishwarya Pant <aishp...@gmail.com> --- Documentation/ABI/testing/sysfs-bus-acpi | 36

[PATCH] acpi: device_sysfs: update sysfs documentation

2018-02-13 Thread Aishwarya Pant
Add documentation for two attributes - status and hrv in Documentation/ABI/testing/sysfs-bus-acpi. Compiled from git logs and the ACPI specification. Signed-off-by: Aishwarya Pant --- Documentation/ABI/testing/sysfs-bus-acpi | 36 1 file changed, 36 insertions

[PATCH] libata: transport: cleanup documentation of sysfs interface

2018-02-13 Thread Aishwarya Pant
attribute - /sys/class/ata_port/ataX/port_no Signed-off-by: Aishwarya Pant <aishp...@gmail.com> --- Documentation/ABI/testing/sysfs-ata | 171 +--- 1 file changed, 100 insertions(+), 71 deletions(-) diff --git a/Documentation/ABI/testing/sysfs-ata b/Documentati

[PATCH] libata: transport: cleanup documentation of sysfs interface

2018-02-13 Thread Aishwarya Pant
attribute - /sys/class/ata_port/ataX/port_no Signed-off-by: Aishwarya Pant --- Documentation/ABI/testing/sysfs-ata | 171 +--- 1 file changed, 100 insertions(+), 71 deletions(-) diff --git a/Documentation/ABI/testing/sysfs-ata b/Documentation/ABI/testing/sysfs-ata

[PATCH] libata: update documentation for sysfs interfaces

2018-02-13 Thread Aishwarya Pant
/class/scsi_host/hostX/ahci_port_cmd /sys/class/scsi_host/hostX/ahci_host_caps /sys/class/scsi_host/hostX/ahci_host_cap2 Signed-off-by: Aishwarya Pant <aishp...@gmail.com> --- Documentation/ABI/testing/sysfs-block-device| 58 Documentation/ABI/testing

[PATCH] libata: update documentation for sysfs interfaces

2018-02-13 Thread Aishwarya Pant
/class/scsi_host/hostX/ahci_port_cmd /sys/class/scsi_host/hostX/ahci_host_caps /sys/class/scsi_host/hostX/ahci_host_cap2 Signed-off-by: Aishwarya Pant --- Documentation/ABI/testing/sysfs-block-device| 58 Documentation/ABI/testing/sysfs-class-scsi_host | 89

[PATCH v2 2/2] acpi/dock: document sysfs interface

2018-02-10 Thread Aishwarya Pant
Description has been collected from git commit history and reading through code. Signed-off-by: Aishwarya Pant <aishp...@gmail.com> --- Changes in v2: - Split up attribute definitions .../ABI/testing/sysfs-devices-platform-dock| 39 ++ 1 file changed, 39 inse

[PATCH v2 2/2] acpi/dock: document sysfs interface

2018-02-10 Thread Aishwarya Pant
Description has been collected from git commit history and reading through code. Signed-off-by: Aishwarya Pant --- Changes in v2: - Split up attribute definitions .../ABI/testing/sysfs-devices-platform-dock| 39 ++ 1 file changed, 39 insertions(+) create mode

[PATCH v2 1/2] acpi/dptf: document sysfs atttributes

2018-02-10 Thread Aishwarya Pant
The descriptions have been collected from git commit logs and reading through code. Signed-off-by: Aishwarya Pant <aishp...@gmail.com> --- Changes in v2: - Split up attribute definitions Documentation/ABI/testing/sysfs-platform-dptf | 40 +++ 1 file chang

[PATCH v2 1/2] acpi/dptf: document sysfs atttributes

2018-02-10 Thread Aishwarya Pant
The descriptions have been collected from git commit logs and reading through code. Signed-off-by: Aishwarya Pant --- Changes in v2: - Split up attribute definitions Documentation/ABI/testing/sysfs-platform-dptf | 40 +++ 1 file changed, 40 insertions(+) create mode

[PATCH v2 0/2] acpi: document sysfs interfaces

2018-02-10 Thread Aishwarya Pant
Patchset contains documentation for two acpi drivers- dock and dptf. Description was collected from git history and reading through code. This might be useful for tracking changes in the ABI. Changes in v2: - Split up multiple attribute definitions Aishwarya Pant (2): acpi/dptf: document sysfs

[PATCH v2 0/2] acpi: document sysfs interfaces

2018-02-10 Thread Aishwarya Pant
Patchset contains documentation for two acpi drivers- dock and dptf. Description was collected from git history and reading through code. This might be useful for tracking changes in the ABI. Changes in v2: - Split up multiple attribute definitions Aishwarya Pant (2): acpi/dptf: document sysfs

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

2018-02-09 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 v5] Documentation/ABI: update infiniband sysfs interfaces

2018-02-09 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

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

2018-02-09 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 v4] Documentation/ABI: update infiniband sysfs interfaces

2018-02-09 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

Re: [PATCH 1/2] acpi/dptf: document sysfs atttributes

2018-02-09 Thread Aishwarya Pant
On Fri, Feb 09, 2018 at 11:31:35AM +0100, Rafael J. Wysocki wrote: > On Wed, Feb 7, 2018 at 2:18 PM, Aishwarya Pant <aishp...@gmail.com> wrote: > > The descriptions have been collected from git commit logs and reading > > through code. > > > > Signed-off-by: A

Re: [PATCH 1/2] acpi/dptf: document sysfs atttributes

2018-02-09 Thread Aishwarya Pant
On Fri, Feb 09, 2018 at 11:31:35AM +0100, Rafael J. Wysocki wrote: > On Wed, Feb 7, 2018 at 2:18 PM, Aishwarya Pant wrote: > > The descriptions have been collected from git commit logs and reading > > through code. > > > > Signed-off-by: Aishwarya Pant > > -

[PATCH v5] Documentation/ABI: update cpuidle sysfs documentation

2018-02-07 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> --- Changes in v5: - Update contact information- LKML -&

[PATCH v5] Documentation/ABI: update cpuidle sysfs documentation

2018-02-07 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 --- Changes in v5: - Update contact information- LKML -> power management mailing list

[PATCH v1 2/2] acpi/dock: document sysfs interface

2018-02-07 Thread Aishwarya Pant
Description has been collected from git commit history and reading through code. Signed-off-by: Aishwarya Pant <aishp...@gmail.com> --- .../ABI/testing/sysfs-devices-platform-dock| 38 ++ 1 file changed, 38 insertions(+) create mode 100644 Documentation/ABI/t

[PATCH v1 2/2] acpi/dock: document sysfs interface

2018-02-07 Thread Aishwarya Pant
Description has been collected from git commit history and reading through code. Signed-off-by: Aishwarya Pant --- .../ABI/testing/sysfs-devices-platform-dock| 38 ++ 1 file changed, 38 insertions(+) create mode 100644 Documentation/ABI/testing/sysfs-devices

[PATCH 1/2] acpi/dptf: document sysfs atttributes

2018-02-07 Thread Aishwarya Pant
The descriptions have been collected from git commit logs and reading through code. Signed-off-by: Aishwarya Pant <aishp...@gmail.com> --- Documentation/ABI/testing/sysfs-platform-dptf | 30 +++ 1 file changed, 30 insertions(+) create mode 100644 Documentati

[PATCH 1/2] acpi/dptf: document sysfs atttributes

2018-02-07 Thread Aishwarya Pant
The descriptions have been collected from git commit logs and reading through code. Signed-off-by: Aishwarya Pant --- Documentation/ABI/testing/sysfs-platform-dptf | 30 +++ 1 file changed, 30 insertions(+) create mode 100644 Documentation/ABI/testing/sysfs-platform

[PATCH 0/2] acpi: document sysfs interfaces

2018-02-07 Thread Aishwarya Pant
Patchset contains documentation for two acpi drivers- dock and dptf. Description was collected from git history and reading through code. This might be useful for tracking changes in the ABI. Aishwarya Pant (2): acpi/dptf: document sysfs atttributes acpi/dock: document sysfs interface

[PATCH 0/2] acpi: document sysfs interfaces

2018-02-07 Thread Aishwarya Pant
Patchset contains documentation for two acpi drivers- dock and dptf. Description was collected from git history and reading through code. This might be useful for tracking changes in the ABI. Aishwarya Pant (2): acpi/dptf: document sysfs atttributes acpi/dock: document sysfs interface

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

2018-02-06 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 v3] Documentation/ABI: update infiniband sysfs interfaces

2018-02-06 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

[PATCH v2] Documentation/ABI: add sysfs interface for s6e63m0 lcd driver

2018-02-06 Thread Aishwarya Pant
Document sysfs attributes of s6e63m0 lcd panel driver by looking through git logs and reading code. Signed-off-by: Aishwarya Pant <aishp...@gmail.com> --- Changes in v2: - Update contact information Documentation/ABI/testing/sysfs-class-lcd-s6e63m0 | 27 +++ 1 file c

[PATCH v2] Documentation/ABI: add sysfs interface for s6e63m0 lcd driver

2018-02-06 Thread Aishwarya Pant
Document sysfs attributes of s6e63m0 lcd panel driver by looking through git logs and reading code. Signed-off-by: Aishwarya Pant --- Changes in v2: - Update contact information Documentation/ABI/testing/sysfs-class-lcd-s6e63m0 | 27 +++ 1 file changed, 27 insertions

[PATCH v4] Documentation/ABI: update cpuidle sysfs documentation

2018-02-06 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> --- Changes in v4: - Fix patch formatting v3: - Fix subject l

[PATCH v4] Documentation/ABI: update cpuidle sysfs documentation

2018-02-06 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 --- Changes in v4: - Fix patch formatting v3: - Fix subject line v2: - Merge

[PATCH v2 3/3] backlight: adp8860: document sysfs attributes

2018-02-05 Thread Aishwarya Pant
Add documentation for sysfs interface of adp8860 series backlight devices by reading through code and git commits. Signed-off-by: Aishwarya Pant <aishp...@gmail.com> Acked-by: Michael Hennerich <michael.henner...@analog.com> --- .../ABI/testing/sysfs-class-backlight-adp88

[PATCH v2 3/3] backlight: adp8860: document sysfs attributes

2018-02-05 Thread Aishwarya Pant
Add documentation for sysfs interface of adp8860 series backlight devices by reading through code and git commits. Signed-off-by: Aishwarya Pant Acked-by: Michael Hennerich --- .../ABI/testing/sysfs-class-backlight-adp8860 | 54 ++ 1 file changed, 54 insertions

[PATCH v2 2/3] backlight: adp5520: document sysfs attributes

2018-02-05 Thread Aishwarya Pant
Add documentation for sysfs interface of adp5520/adp5501 analog devices backlight driver by reading code and looking through git commit logs. Signed-off-by: Aishwarya Pant <aishp...@gmail.com> Acked-by: Michael Hennerich <michael.henner...@analog.com> --- .../ABI/testing/sysfs-cla

[PATCH v2 2/3] backlight: adp5520: document sysfs attributes

2018-02-05 Thread Aishwarya Pant
Add documentation for sysfs interface of adp5520/adp5501 analog devices backlight driver by reading code and looking through git commit logs. Signed-off-by: Aishwarya Pant Acked-by: Michael Hennerich --- .../ABI/testing/sysfs-class-backlight-adp5520 | 31 ++ 1 file

[PATCH v2 1/3] backlight: lm3639: document sysfs attributes

2018-02-05 Thread Aishwarya Pant
Add documentation for sysfs interfaces of Texas Instruments lm3639 backlight + flash led driver chip by looking through git commits and reading code. Signed-off-by: Aishwarya Pant <aishp...@gmail.com> Acked-by: Daniel Thompson <daniel.thomp...@linaro.org> --- Changes in v2: - Up

[PATCH v2 1/3] backlight: lm3639: document sysfs attributes

2018-02-05 Thread Aishwarya Pant
Add documentation for sysfs interfaces of Texas Instruments lm3639 backlight + flash led driver chip by looking through git commits and reading code. Signed-off-by: Aishwarya Pant Acked-by: Daniel Thompson --- Changes in v2: - Update contact information Documentation/ABI/testing/sysfs-class

[PATCH v2 0/3] backlight: document sysfs interfaces

2018-02-05 Thread Aishwarya Pant
contained debug information. Aishwarya Pant (3): backlight: lm3639: document sysfs attributes backlight: adp5520: document sysfs attributes backlight: adp8860: document sysfs attributes .../ABI/testing/sysfs-class-backlight-adp5520 | 31 + .../ABI/testing/sysfs-class

[PATCH v2 0/3] backlight: document sysfs interfaces

2018-02-05 Thread Aishwarya Pant
contained debug information. Aishwarya Pant (3): backlight: lm3639: document sysfs attributes backlight: adp5520: document sysfs attributes backlight: adp8860: document sysfs attributes .../ABI/testing/sysfs-class-backlight-adp5520 | 31 + .../ABI/testing/sysfs-class

[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

[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

Re: [PATCH 1/5] backlight: lp8788: document sysfs attributes

2018-02-04 Thread Aishwarya Pant
On Thu, Feb 01, 2018 at 11:36:04AM +, Daniel Thompson wrote: > On Wed, Jan 31, 2018 at 01:51:21PM +0200, Jani Nikula wrote: > > On Wed, 31 Jan 2018, Daniel Thompson <daniel.thomp...@linaro.org> wrote: > > > On Fri, Jan 26, 2018 at 08:20:08PM +0530, Aishwary

Re: [PATCH 1/5] backlight: lp8788: document sysfs attributes

2018-02-04 Thread Aishwarya Pant
On Thu, Feb 01, 2018 at 11:36:04AM +, Daniel Thompson wrote: > On Wed, Jan 31, 2018 at 01:51:21PM +0200, Jani Nikula wrote: > > On Wed, 31 Jan 2018, Daniel Thompson wrote: > > > On Fri, Jan 26, 2018 at 08:20:08PM +0530, Aishwarya Pant wrote: > > >> Add docu

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

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

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

2018-02-02 Thread Aishwarya Pant
On Thu, Feb 01, 2018 at 03:08:11PM -0700, Jason Gunthorpe wrote: > On Thu, Feb 01, 2018 at 07:02:33PM +0530, Aishwarya Pant wrote: > > Add documentation for core and hardware specific infiniband interfaces. > > The descriptions have been collected from git commit logs, reading &

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

2018-02-02 Thread Aishwarya Pant
On Thu, Feb 01, 2018 at 03:08:11PM -0700, Jason Gunthorpe wrote: > On Thu, Feb 01, 2018 at 07:02:33PM +0530, Aishwarya Pant wrote: > > Add documentation for core and hardware specific infiniband interfaces. > > The descriptions have been collected from git commit logs, reading &

Re: [PATCH 2/5] backlight: lp855x: document sysfs attributes

2018-02-01 Thread Aishwarya Pant
On Thu, Feb 01, 2018 at 11:06:42AM +, Daniel Thompson wrote: > On Fri, Jan 26, 2018 at 08:23:00PM +0530, Aishwarya Pant wrote: > > Add documentation for sysfs interface of Texas Instruments lp855x > > backlight driver by reading code and looking through git commit logs. >

Re: [PATCH 2/5] backlight: lp855x: document sysfs attributes

2018-02-01 Thread Aishwarya Pant
On Thu, Feb 01, 2018 at 11:06:42AM +, Daniel Thompson wrote: > On Fri, Jan 26, 2018 at 08:23:00PM +0530, Aishwarya Pant wrote: > > Add documentation for sysfs interface of Texas Instruments lp855x > > backlight driver by reading code and looking through git commit logs. >

[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] 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

[PATCH 5/5] backlight: adp8860: document sysfs attributes

2018-01-26 Thread Aishwarya Pant
Add documentation for sysfs interface of adp8860 series backlight devices by reading through code and git commits. Signed-off-by: Aishwarya Pant <aishp...@gmail.com> --- .../ABI/testing/sysfs-class-backlight-adp8860 | 54 ++ 1 file changed, 54 insertions(+) creat

[PATCH 5/5] backlight: adp8860: document sysfs attributes

2018-01-26 Thread Aishwarya Pant
Add documentation for sysfs interface of adp8860 series backlight devices by reading through code and git commits. Signed-off-by: Aishwarya Pant --- .../ABI/testing/sysfs-class-backlight-adp8860 | 54 ++ 1 file changed, 54 insertions(+) create mode 100644 Documentation

[PATCH 4/5] backlight: adp5520: document sysfs attributes

2018-01-26 Thread Aishwarya Pant
Add documentation for sysfs interface of adp5520/adp5501 analog devices backlight driver by reading code and looking through git commit logs. Signed-off-by: Aishwarya Pant <aishp...@gmail.com> --- .../ABI/testing/sysfs-class-backlight-adp5520 | 31 ++ 1 file chang

[PATCH 4/5] backlight: adp5520: document sysfs attributes

2018-01-26 Thread Aishwarya Pant
Add documentation for sysfs interface of adp5520/adp5501 analog devices backlight driver by reading code and looking through git commit logs. Signed-off-by: Aishwarya Pant --- .../ABI/testing/sysfs-class-backlight-adp5520 | 31 ++ 1 file changed, 31 insertions

[PATCH 3/5] backlight: lm3639: document sysfs attributes

2018-01-26 Thread Aishwarya Pant
Add documentation for sysfs interfaces of Texas Instruments lm3639 backlight + flash led driver chip by looking through git commits and reading code. Signed-off-by: Aishwarya Pant <aishp...@gmail.com> --- Documentation/ABI/testing/sysfs-class-backlight-lm3639 | 13 + 1 file c

[PATCH 3/5] backlight: lm3639: document sysfs attributes

2018-01-26 Thread Aishwarya Pant
Add documentation for sysfs interfaces of Texas Instruments lm3639 backlight + flash led driver chip by looking through git commits and reading code. Signed-off-by: Aishwarya Pant --- Documentation/ABI/testing/sysfs-class-backlight-lm3639 | 13 + 1 file changed, 13 insertions

[PATCH 2/5] backlight: lp855x: document sysfs attributes

2018-01-26 Thread Aishwarya Pant
Add documentation for sysfs interface of Texas Instruments lp855x backlight driver by reading code and looking through git commit logs. Signed-off-by: Aishwarya Pant <aishp...@gmail.com> --- .../ABI/testing/sysfs-class-backlight-lp855x | 19 +++ 1 file chang

[PATCH 2/5] backlight: lp855x: document sysfs attributes

2018-01-26 Thread Aishwarya Pant
Add documentation for sysfs interface of Texas Instruments lp855x backlight driver by reading code and looking through git commit logs. Signed-off-by: Aishwarya Pant --- .../ABI/testing/sysfs-class-backlight-lp855x | 19 +++ 1 file changed, 19 insertions(+) create mode

[PATCH 1/5] backlight: lp8788: document sysfs attributes

2018-01-26 Thread Aishwarya Pant
Add documentation for sysfs interfaces of lp8788 backlight driver by looking through the code and the git commit history. Signed-off-by: Aishwarya Pant <aishp...@gmail.com> --- Documentation/ABI/testing/sysfs-class-backlight-lp8788 | 10 ++ 1 file changed, 10 insertions(+) creat

[PATCH 1/5] backlight: lp8788: document sysfs attributes

2018-01-26 Thread Aishwarya Pant
Add documentation for sysfs interfaces of lp8788 backlight driver by looking through the code and the git commit history. Signed-off-by: Aishwarya Pant --- Documentation/ABI/testing/sysfs-class-backlight-lp8788 | 10 ++ 1 file changed, 10 insertions(+) create mode 100644 Documentation

[PATCH 0/5] backlight: document sysfs interfaces

2018-01-26 Thread Aishwarya Pant
Patchset contains documentation of the sysfs interfaces for the following five backlight drivers- 1) lp8788 2) lp855x 3) lm3639 4) adp5520 5) adp8860 It was compiled from data sheets, reading code and git history logs. Aishwarya Pant (5): backlight: lp8788: document sysfs attributes

[PATCH 0/5] backlight: document sysfs interfaces

2018-01-26 Thread Aishwarya Pant
Patchset contains documentation of the sysfs interfaces for the following five backlight drivers- 1) lp8788 2) lp855x 3) lm3639 4) adp5520 5) adp8860 It was compiled from data sheets, reading code and git history logs. Aishwarya Pant (5): backlight: lp8788: document sysfs attributes

  1   2   3   >