Re: [PATCH] spi/spidev: Convert to use unified device property API

2014-12-30 Thread Mark Brown
On Tue, Dec 30, 2014 at 09:37:14AM +0200, Mika Westerberg wrote: > On Mon, Dec 29, 2014 at 04:03:16PM +, Mark Brown wrote: > > Which nobody should be doing since it's already totally broken for > > something to be using this on the DT side except in the one case of the > > Rohm device which is

Re: [PATCH] spi/spidev: Convert to use unified device property API

2014-12-29 Thread Mika Westerberg
On Mon, Dec 29, 2014 at 04:03:16PM +, Mark Brown wrote: > On Mon, Dec 29, 2014 at 11:41:14AM +0200, Mika Westerberg wrote: > > This will allow the driver to match using DT compatible property if the > > device has ACPI _HID of "PRP0001" and accompanying "compatible" property > > listed in _DSD.

Re: [PATCH] spi/spidev: Convert to use unified device property API

2014-12-29 Thread Mark Brown
On Mon, Dec 29, 2014 at 11:41:14AM +0200, Mika Westerberg wrote: > This will allow the driver to match using DT compatible property if the > device has ACPI _HID of "PRP0001" and accompanying "compatible" property > listed in _DSD. Which nobody should be doing since it's already totally broken for

[PATCH] spi/spidev: Convert to use unified device property API

2014-12-29 Thread Mika Westerberg
This will allow the driver to match using DT compatible property if the device has ACPI _HID of "PRP0001" and accompanying "compatible" property listed in _DSD. Signed-off-by: Mika Westerberg --- drivers/spi/spidev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/spi