Re: [PATCH v2 1/4] pwm: atmel: add struct atmel_pwm_data

2019-02-21 Thread Uwe Kleine-König
On Tue, Feb 19, 2019 at 10:08:53AM +, claudiu.bez...@microchip.com wrote: > From: Claudiu Beznea > > Add struct atmel_pwm_data to embed different per controller information. At > this stage, embed a member of type struct atmel_pwm_registers in it. I'd write: Introduce a new structur

[PATCH v2 1/4] pwm: atmel: add struct atmel_pwm_data

2019-02-19 Thread Claudiu.Beznea
From: Claudiu Beznea Add struct atmel_pwm_data to embed different per controller information. At this stage, embed a member of type struct atmel_pwm_registers in it. Signed-off-by: Claudiu Beznea --- drivers/pwm/pwm-atmel.c | 64 +++-- 1 file changed