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.