Re: [PATCH 2/4] iio: dac: add support for stm32 DAC

2017-04-08 Thread Jonathan Cameron
On 05/04/17 16:48, Fabrice Gasnier wrote: > On 04/02/2017 01:32 PM, Jonathan Cameron wrote: >> On 31/03/17 12:45, Fabrice Gasnier wrote: >>> Add support for STMicroelectronics STM32 DAC. It's a 12-bit, voltage >>> output digital-to-analog converter. It has two output channels, each >>> with its

Re: [PATCH 2/4] iio: dac: add support for stm32 DAC

2017-04-08 Thread Jonathan Cameron
On 05/04/17 16:48, Fabrice Gasnier wrote: > On 04/02/2017 01:32 PM, Jonathan Cameron wrote: >> On 31/03/17 12:45, Fabrice Gasnier wrote: >>> Add support for STMicroelectronics STM32 DAC. It's a 12-bit, voltage >>> output digital-to-analog converter. It has two output channels, each >>> with its

Re: [PATCH 2/4] iio: dac: add support for stm32 DAC

2017-04-05 Thread Fabrice Gasnier
On 04/02/2017 01:32 PM, Jonathan Cameron wrote: > On 31/03/17 12:45, Fabrice Gasnier wrote: >> Add support for STMicroelectronics STM32 DAC. It's a 12-bit, voltage >> output digital-to-analog converter. It has two output channels, each >> with its own converter. >> It supports 8 bits or 12bits

Re: [PATCH 2/4] iio: dac: add support for stm32 DAC

2017-04-05 Thread Fabrice Gasnier
On 04/02/2017 01:32 PM, Jonathan Cameron wrote: > On 31/03/17 12:45, Fabrice Gasnier wrote: >> Add support for STMicroelectronics STM32 DAC. It's a 12-bit, voltage >> output digital-to-analog converter. It has two output channels, each >> with its own converter. >> It supports 8 bits or 12bits

Re: [PATCH 2/4] iio: dac: add support for stm32 DAC

2017-04-05 Thread Fabrice Gasnier
On 04/01/2017 02:34 PM, Peter Meerwald-Stadler wrote: > On Fri, 31 Mar 2017, Fabrice Gasnier wrote: > >> Add support for STMicroelectronics STM32 DAC. It's a 12-bit, voltage >> output digital-to-analog converter. It has two output channels, each >> with its own converter. >> It supports 8 bits or

Re: [PATCH 2/4] iio: dac: add support for stm32 DAC

2017-04-05 Thread Fabrice Gasnier
On 04/01/2017 02:34 PM, Peter Meerwald-Stadler wrote: > On Fri, 31 Mar 2017, Fabrice Gasnier wrote: > >> Add support for STMicroelectronics STM32 DAC. It's a 12-bit, voltage >> output digital-to-analog converter. It has two output channels, each >> with its own converter. >> It supports 8 bits or

Re: [PATCH 2/4] iio: dac: add support for stm32 DAC

2017-04-02 Thread Jonathan Cameron
On 31/03/17 12:45, Fabrice Gasnier wrote: > Add support for STMicroelectronics STM32 DAC. It's a 12-bit, voltage > output digital-to-analog converter. It has two output channels, each > with its own converter. > It supports 8 bits or 12bits left/right aligned data format. Only > 12bits

Re: [PATCH 2/4] iio: dac: add support for stm32 DAC

2017-04-02 Thread Jonathan Cameron
On 31/03/17 12:45, Fabrice Gasnier wrote: > Add support for STMicroelectronics STM32 DAC. It's a 12-bit, voltage > output digital-to-analog converter. It has two output channels, each > with its own converter. > It supports 8 bits or 12bits left/right aligned data format. Only > 12bits

Re: [PATCH 2/4] iio: dac: add support for stm32 DAC

2017-04-01 Thread Peter Meerwald-Stadler
On Fri, 31 Mar 2017, Fabrice Gasnier wrote: > Add support for STMicroelectronics STM32 DAC. It's a 12-bit, voltage > output digital-to-analog converter. It has two output channels, each > with its own converter. > It supports 8 bits or 12bits left/right aligned data format. Only > 12bits

Re: [PATCH 2/4] iio: dac: add support for stm32 DAC

2017-04-01 Thread Peter Meerwald-Stadler
On Fri, 31 Mar 2017, Fabrice Gasnier wrote: > Add support for STMicroelectronics STM32 DAC. It's a 12-bit, voltage > output digital-to-analog converter. It has two output channels, each > with its own converter. > It supports 8 bits or 12bits left/right aligned data format. Only > 12bits

[PATCH 2/4] iio: dac: add support for stm32 DAC

2017-03-31 Thread Fabrice Gasnier
Add support for STMicroelectronics STM32 DAC. It's a 12-bit, voltage output digital-to-analog converter. It has two output channels, each with its own converter. It supports 8 bits or 12bits left/right aligned data format. Only 12bits right-aligned is used here. It has built-in noise or triangle

[PATCH 2/4] iio: dac: add support for stm32 DAC

2017-03-31 Thread Fabrice Gasnier
Add support for STMicroelectronics STM32 DAC. It's a 12-bit, voltage output digital-to-analog converter. It has two output channels, each with its own converter. It supports 8 bits or 12bits left/right aligned data format. Only 12bits right-aligned is used here. It has built-in noise or triangle