From: Rodolfo Giometti <giometti@enneenne.com>
To: Randy Dunlap <rdunlap@infradead.org>,
lakshmi.sowjanya.d@intel.com, tglx@linutronix.de, corbet@lwn.net,
linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org
Cc: gregkh@linuxfoundation.org, andriy.shevchenko@linux.intel.com,
eddie.dong@intel.com, christopher.s.hall@intel.com,
pandith.n@intel.com, subramanian.mohan@intel.com,
thejesh.reddy.t.r@intel.com
Subject: Re: [PATCH v10 3/3] ABI: pps: Add ABI documentation for Intel TIO
Date: Wed, 12 Jun 2024 08:57:21 +0200 [thread overview]
Message-ID: <9cd3e304-48d7-4a69-a70c-8937dcb62a08@enneenne.com> (raw)
In-Reply-To: <8b66c491-ec6a-430f-8566-114372151c3a@infradead.org>
On 12/06/24 06:29, Randy Dunlap wrote:
> Hi--
>
> On 6/11/24 8:53 PM, lakshmi.sowjanya.d@intel.com wrote:
>> From: Lakshmi Sowjanya D <lakshmi.sowjanya.d@intel.com>
>>
>> Document sysfs interface for Intel Timed I/O PPS driver.
>>
>> Signed-off-by: Lakshmi Sowjanya D <lakshmi.sowjanya.d@intel.com>
>> ---
>> Documentation/ABI/testing/sysfs-platform-pps-tio | 7 +++++++
>> MAINTAINERS | 1 +
>> 2 files changed, 8 insertions(+)
>> create mode 100644 Documentation/ABI/testing/sysfs-platform-pps-tio
>>
>> diff --git a/Documentation/ABI/testing/sysfs-platform-pps-tio b/Documentation/ABI/testing/sysfs-platform-pps-tio
>> new file mode 100644
>> index 000000000000..e461cea12d60
>> --- /dev/null
>> +++ b/Documentation/ABI/testing/sysfs-platform-pps-tio
>> @@ -0,0 +1,7 @@
>> +What: /sys/devices/platform/INTCxxxx/enable
>> +Date: September 2024
>> +KernelVersion: 6.11
>> +Contact: Lakshmi Sowjanya D <lakshmi.sowjanya.d@intel.com>
>> +Description:
>> + (RW) Enable or disable PPS TIO generator output, read to
>> + see the status of hardware (Enabled/Disabled).
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index aacccb376c28..9c623f167aa9 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -17946,6 +17946,7 @@ M: Rodolfo Giometti <giometti@enneenne.com>
>> L: linuxpps@ml.enneenne.com (subscribers-only)
>> S: Maintained
>> W: http://wiki.enneenne.com/index.php/LinuxPPS_support
>
> I can't connect to (load) that web page above (wiki...).
> Is it correct? Does it work for other people?
The LinuxPPS wiki is at http://linuxpps.org
>> +F: Documentation/ABI/testing/sysfs-platform-pps-tio
>> F: Documentation/ABI/testing/sysfs-pps
>> F: Documentation/devicetree/bindings/pps/pps-gpio.yaml
>> F: Documentation/driver-api/pps.rst
>
Ciao,
Rodolfo
--
GNU/Linux Solutions e-mail: giometti@enneenne.com
Linux Device Driver giometti@linux.it
Embedded Systems phone: +39 349 2432127
UNIX programming
next prev parent reply other threads:[~2024-06-12 7:00 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-12 3:53 [PATCH v10 0/3] Add support for Intel PPS Generator lakshmi.sowjanya.d
2024-06-12 3:53 ` [PATCH v10 1/3] pps: generators: Add PPS Generator TIO Driver lakshmi.sowjanya.d
2024-06-12 3:53 ` [PATCH v10 2/3] Documentation: driver-api: pps: Add Intel Timed I/O PPS generator lakshmi.sowjanya.d
2024-06-12 8:02 ` Greg KH
2024-06-12 8:03 ` Greg KH
2024-06-12 3:53 ` [PATCH v10 3/3] ABI: pps: Add ABI documentation for Intel TIO lakshmi.sowjanya.d
2024-06-12 4:29 ` Randy Dunlap
2024-06-12 6:57 ` Rodolfo Giometti [this message]
2024-06-12 15:08 ` Randy Dunlap
2024-07-03 14:47 ` [PATCH v10 0/3] Add support for Intel PPS Generator D, Lakshmi Sowjanya
2024-07-04 11:50 ` Rodolfo Giometti
2024-07-15 8:06 ` Thomas Gleixner
2024-07-15 9:36 ` Rodolfo Giometti
2024-07-24 21:39 ` Hall, Christopher S
2024-07-25 7:05 ` Rodolfo Giometti
2024-07-25 7:09 ` gregkh
2024-07-26 11:09 ` Thomas Gleixner
2024-08-13 8:15 ` Greg KH
2024-08-14 4:36 ` Mohan, Subramanian
2024-08-13 8:25 ` Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9cd3e304-48d7-4a69-a70c-8937dcb62a08@enneenne.com \
--to=giometti@enneenne.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=christopher.s.hall@intel.com \
--cc=corbet@lwn.net \
--cc=eddie.dong@intel.com \
--cc=gregkh@linuxfoundation.org \
--cc=lakshmi.sowjanya.d@intel.com \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pandith.n@intel.com \
--cc=rdunlap@infradead.org \
--cc=subramanian.mohan@intel.com \
--cc=tglx@linutronix.de \
--cc=thejesh.reddy.t.r@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®