Re: [PATCH v3 05/11] pwm: imx: Move PWMv2 software reset code to a separate function

2016-11-22 Thread Stefan Agner
On 2016-11-01 00:10, 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. > > Suggested-by:

Re: [PATCH v3 05/11] pwm: imx: Move PWMv2 software reset code to a separate function

2016-11-22 Thread Stefan Agner
On 2016-11-01 00:10, 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. > > Suggested-by:

[PATCH v3 05/11] pwm: imx: Move PWMv2 software reset code to a separate function

2016-11-01 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

[PATCH v3 05/11] pwm: imx: Move PWMv2 software reset code to a separate function

2016-11-01 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: