Hi Wolfram! I like this patch. On Tue, Nov 23, 2021 at 5:49 PM Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx> wrote: > +Introduction > +============ > + > +This document briefly describes how to run the GPIO based in-kernel sloppy > +logic analyzer running on an isolated CPU. > + > +Note that this is a last resort analyzer which can be affected by latencies, > +non-deterministic code paths and non-maskable interrupts. It is called 'sloppy' > +for a reason. However, for e.g. remote development, it may be useful to get a > +first view and aid further debugging. Maybe a small paragraph first saying what this is, the usecase (feel free to steal, rewrite etc): The sloppy logic analyzer will utilize a few GPIO lines in input mode on a system to rapidly sample these digital lines, which will, if the Nyquist criteria is met, result in a time series log with approximate waveforms as they appeared on these lines. One way to use it is to analyze external traffic connected to these GPIO lines with wires (i.e. digital probes), acting as a common logic analyzer. Another thing it can do is to snoop on on-chip peripherals if the I/O cells of these peripherals can be used in GPIO input mode at the same time as they are being used as inputs or outputs for the peripheral, for example it would be possible to scale down the speed of a certain MMC controller and snoop the traffic between the MMC controller and the SD card by the sloppy logic analyzer. In the pin control subsystem such pin controllers are called "non-strict": a certain pin can be used with a certain peripheral and as a GPIO input line at the same time. Yours, Linus Walleij