Re: [PATCH 2/6] pwm: imx: Move PWMv2 software reset code to a separate function

2016-10-24 Thread Lukasz Majewski
Hi Boris, > On Sun, 23 Oct 2016 23:45:42 +0200 > Lukasz Majewski wrote: > > > The software reset code has been extracted from imx_pwm_config_v2 > > function and moved to new one - imx_pwm_sw_reset(). > > > > This change reduces the overall size of imx_pwm_config_v2() and > > prepares it for ato

Re: [PATCH 2/6] pwm: imx: Move PWMv2 software reset code to a separate function

2016-10-24 Thread Boris Brezillon
On Sun, 23 Oct 2016 23:45:42 +0200 Lukasz Majewski wrote: > The software reset code has been extracted from imx_pwm_config_v2 function > and moved to new one - imx_pwm_sw_reset(). > > This change reduces the overall size of imx_pwm_config_v2() and prepares > it for atomic PWM operation. > > Sug

[PATCH 2/6] pwm: imx: Move PWMv2 software reset code to a separate function

2016-10-23 Thread Lukasz Majewski
The software reset code has been extracted from imx_pwm_config_v2 function and moved to new one - imx_pwm_sw_reset(). This change reduces the overall size of imx_pwm_config_v2() and prepares it for atomic PWM operation. Suggested-by: Stefan Agner Suggested-by: Boris Brezillon Signed-off-by: Luk