Re: Trivial clocksource driver

2015-09-29 Thread Måns Rullgård
Mason writes: > Hello Mans, > > On 29/09/2015 22:18, Måns Rullgård wrote: > >> Mason writes: >> >>> On 29/09/2015 20:32, Thomas Gleixner wrote: >>> On Tue, 29 Sep 2015, Mason wrote: > I am trying to submit a new ARM port, and Arnd pointed out that the > clocksource code could n

Re: Trivial clocksource driver

2015-09-29 Thread Mason
Hello Mans, On 29/09/2015 22:18, Måns Rullgård wrote: > Mason writes: > >> On 29/09/2015 20:32, Thomas Gleixner wrote: >> >>> On Tue, 29 Sep 2015, Mason wrote: >>> I am trying to submit a new ARM port, and Arnd pointed out that the clocksource code could not live in arch/arm/$PLATFORM,

Re: Trivial clocksource driver

2015-09-29 Thread Thomas Gleixner
On Tue, 29 Sep 2015, Måns Rullgård wrote: > Mason writes: > > > On 29/09/2015 20:32, Thomas Gleixner wrote: > > > >> On Tue, 29 Sep 2015, Mason wrote: > >> > >>> I am trying to submit a new ARM port, and Arnd pointed out that the > >>> clocksource code could not live in arch/arm/$PLATFORM, but h

Re: Trivial clocksource driver

2015-09-29 Thread Måns Rullgård
Mason writes: > On 29/09/2015 20:32, Thomas Gleixner wrote: > >> On Tue, 29 Sep 2015, Mason wrote: >> >>> I am trying to submit a new ARM port, and Arnd pointed out that the >>> clocksource code could not live in arch/arm/$PLATFORM, but had to >>> move to drivers/clocksource (and it had to suppo

Re: Trivial clocksource driver

2015-09-29 Thread Mason
On 29/09/2015 20:32, Thomas Gleixner wrote: > On Tue, 29 Sep 2015, Mason wrote: > >> I am trying to submit a new ARM port, and Arnd pointed out that the >> clocksource code could not live in arch/arm/$PLATFORM, but had to >> move to drivers/clocksource (and it had to support DT). >> >> Did I unde

Re: Trivial clocksource driver

2015-09-29 Thread Thomas Gleixner
On Tue, 29 Sep 2015, Mason wrote: > Hello everyone, > > I am trying to submit a new ARM port, and Arnd pointed out that the > clocksource code could not live in arch/arm/$PLATFORM, but had to > move to drivers/clocksource (and it had to support DT). > > Did I understand correctly? Is this the rig

Trivial clocksource driver

2015-09-29 Thread Mason
Hello everyone, I am trying to submit a new ARM port, and Arnd pointed out that the clocksource code could not live in arch/arm/$PLATFORM, but had to move to drivers/clocksource (and it had to support DT). Did I understand correctly? Is this the right place to submit code as provided below? Rega