Hi, On Mon, 12 Mar 2012 05:19:54 +0000 "Manjunathappa, Prakash" <prakash.pm@xxxxxx> wrote: ... > > +static inline unsigned long hz_to_ps(unsigned long hz_val) > > +{ > > + unsigned long long num = 1000000000000ULL; > > + > > + do_div(num, hz_val); > > + return (unsigned long)num; > > +} > > + > > I have patch to take care of this: > > http://davinci-linux-open-source.1494791.n2.nabble.com/PATCH-v2-video-da8xx-fb-calculate-pixel-clock-period-for-the-panel-tt7268377.html#none Okay, thanks for the info! I'll rebase my patches and then resubmit. Thanks, Anatolij -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html