All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bagas Sanjaya <bagasdotme@gmail.com>
To: lakshmi.sowjanya.d@intel.com, tglx@linutronix.de,
	giometti@enneenne.com, 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 v9 2/3] Documentation: driver-api: pps: Add Intel Timed I/O PPS generator
Date: Fri, 7 Jun 2024 17:19:10 +0700	[thread overview]
Message-ID: <ZmLenotdvHdCQRcz@archie.me> (raw)
In-Reply-To: <20240605153554.11584-3-lakshmi.sowjanya.d@intel.com>

[-- Attachment #1: Type: text/plain, Size: 978 bytes --]

On Wed, Jun 05, 2024 at 09:05:53PM +0530, lakshmi.sowjanya.d@intel.com wrote:
> +Usage of Intel Timed I/O as PPS generator:
> +
> +Start generating PPS signal::
> +        $echo 1 > /sys/devices/platform/INTCxxxx\:00/enable
> +
> +Stop generating PPS signal::
> +        $echo 0 > /sys/devices/platform/INTCxxxx\:00/enable

You forget to separate literal blocks above:

---- >8 ----
diff --git a/Documentation/driver-api/pps.rst b/Documentation/driver-api/pps.rst
index c812d1cb760eee..75f7b094f9635e 100644
--- a/Documentation/driver-api/pps.rst
+++ b/Documentation/driver-api/pps.rst
@@ -264,7 +264,9 @@ the PPS signal to an external device.
 Usage of Intel Timed I/O as PPS generator:
 
 Start generating PPS signal::
+
         $echo 1 > /sys/devices/platform/INTCxxxx\:00/enable
 
 Stop generating PPS signal::
+
         $echo 0 > /sys/devices/platform/INTCxxxx\:00/enable

Thanks.

-- 
An old man doll... just what I always wanted! - Clara

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

  reply	other threads:[~2024-06-07 10:19 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-05 15:35 [PATCH v9 0/3] Add support for Intel PPS Generator lakshmi.sowjanya.d
2024-06-05 15:35 ` [PATCH v9 1/3] pps: generators: Add PPS Generator TIO Driver lakshmi.sowjanya.d
2024-06-05 21:34   ` Thomas Gleixner
2024-06-05 15:35 ` [PATCH v9 2/3] Documentation: driver-api: pps: Add Intel Timed I/O PPS generator lakshmi.sowjanya.d
2024-06-07 10:19   ` Bagas Sanjaya [this message]
2024-06-05 15:35 ` [PATCH v9 3/3] ABI: pps: Add ABI documentation for Intel TIO lakshmi.sowjanya.d

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=ZmLenotdvHdCQRcz@archie.me \
    --to=bagasdotme@gmail.com \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=christopher.s.hall@intel.com \
    --cc=corbet@lwn.net \
    --cc=eddie.dong@intel.com \
    --cc=giometti@enneenne.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=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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.