Re: [PATCH 9/9] clocksource: dw_apb_timer: special variant for rockchip rk3188 timers

2013-07-11 Thread Ulrich Prinz
Hey guys, according the dw_apb_timer I need your statement... Am 06.07.2013 23:00, schrieb Thomas Gleixner: > Ulrich, > > On Sat, 6 Jul 2013, Ulrich Prinz wrote: > >> I got the message. With modifying the existing driver to support more >> function pointers in its sys

Re: [PATCH 9/9] clocksource: dw_apb_timer: special variant for rockchip rk3188 timers

2013-07-06 Thread Ulrich Prinz
Ok, ok... I got the message. With modifying the existing driver to support more function pointers in its system struct and assigning them at the beginning, and using them on runtime, these quirks are obsolete. Again, this is the first time I provide code to the kernel officially and I learned fro

Re: [PATCH 3/9] clocksource: dw_apb_timer: quirk for variants with 64bit counter

2013-07-06 Thread Ulrich Prinz
Hi Thomas, sorry but it is my first release to the kernel and I was trained to take as less as possible influence on existing code and reuse as much as possible existing code. Sometimes just two rules are to simple... Am 06.07.2013 01:45, schrieb Thomas Gleixner: > On Sat, 6 Jul 2013, Heiko Stüb