Re: [PATCH v5 3/6] iio: adc: fsl,imx25-gcq driver

2015-02-08 Thread Jonathan Cameron
On 29/01/15 10:11, Markus Pargmann wrote: On Tue, Jan 27, 2015 at 08:30:56PM +, Jonathan Cameron wrote: On 24/01/15 14:01, Markus Pargmann wrote: This is a conversion queue driver for the mx25 SoC. It uses the central ADC which is used by two seperate independent queues. This driver

Re: [PATCH v5 3/6] iio: adc: fsl,imx25-gcq driver

2015-01-29 Thread Markus Pargmann
On Tue, Jan 27, 2015 at 08:30:56PM +, Jonathan Cameron wrote: On 24/01/15 14:01, Markus Pargmann wrote: This is a conversion queue driver for the mx25 SoC. It uses the central ADC which is used by two seperate independent queues. This driver prepares different conversion configurations

Re: [PATCH v5 3/6] iio: adc: fsl,imx25-gcq driver

2015-01-29 Thread Fabio Estevam
Hi Markus, On Sat, Jan 24, 2015 at 12:01 PM, Markus Pargmann m...@pengutronix.de wrote: + priv-irq = platform_get_irq(pdev, 0); + if (priv-irq = 0) { This should be: if (priv-irq 0) { -- To unsubscribe from this list: send the line unsubscribe devicetree in the body of a message

Re: [PATCH v5 3/6] iio: adc: fsl,imx25-gcq driver

2015-01-29 Thread Markus Pargmann
Hi Fabio, On Thu, Jan 29, 2015 at 12:51:36PM -0200, Fabio Estevam wrote: Hi Markus, On Sat, Jan 24, 2015 at 12:01 PM, Markus Pargmann m...@pengutronix.de wrote: + priv-irq = platform_get_irq(pdev, 0); + if (priv-irq = 0) { This should be: if (priv-irq 0) { Thanks, fixed

Re: [PATCH v5 3/6] iio: adc: fsl,imx25-gcq driver

2015-01-27 Thread Jonathan Cameron
On 24/01/15 14:01, Markus Pargmann wrote: This is a conversion queue driver for the mx25 SoC. It uses the central ADC which is used by two seperate independent queues. This driver prepares different conversion configurations for each possible input. For a conversion it creates a

[PATCH v5 3/6] iio: adc: fsl,imx25-gcq driver

2015-01-24 Thread Markus Pargmann
This is a conversion queue driver for the mx25 SoC. It uses the central ADC which is used by two seperate independent queues. This driver prepares different conversion configurations for each possible input. For a conversion it creates a conversionqueue of one item with the correct configuration