[PATCH] SPI: spidev: Add DT compatible string for spidev driver.

Lars-Peter Clausen lars at metafoo.de
Fri Apr 12 13:28:39 EDT 2013


On 04/12/2013 04:16 PM, Martin Fuzzey wrote:
> Hi Maxime,
> 
> On 12/04/13 15:30, Maxime Ripard wrote:
>> I submitted a similar patch quite some time ago [1], and at the time, this
>> patch was found inadequate, and we decided to add the compatible of the
>> particular device that we drive through spidev. 
> 
> Thanks for pointing this out.
> 
>> The rationale behind that is that the device tree is a hardware
>> description, so it's only interested about which device there is on the
>> SPI bus, and not the driver that will eventually handle it. That allows
>> both to have a meaningful devicetree, but also to easily handle the case
>> where a driver for that particular device is finally implemented, since we
>> won't have to change the device tree in itself to reflect this. 
> 
> I'm not sure this is really an advantage of using a "real" compatible string.
> 
> When a kernel driver is finally implemented it will not have the same
> userspace interface as spidev.
> 
> This means that the switch from spidev to the kernel driver will not be
> transparent to userspace.
> 
> So, if a "real" compatible string is used, upon upgrading to a new version
> of the kernel that adds support for that device userspace will break.
> 
> Using a generic compatible string allows the board maintainer to decide when
> to switch by updating the DT.
> 
> Of course, when a custom kernel is being configured and compiled, the
> problem can also be solved by not enabling the new driver but I thought one
> of the goals of DT was to enable using a single distribution style binary
> kernel images on multiple boards.
> 
> Note that my patch only changes the driver, not any DTS.
> Indeed I agree that _using_ a generic compatible string in an _in kernel_
> DTS would be a mistake for the reasons you point out.
> 
> The use case I'm talking about is where a mainline kernel is used but with a
> custom out of tree DTS - why force people to patch the driver for this use
> case?
> 
> Best regards,
> 
> Martin

In my opinion it would be good if we had a mechanism to bind to create a
spidev device for an existing spi device from sysfs. You wouldn't need any
special compilable strings in the spidev driver and could use it for any spi
device you'd like to.

- Lars



More information about the linux-arm-kernel mailing list