Re: [PATCH 2/7] add MFD for stm32 timer IP

2016-11-22 Thread Benjamin Gaignard
Your comments are welcome on all of them ;-) 2016-11-22 17:41 GMT+01:00 Lee Jones : > On Tue, 22 Nov 2016, Lee Jones wrote: > >> On Tue, 22 Nov 2016, Benjamin Gaignard wrote: >> >> > This hardware block could at used at same time for PWM generation >> > and IIO timer for other IPs like DAC, ADC or

Re: [PATCH 2/7] add MFD for stm32 timer IP

2016-11-22 Thread Lee Jones
On Tue, 22 Nov 2016, Lee Jones wrote: > On Tue, 22 Nov 2016, Benjamin Gaignard wrote: > > > This hardware block could at used at same time for PWM generation > > and IIO timer for other IPs like DAC, ADC or other timers. > > PWM and IIO timer configuration are mixed in the same registers > > so w

Re: [PATCH 2/7] add MFD for stm32 timer IP

2016-11-22 Thread Lee Jones
On Tue, 22 Nov 2016, Benjamin Gaignard wrote: > This hardware block could at used at same time for PWM generation > and IIO timer for other IPs like DAC, ADC or other timers. > PWM and IIO timer configuration are mixed in the same registers > so we need a MFD to be able to share those registers. >