Re: [PATCH v6 2/8] MFD: add STM32 Timers driver

2016-12-30 Thread Jonathan Cameron
On 09/12/16 14:15, Benjamin Gaignard wrote: > This hardware block could at used at same time for PWM generation > and IIO timers. > PWM and IIO timer configuration are mixed in the same registers > so we need a multi fonction driver to be able to share those registers. fonction -> function > > ver

Re: [PATCH v6 2/8] MFD: add STM32 Timers driver

2016-12-11 Thread Lee Jones
On Fri, 09 Dec 2016, Benjamin Gaignard wrote: > This hardware block could at used at same time for PWM generation > and IIO timers. > PWM and IIO timer configuration are mixed in the same registers > so we need a multi fonction driver to be able to share those registers. > > version 6: > - rename

[PATCH v6 2/8] MFD: add STM32 Timers driver

2016-12-09 Thread Benjamin Gaignard
This hardware block could at used at same time for PWM generation and IIO timers. PWM and IIO timer configuration are mixed in the same registers so we need a multi fonction driver to be able to share those registers. version 6: - rename files to stm32-timers - rename functions to stm32_timers_xxx