[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <d4376323-36b7-d463-dc75-56970f750d35@gmail.com>
Date: Tue, 23 Apr 2019 08:04:48 +0200
From: Heiner Kallweit <hkallweit1@...il.com>
To: Daniel Gomez <dagmcr@...il.com>, andrew@...n.ch,
f.fainelli@...il.com
Cc: davem@...emloft.net, netdev@...r.kernel.org, javier@...hile0.org,
"linux-spi@...r.kernel.org" <linux-spi@...r.kernel.org>,
Mark Brown <broonie@...nel.org>
Subject: Re: [PATCH 1/2] spi: Micrel eth switch: declare missing of table
On 22.04.2019 21:08, Daniel Gomez wrote:
> Add missing <of_device_id> table for SPI driver relying on SPI
> device match since compatible is in a DT binding or in a DTS.
>
> Before this patch:
> modinfo drivers/net/phy/spi_ks8995.ko | grep alias
> alias: spi:ksz8795
> alias: spi:ksz8864
> alias: spi:ks8995
>
> After this patch:
> modinfo drivers/net/phy/spi_ks8995.ko | grep alias
> alias: spi:ksz8795
> alias: spi:ksz8864
> alias: spi:ks8995
> alias: of:N*T*Cmicrel,ksz8795C*
> alias: of:N*T*Cmicrel,ksz8795
> alias: of:N*T*Cmicrel,ksz8864C*
> alias: of:N*T*Cmicrel,ksz8864
> alias: of:N*T*Cmicrel,ks8995C*
> alias: of:N*T*Cmicrel,ks8995
>
> Reported-by: Javier Martinez Canillas <javier@...hile0.org>
> Signed-off-by: Daniel Gomez <dagmcr@...il.com>
> ---
> drivers/net/phy/spi_ks8995.c | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
I wonder why this SPI driver is under drivers/net/phy. Just because
the SPI IP is found on an ethernet switch chip? And even then it
would be wrong, I see no link to a PHY at all. I'd say the driver
belongs to drivers/spi. Shouldn't we move it?
Powered by blists - more mailing lists