From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Date: Thu, 15 Jul 2010 18:52:38 +0000 Subject: Re: [PATCH v2] s3c-fb: Automatically calculate pixel clock when Message-Id: <20100715115238.6c90b90a.akpm@linux-foundation.org> List-Id: References: <4c3baddb.d37b0e0a.67e4.ffffcb55@mx.google.com> In-Reply-To: <4c3baddb.d37b0e0a.67e4.ffffcb55@mx.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Maurus Cuelenaere Cc: linux-fbdev@vger.kernel.org, linux-samsung-soc@vger.kernel.org, ben-linux@fluff.org On Tue, 13 Jul 2010 02:05:45 +0200 Maurus Cuelenaere wrote: > This patch adds a simple algorithm which calculates the pixel clock based on the > video mode parameters. This is only done when no pixel clock is supplied through > the platform data. > So.. we are to assume that there's a platform which doesn't provide the pixel clock data? Adding some information about that in the changelog would have been useful. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [PATCH v2] s3c-fb: Automatically calculate pixel clock when none is given Date: Thu, 15 Jul 2010 11:52:38 -0700 Message-ID: <20100715115238.6c90b90a.akpm@linux-foundation.org> References: <4c3baddb.d37b0e0a.67e4.ffffcb55@mx.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from smtp1.linux-foundation.org ([140.211.169.13]:44339 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934137Ab0GOSxj (ORCPT ); Thu, 15 Jul 2010 14:53:39 -0400 In-Reply-To: <4c3baddb.d37b0e0a.67e4.ffffcb55@mx.google.com> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Maurus Cuelenaere Cc: linux-fbdev@vger.kernel.org, linux-samsung-soc@vger.kernel.org, ben-linux@fluff.org On Tue, 13 Jul 2010 02:05:45 +0200 Maurus Cuelenaere wrote: > This patch adds a simple algorithm which calculates the pixel clock based on the > video mode parameters. This is only done when no pixel clock is supplied through > the platform data. > So.. we are to assume that there's a platform which doesn't provide the pixel clock data? Adding some information about that in the changelog would have been useful.