On Fri, 04 Apr 2025 11:42:54 -0600
Jonathan Corbet wrote:
> Jonathan Cameron writes:
>
> > On Fri, 04 Apr 2025 11:37:28 -0400
> > NĂcolas F. R. A. Prado wrote:
> >
> >> Given that the automarkup Sphinx plugin cross-references
> >> "
On Fri, 04 Apr 2025 11:37:28 -0400
NĂcolas F. R. A. Prado wrote:
> Given that the automarkup Sphinx plugin cross-references
> "Documentation/*.rst" strings in the text to the corresponding
> documents, surrounding those strings with the literal markup (``) not
> only adds unnecessary markup in th
On Fri, 11 Mar 2022 17:24:35 +0100
Vincent Whitchurch wrote:
> This patchset proposes roadtest, a device-driver testing framework. Drivers
> are tested under User Mode Linux (UML) and interact with mocked/modelled
> hardware. The tests and hardware models are written in Python, the former
> usi
On Fri, 11 Mar 2022 17:24:43 +0100
Vincent Whitchurch wrote:
> Add roadtests for the vcnl4000 driver, testing several of the driver's
> features including buffer and event handling. Since it's the first IIO
> roadtest testing the non-sysfs parts, some support code for using the
> IIO ABI is incl