[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZcH9u7Vo2sFERIHJ@finisterre.sirena.org.uk>
Date: Tue, 6 Feb 2024 09:36:59 +0000
From: Mark Brown <broonie@...nel.org>
To: Paweł Owoc <frut3k7@...il.com>
Cc: Robert Marko <robimarko@...il.com>, linux-spi@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] spi: spidev: Add Qualcomm spidev device compatible
On Mon, Feb 05, 2024 at 08:18:05PM +0100, Paweł Owoc wrote:
> Add compatible string for Qualcomm spidev device (used for QCA4024).
> --- a/drivers/spi/spidev.c
> +++ b/drivers/spi/spidev.c
> @@ -710,6 +710,7 @@ static const struct spi_device_id spidev_spi_ids[] = {
> { .name = "spi-authenta" },
> { .name = "em3581" },
> { .name = "si3210" },
> + { .name = "spidev" },
> {},
Why?
> { .compatible = "lwn,bk4", .data = &spidev_of_check },
> { .compatible = "menlo,m53cpld", .data = &spidev_of_check },
> { .compatible = "micron,spi-authenta", .data = &spidev_of_check },
> + { .compatible = "qca,spidev", .data = &spidev_of_check },
No, this needs to correspond to the hardware being controlled via spidev
not to an implementation detail. Any new compatibles also need to be
documented.
I'm also missing patch 2 of this series so don't know what's going on
there.
Download attachment "signature.asc" of type "application/pgp-signature" (489 bytes)
Powered by blists - more mailing lists