Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932273Ab2BMV2X (ORCPT ); Mon, 13 Feb 2012 16:28:23 -0500 Received: from mailout-de.gmx.net ([213.165.64.22]:60247 "HELO mailout-de.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1758194Ab2BMV2W (ORCPT ); Mon, 13 Feb 2012 16:28:22 -0500 X-Authenticated: #10250065 X-Provags-ID: V01U2FsdGVkX18n8QFJLm0nHVWyRiJIgTyWGlX6JssW7e/n+q5RDC jNudfN83P1hLwr Message-ID: <4F398066.1050602@gmx.de> Date: Mon, 13 Feb 2012 21:28:06 +0000 From: Florian Tobias Schandinat User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20120207 Icedove/3.0.11 MIME-Version: 1.0 To: "Manjunathappa, Prakash" CC: linux-fbdev@vger.kernel.org, davinci-linux-open-source@linux.davincidsp.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] video:da8xx-fb: calculate pixel clock period for the panel References: <1328768646-25169-1-git-send-email-prakash.pm@ti.com> In-Reply-To: <1328768646-25169-1-git-send-email-prakash.pm@ti.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2395 Lines: 78 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