Re: [RFC 2/3] Documentation pps.rst: add PPS generators documentation
From: Greg KH
Date: Tue Oct 08 2024 - 11:43:29 EST
On Tue, Oct 08, 2024 at 03:50:32PM +0200, Rodolfo Giometti wrote:
> This patch adds some examples about how to register a new PPS
> generator in the system, and how to manage it.
>
> Signed-off-by: Rodolfo Giometti <giometti@xxxxxxxxxxxx>
> ---
> Documentation/driver-api/pps.rst | 40 ++++++++++++++++++++++++++++++++
All of this can go into the .c file and autogenerated there, no need for
a separate .rst file that will quickly get out-of-date.
thanks,
greg k-h