[PATCH 1/2] spi: spidev: Add device tree bindings
Maxime Ripard
maxime.ripard at free-electrons.com
Mon Oct 29 11:26:11 EDT 2012
Hi Mark,
Le 28/10/2012 00:19, Mark Brown a écrit :
> On Fri, Oct 26, 2012 at 10:07:52AM +0200, Maxime Ripard wrote:
>> This will allow to probe spidev from device tree
>
> So, this isn't really something we should have in DT in this format
> - the fact that we happen to control some device from userspace
> isn't a generic property of the board really, we may end up
> changing our minds on Linux too. The most obvious thing for this
> seems to be to add the specific devices to spidev as the OF
> bindings rather than just register as some non-specific "spidev" so
> we can change our minds later about how to handle the devices. Not
> sure that's urgently tasteful but it does mean we move the "we
> handle this in userspace" bit out of the .dts into the kernel which
> seems better.
Ok, so I guess that leaves us with 2 choices here:
* Declare the device in the dt as you would have with any other
driver, with its own compatible string, and we add this compatible
string to the spidev dt ids array. It allows to use the existing
code and thus doesn't require any effort at all, but it will
generate a lot of noise for the spidev driver, since all of us will
need to add its compatible string to spidev.
* Rework the spidev code so that it behaves mostly like i2c-dev, that
is you have an instance of it for every device enumerated in the dt,
regardless of wether it has a driver loaded or not. If the
userspace opens the device file corresponding to a device already
attached to a driver, you return EBUSY, and that's it. I guess it
would be the cleaner solution, since you only select spidev in
configuration, but it definitely requires way more development than
the first one.
What's your views on this?
Did you have in mind another solution?
Thanks,
Maxime
--
Maxime Ripard, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
More information about the linux-arm-kernel
mailing list