Re: [PATCH v6 08/10] pwm: pwm-omap-dmtimer: Adapt driver to utilize dmtimer pdata ops

2018-01-08 Thread Keerthy
On 1/8/2018 8:17 PM, Claudiu Beznea wrote: On 08.01.2018 16:44, Neil Armstrong wrote: On 08/01/2018 15:33, Keerthy wrote: On Monday 08 January 2018 02:14 PM, Claudiu Beznea wrote: On 02.01.2018 12:09, Keerthy wrote: Adapt driver to utilize dmtimer pdata ops instead of pdata-quirks. S

Re: [PATCH v6 08/10] pwm: pwm-omap-dmtimer: Adapt driver to utilize dmtimer pdata ops

2018-01-08 Thread Claudiu Beznea
On 08.01.2018 16:44, Neil Armstrong wrote: > On 08/01/2018 15:33, Keerthy wrote: >> >> >> On Monday 08 January 2018 02:14 PM, Claudiu Beznea wrote: >>> >>> >>> On 02.01.2018 12:09, Keerthy wrote: Adapt driver to utilize dmtimer pdata ops instead of pdata-quirks. Signed-off-by: Keer

Re: [PATCH v6 08/10] pwm: pwm-omap-dmtimer: Adapt driver to utilize dmtimer pdata ops

2018-01-08 Thread Neil Armstrong
On 08/01/2018 15:33, Keerthy wrote: > > > On Monday 08 January 2018 02:14 PM, Claudiu Beznea wrote: >> >> >> On 02.01.2018 12:09, Keerthy wrote: >>> Adapt driver to utilize dmtimer pdata ops instead of pdata-quirks. >>> >>> Signed-off-by: Keerthy >>> Tested-by: Ladislav Michl >>> --- >>> drive

Re: [PATCH v6 08/10] pwm: pwm-omap-dmtimer: Adapt driver to utilize dmtimer pdata ops

2018-01-08 Thread Keerthy
On Monday 08 January 2018 02:14 PM, Claudiu Beznea wrote: > > > On 02.01.2018 12:09, Keerthy wrote: >> Adapt driver to utilize dmtimer pdata ops instead of pdata-quirks. >> >> Signed-off-by: Keerthy >> Tested-by: Ladislav Michl >> --- >> drivers/pwm/pwm-omap-dmtimer.c | 39 ++

Re: [PATCH v6 08/10] pwm: pwm-omap-dmtimer: Adapt driver to utilize dmtimer pdata ops

2018-01-08 Thread Claudiu Beznea
On 02.01.2018 12:09, Keerthy wrote: > Adapt driver to utilize dmtimer pdata ops instead of pdata-quirks. > > Signed-off-by: Keerthy > Tested-by: Ladislav Michl > --- > drivers/pwm/pwm-omap-dmtimer.c | 39 ++- > 1 file changed, 22 insertions(+), 17 deletions

[PATCH v6 08/10] pwm: pwm-omap-dmtimer: Adapt driver to utilize dmtimer pdata ops

2018-01-02 Thread Keerthy
Adapt driver to utilize dmtimer pdata ops instead of pdata-quirks. Signed-off-by: Keerthy Tested-by: Ladislav Michl --- drivers/pwm/pwm-omap-dmtimer.c | 39 ++- 1 file changed, 22 insertions(+), 17 deletions(-) diff --git a/drivers/pwm/pwm-omap-dmtimer.c b/d