2023-10-06 12:16:11

by D, Lakshmi Sowjanya

[permalink] [raw]
Subject: [PATCH v1] Documentation: driver-api: pps: Update PPS generator documentation

From: Pandith N <[email protected]>

PPS documentation has a generalized section for generators. Update the
section so any new generator documentation can be appended.

Signed-off-by: Pandith N <[email protected]>
Signed-off-by: Lakshmi Sowjanya D <[email protected]>
---
Documentation/driver-api/pps.rst | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/Documentation/driver-api/pps.rst b/Documentation/driver-api/pps.rst
index 2d6b99766ee8..78dded03e5d8 100644
--- a/Documentation/driver-api/pps.rst
+++ b/Documentation/driver-api/pps.rst
@@ -200,11 +200,17 @@ Generators

Sometimes one needs to be able not only to catch PPS signals but to produce
them also. For example, running a distributed simulation, which requires
-computers' clock to be synchronized very tightly. One way to do this is to
-invent some complicated hardware solutions but it may be neither necessary
-nor affordable. The cheap way is to load a PPS generator on one of the
-computers (master) and PPS clients on others (slaves), and use very simple
-cables to deliver signals using parallel ports, for example.
+computers' clock to be synchronized very tightly.
+
+
+Parallel port generator
+------------------------
+
+One way to do this is to invent some complicated hardware solutions but it
+may be neither necessary nor affordable. The cheap way is to load a PPS
+generator on one of the computers (master) and PPS clients on others
+(slaves), and use very simple cables to deliver signals using parallel
+ports, for example.

Parallel port cable pinout::

--
2.17.1


2023-10-06 12:38:44

by Rodolfo Giometti

[permalink] [raw]
Subject: Re: [PATCH v1] Documentation: driver-api: pps: Update PPS generator documentation

On 06/10/23 14:15, [email protected] wrote:
> From: Pandith N <[email protected]>
>
> PPS documentation has a generalized section for generators. Update the
> section so any new generator documentation can be appended.
>
> Signed-off-by: Pandith N <[email protected]>
> Signed-off-by: Lakshmi Sowjanya D <[email protected]>
> ---
> Documentation/driver-api/pps.rst | 16 +++++++++++-----
> 1 file changed, 11 insertions(+), 5 deletions(-)
>
> diff --git a/Documentation/driver-api/pps.rst b/Documentation/driver-api/pps.rst
> index 2d6b99766ee8..78dded03e5d8 100644
> --- a/Documentation/driver-api/pps.rst
> +++ b/Documentation/driver-api/pps.rst
> @@ -200,11 +200,17 @@ Generators
>
> Sometimes one needs to be able not only to catch PPS signals but to produce
> them also. For example, running a distributed simulation, which requires
> -computers' clock to be synchronized very tightly. One way to do this is to
> -invent some complicated hardware solutions but it may be neither necessary
> -nor affordable. The cheap way is to load a PPS generator on one of the
> -computers (master) and PPS clients on others (slaves), and use very simple
> -cables to deliver signals using parallel ports, for example.
> +computers' clock to be synchronized very tightly.
> +
> +
> +Parallel port generator
> +------------------------
> +
> +One way to do this is to invent some complicated hardware solutions but it
> +may be neither necessary nor affordable. The cheap way is to load a PPS
> +generator on one of the computers (master) and PPS clients on others
> +(slaves), and use very simple cables to deliver signals using parallel
> +ports, for example.
>
> Parallel port cable pinout::
>

Acked-by: Rodolfo Giometti <[email protected]>

--
GNU/Linux Solutions e-mail: [email protected]
Linux Device Driver [email protected]
Embedded Systems phone: +39 349 2432127
UNIX programming skype: rodolfo.giometti

2023-10-16 09:12:19

by Andy Shevchenko

[permalink] [raw]
Subject: Re: [PATCH v1] Documentation: driver-api: pps: Update PPS generator documentation

On Fri, Oct 06, 2023 at 05:45:31PM +0530, [email protected] wrote:
> From: Pandith N <[email protected]>
>
> PPS documentation has a generalized section for generators. Update the
> section so any new generator documentation can be appended.

Reviewed-by: Andy Shevchenko <[email protected]>

You forgot to include the Documentation maintainer...

I suggest to try my "smart" script [1] that has a heuristics on whom
to send the changes.

[1]: https://github.com/andy-shev/home-bin-tools/blob/master/ge2maintainer.sh

--
With Best Regards,
Andy Shevchenko