Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754246Ab2BIGlV (ORCPT ); Thu, 9 Feb 2012 01:41:21 -0500 Received: from comal.ext.ti.com ([198.47.26.152]:51429 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752136Ab2BIGlT (ORCPT ); Thu, 9 Feb 2012 01:41:19 -0500 From: "Manjunathappa, Prakash" To: CC: Florian Tobias Schandinat , , , "Manjunathappa, Prakash" Subject: [PATCH v2] video:da8xx-fb: calculate pixel clock period for the panel Date: Thu, 9 Feb 2012 11:54:06 +0530 Message-ID: <1328768646-25169-1-git-send-email-prakash.pm@ti.com> X-Mailer: git-send-email 1.7.1 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2177 Lines: 71 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 --- 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