Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758120AbXISWlc (ORCPT ); Wed, 19 Sep 2007 18:41:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753449AbXISWlY (ORCPT ); Wed, 19 Sep 2007 18:41:24 -0400 Received: from mail3.sea5.speakeasy.net ([69.17.117.5]:46361 "EHLO mail3.sea5.speakeasy.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751586AbXISWlX (ORCPT ); Wed, 19 Sep 2007 18:41:23 -0400 X-Greylist: delayed 400 seconds by postgrey-1.27 at vger.kernel.org; Wed, 19 Sep 2007 18:41:23 EDT Date: Wed, 19 Sep 2007 15:34:42 -0700 (PDT) From: Trent Piepho X-X-Sender: xyzzy@shell4.speakeasy.net To: Jonathan Corbet cc: Andres Salomon , linux-kernel@vger.kernel.org, v4l-dvb-maintainer@linuxtv.org, video4linux-list@redhat.com, akpm@linux-foundation.org, mchehab@infradead.org Subject: Re: [v4l-dvb-maintainer] [PATCH] cafe_ccic: default to allocating DMA buffers at probe time In-Reply-To: <11514.1190230317@lwn.net> Message-ID: References: <11514.1190230317@lwn.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1765 Lines: 34 On Wed, 19 Sep 2007, Jonathan Corbet wrote: > Andres Salomon wrote: > > This patch makes DMA buffer allocation happen during device probe by > > default, and changes the parameter to 'alloc_bufs_at_read'. The > > camera hardware is there, if the cafe_ccic driver is enabled/loaded it > > should do its best to ensure that the camera is actually usable; > > delaying DMA buffer allocation saves an insignicant amount of memory, > > and causes the driver to be much less useful. > > The amount of memory isn't quite "insignificant" (three 640x480x2 > buffers), but the OLPC people clearly need things to work this way. > There are, as far as I know, no other systems out there using the CAFE > controller. Making things work by default for the one user (with a fair > number of deployed systems!) makes sense to me. So... > > Acked-by: Jonathan Corbet > > That said, I do prefer the original name for the parameter. Changing the parameter name will break the configuration of anyone who was using the existing parameter. It also means everyone who has multiple kernels installed and uses this parameter will need to have one configuration for old kernels and a different configuration for new kernels. In the default really needs to be changed (what's so hard about setting alloc_bufs_at_load in /etc/modprobe{.d,.config}?) then just change the default of the existing parameter. That avoids the whole problem with different configration files for different module versions. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/