Re: [PATCH 1/2] pps-gpio: Avoid flooding syslog

From: Lukas Senger
Date: Thu Feb 15 2018 - 10:12:57 EST



> Why a void function? You should use it to toggle echoing GPIO... =8-o

RFC 2783 says to generate the echo pulse "as rapidly as possible" which
is why I do the toggling in the irq handler. However this leaves the
default echo function installed which just floods syslog.

Another problem with this patch is that it also is against my old one
and not against current kernel code.

Cheers,
Lukas