[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <897e404e0097a0c422bdb1d0e2d6cbb996500e8e.camel@collabora.com>
Date: Tue, 28 Nov 2023 17:59:01 +0000
From: Christopher Obbard <chris.obbard@...labora.com>
To: Nícolas "F. R. A. Prado"
<nfraprado@...labora.com>, Shuah Khan <shuah@...nel.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Bjorn Helgaas <bhelgaas@...gle.com>
Cc: Saravana Kannan <saravanak@...gle.com>,
Rob Herring <robh+dt@...nel.org>, kernelci@...ts.linux.dev,
David Gow <davidgow@...gle.com>,
Guenter Roeck <groeck@...omium.org>,
linux-kselftest@...r.kernel.org, linux-usb@...r.kernel.org,
kernel@...labora.com, Dan Carpenter <dan.carpenter@...aro.org>,
Tim Bird <Tim.Bird@...y.com>, linux-pci@...r.kernel.org,
Doug Anderson <dianders@...omium.org>,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [RFC PATCH v2 2/2] kselftest: devices: Add sample board file
for google,spherion
Hi Nícolas,
On Mon, 2023-11-27 at 18:34 -0500, Nícolas F. R. A. Prado wrote:
> Add a sample board file describing the file's format and with the list
> of devices expected to be probed on the google,spherion machine as an
> example.
Did you consider using some machine-readable & extensible format like yaml?
Surely we don't need to invent yet-another file-format? :-)
Chris
>
> Signed-off-by: Nícolas F. R. A. Prado <nfraprado@...labora.com>
> ---
>
> (no changes since v1)
>
> .../testing/selftests/devices/boards/google,spherion | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
> create mode 100644 tools/testing/selftests/devices/boards/google,spherion
>
> diff --git a/tools/testing/selftests/devices/boards/google,spherion
> b/tools/testing/selftests/devices/boards/google,spherion
> new file mode 100644
> index 000000000000..db9a17cccd03
> --- /dev/null
> +++ b/tools/testing/selftests/devices/boards/google,spherion
> @@ -0,0 +1,12 @@
> +# Example test definition for Google Spherion Chromebook
> +#
> +# Format:
> +# usb|pci test_name number_of_matches field=value [ field=value ... ]
> +#
> +# The available match fields vary by bus. The field-value match pairs for a
> +# device can be retrieved from the device's modalias attribute in sysfs. A
> +# subset of the fields may be used to make the match more generic so it can
> work
> +# with the different hardware variants of a device on the machine.
> +usb camera 1 ic=0e isc=01 ip=00
> +usb bluetooth 1 ic=e0 isc=01 ip=01 in=00
> +pci wifi 1 v=14c3 d=7961
> --
> 2.42.1
>
> _______________________________________________
> Kernel mailing list -- kernel@...lman.collabora.com
> To unsubscribe send an email to kernel-leave@...lman.collabora.com
Powered by blists - more mailing lists