Re: [PATCH v5 1/8] clocksource: dmtimer: Remove all the exports

2017-12-13 Thread Tony Lindgren
* Ladislav Michl [171213 09:17]: > On Tue, Dec 12, 2017 at 10:21:50AM -0800, Tony Lindgren wrote: > > * Ladislav Michl [171212 18:06]: > > > I do not follow. Each general-purpose timer module has its own interrupt > > > line, > > > so claiming that irq directly using request_irq seems enough. Co

Re: [PATCH v5 1/8] clocksource: dmtimer: Remove all the exports

2017-12-13 Thread Ladislav Michl
On Tue, Dec 12, 2017 at 10:21:50AM -0800, Tony Lindgren wrote: > * Ladislav Michl [171212 18:06]: > > I do not follow. Each general-purpose timer module has its own interrupt > > line, > > so claiming that irq directly using request_irq seems enough. Could you > > explain interrupt controller ide

Re: [PATCH v5 1/8] clocksource: dmtimer: Remove all the exports

2017-12-12 Thread Tony Lindgren
* Ladislav Michl [171212 18:06]: > On Tue, Dec 12, 2017 at 09:00:54AM -0800, Tony Lindgren wrote: > > Hmm what do you mean? We don't want to export tons of custom functions from > > the timers in and then be in trouble when at some point we have a Linux > > generic hw timer framework. We already h

Re: [PATCH v5 1/8] clocksource: dmtimer: Remove all the exports

2017-12-12 Thread Ladislav Michl
On Tue, Dec 12, 2017 at 09:00:54AM -0800, Tony Lindgren wrote: > Hmm what do you mean? We don't want to export tons of custom functions from > the timers in and then be in trouble when at some point we have a Linux > generic hw timer framework. We already had to deal with these custom > exports ear

Re: [PATCH v5 1/8] clocksource: dmtimer: Remove all the exports

2017-12-12 Thread Tony Lindgren
* Keerthy [171212 08:25]: > > > On Tuesday 12 December 2017 01:49 PM, Ladislav Michl wrote: > > On Tue, Dec 12, 2017 at 01:38:04PM +0530, Keerthy wrote: > >> On Tuesday 12 December 2017 01:31 PM, Ladislav Michl wrote: > >>> On Tue, Dec 12, 2017 at 01:01:51PM +0530, Keerthy wrote: > > >

Re: [PATCH v5 1/8] clocksource: dmtimer: Remove all the exports

2017-12-12 Thread Keerthy
On Tuesday 12 December 2017 01:49 PM, Ladislav Michl wrote: > On Tue, Dec 12, 2017 at 01:38:04PM +0530, Keerthy wrote: >> On Tuesday 12 December 2017 01:31 PM, Ladislav Michl wrote: >>> On Tue, Dec 12, 2017 at 01:01:51PM +0530, Keerthy wrote: On Tuesday 12 December 2017 12:46 PM, L

Re: [PATCH v5 1/8] clocksource: dmtimer: Remove all the exports

2017-12-12 Thread Ladislav Michl
On Tue, Dec 12, 2017 at 01:38:04PM +0530, Keerthy wrote: > On Tuesday 12 December 2017 01:31 PM, Ladislav Michl wrote: > > On Tue, Dec 12, 2017 at 01:01:51PM +0530, Keerthy wrote: > >> > >> > >> On Tuesday 12 December 2017 12:46 PM, Ladislav Michl wrote: > >>> Keerthy, > >>> > >>> On Tue, Dec 12, 2

Re: [PATCH v5 1/8] clocksource: dmtimer: Remove all the exports

2017-12-12 Thread Keerthy
On Tuesday 12 December 2017 01:31 PM, Ladislav Michl wrote: > On Tue, Dec 12, 2017 at 01:01:51PM +0530, Keerthy wrote: >> >> >> On Tuesday 12 December 2017 12:46 PM, Ladislav Michl wrote: >>> Keerthy, >>> >>> On Tue, Dec 12, 2017 at 11:42:10AM +0530, Keerthy wrote: Remove all the unwanted ex

Re: [PATCH v5 1/8] clocksource: dmtimer: Remove all the exports

2017-12-12 Thread Ladislav Michl
On Tue, Dec 12, 2017 at 01:01:51PM +0530, Keerthy wrote: > > > On Tuesday 12 December 2017 12:46 PM, Ladislav Michl wrote: > > Keerthy, > > > > On Tue, Dec 12, 2017 at 11:42:10AM +0530, Keerthy wrote: > >> Remove all the unwanted exports from the driver > > > > I'm adding event capture capabili

Re: [PATCH v5 1/8] clocksource: dmtimer: Remove all the exports

2017-12-11 Thread Keerthy
On Tuesday 12 December 2017 12:46 PM, Ladislav Michl wrote: > Keerthy, > > On Tue, Dec 12, 2017 at 11:42:10AM +0530, Keerthy wrote: >> Remove all the unwanted exports from the driver > > I'm adding event capture capability to the pwm-omap driver and so far used > v4.15-rc3 as codebase. > > Int

Re: [PATCH v5 1/8] clocksource: dmtimer: Remove all the exports

2017-12-11 Thread Ladislav Michl
Keerthy, On Tue, Dec 12, 2017 at 11:42:10AM +0530, Keerthy wrote: > Remove all the unwanted exports from the driver I'm adding event capture capability to the pwm-omap driver and so far used v4.15-rc3 as codebase. Intended use is an IR receiver; for that I need to measure pulses width and spaces