Re: [PATCH 10/18] iio: dac: ad7303: Add OF match table

2015-08-22 Thread Jonathan Cameron
On 20/08/15 16:49, Lars-Peter Clausen wrote: > On 08/20/2015 09:07 AM, Javier Martinez Canillas wrote: >> The Documentation/devicetree/bindings/iio/dac/ad7303.txt DT binding doc >> lists "adi,ad7303" as a compatible string but the corresponding driver >> does not have an OF match table. Add the

Re: [PATCH 10/18] iio: dac: ad7303: Add OF match table

2015-08-22 Thread Jonathan Cameron
On 20/08/15 16:49, Lars-Peter Clausen wrote: On 08/20/2015 09:07 AM, Javier Martinez Canillas wrote: The Documentation/devicetree/bindings/iio/dac/ad7303.txt DT binding doc lists adi,ad7303 as a compatible string but the corresponding driver does not have an OF match table. Add the table to

Re: [PATCH 10/18] iio: dac: ad7303: Add OF match table

2015-08-20 Thread Lars-Peter Clausen
On 08/20/2015 09:07 AM, Javier Martinez Canillas wrote: > The Documentation/devicetree/bindings/iio/dac/ad7303.txt DT binding doc > lists "adi,ad7303" as a compatible string but the corresponding driver > does not have an OF match table. Add the table to the driver so the SPI > core can do an OF

[PATCH 10/18] iio: dac: ad7303: Add OF match table

2015-08-20 Thread Javier Martinez Canillas
The Documentation/devicetree/bindings/iio/dac/ad7303.txt DT binding doc lists "adi,ad7303" as a compatible string but the corresponding driver does not have an OF match table. Add the table to the driver so the SPI core can do an OF style match. Signed-off-by: Javier Martinez Canillas ---

[PATCH 10/18] iio: dac: ad7303: Add OF match table

2015-08-20 Thread Javier Martinez Canillas
The Documentation/devicetree/bindings/iio/dac/ad7303.txt DT binding doc lists adi,ad7303 as a compatible string but the corresponding driver does not have an OF match table. Add the table to the driver so the SPI core can do an OF style match. Signed-off-by: Javier Martinez Canillas

Re: [PATCH 10/18] iio: dac: ad7303: Add OF match table

2015-08-20 Thread Lars-Peter Clausen
On 08/20/2015 09:07 AM, Javier Martinez Canillas wrote: The Documentation/devicetree/bindings/iio/dac/ad7303.txt DT binding doc lists adi,ad7303 as a compatible string but the corresponding driver does not have an OF match table. Add the table to the driver so the SPI core can do an OF style