From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Tobias Schandinat Date: Mon, 13 Feb 2012 21:28:06 +0000 Subject: Re: [PATCH v2] video:da8xx-fb: calculate pixel clock period for the panel Message-Id: <4F398066.1050602@gmx.de> List-Id: References: <1328768646-25169-1-git-send-email-prakash.pm@ti.com> In-Reply-To: <1328768646-25169-1-git-send-email-prakash.pm@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "Manjunathappa, Prakash" Cc: linux-fbdev@vger.kernel.org, davinci-linux-open-source@linux.davincidsp.com, linux-kernel@vger.kernel.org On 02/09/2012 06:24 AM, Manjunathappa, Prakash wrote: > Patch calculates pixel clock period in pico seconds and updates > the same in variable screen information structure. fbset utility > uses this information. > > Signed-off-by: Manjunathappa, Prakash Applied. Thanks, Florian Tobias Schandinat > --- > Since v1: > Fixed the spelling mistake. > > drivers/video/da8xx-fb.c | 19 ++++++++++++++++++- > 1 files changed, 18 insertions(+), 1 deletions(-) > > diff --git a/drivers/video/da8xx-fb.c b/drivers/video/da8xx-fb.c > index f360d62..882dd67 100644 > --- a/drivers/video/da8xx-fb.c > +++ b/drivers/video/da8xx-fb.c > @@ -32,6 +32,7 @@ > #include > #include > #include