Re: [PATCH v2 6/7] IIO: add STM32 IIO timer driver

2016-12-03 Thread Jonathan Cameron
On 29/11/16 09:46, Benjamin Gaignard wrote: > 2016-11-27 16:42 GMT+01:00 Jonathan Cameron : >> I delved into the datasheet after trying to figure this out, so I think >> I now sort of understand your intent, but please do answer the questions >> inline. >> >> On 24/11/16 15:14,

Re: [PATCH v2 6/7] IIO: add STM32 IIO timer driver

2016-12-03 Thread Jonathan Cameron
On 29/11/16 09:46, Benjamin Gaignard wrote: > 2016-11-27 16:42 GMT+01:00 Jonathan Cameron : >> I delved into the datasheet after trying to figure this out, so I think >> I now sort of understand your intent, but please do answer the questions >> inline. >> >> On 24/11/16 15:14, Benjamin Gaignard

Re: [PATCH v2 6/7] IIO: add STM32 IIO timer driver

2016-11-29 Thread Benjamin Gaignard
2016-11-27 16:42 GMT+01:00 Jonathan Cameron : > I delved into the datasheet after trying to figure this out, so I think > I now sort of understand your intent, but please do answer the questions > inline. > > On 24/11/16 15:14, Benjamin Gaignard wrote: >> Timers IPs can be used

Re: [PATCH v2 6/7] IIO: add STM32 IIO timer driver

2016-11-29 Thread Benjamin Gaignard
2016-11-27 16:42 GMT+01:00 Jonathan Cameron : > I delved into the datasheet after trying to figure this out, so I think > I now sort of understand your intent, but please do answer the questions > inline. > > On 24/11/16 15:14, Benjamin Gaignard wrote: >> Timers IPs can be used to generate

Re: [PATCH v2 6/7] IIO: add STM32 IIO timer driver

2016-11-27 Thread Jonathan Cameron
I delved into the datasheet after trying to figure this out, so I think I now sort of understand your intent, but please do answer the questions inline. On 24/11/16 15:14, Benjamin Gaignard wrote: > Timers IPs can be used to generate triggers for other IPs like > DAC, ADC or other timers. > Each

Re: [PATCH v2 6/7] IIO: add STM32 IIO timer driver

2016-11-27 Thread Jonathan Cameron
I delved into the datasheet after trying to figure this out, so I think I now sort of understand your intent, but please do answer the questions inline. On 24/11/16 15:14, Benjamin Gaignard wrote: > Timers IPs can be used to generate triggers for other IPs like > DAC, ADC or other timers. > Each

[PATCH v2 6/7] IIO: add STM32 IIO timer driver

2016-11-24 Thread Benjamin Gaignard
Timers IPs can be used to generate triggers for other IPs like DAC, ADC or other timers. Each trigger may result of timer internals signals like counter enable, reset or edge, this configuration could be done through "master_mode" device attribute. A timer device could be triggered by other

[PATCH v2 6/7] IIO: add STM32 IIO timer driver

2016-11-24 Thread Benjamin Gaignard
Timers IPs can be used to generate triggers for other IPs like DAC, ADC or other timers. Each trigger may result of timer internals signals like counter enable, reset or edge, this configuration could be done through "master_mode" device attribute. A timer device could be triggered by other