From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: v4l2-subdev Re: [PATCH 0/5] soc-camera: convert to platform device Date: Mon, 20 Apr 2009 15:04:11 +0100 Message-ID: <20090420140411.GE8776@sirena.org.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-media-owner@vger.kernel.org To: Guennadi Liakhovetski Cc: Magnus Damm , Linux Media Mailing List , Robert Jarzmik , Kuninori Morimoto , linux-i2c@vger.kernel.org, Greg KH , Mauro Carvalho Chehab List-Id: linux-i2c@vger.kernel.org On Mon, Apr 20, 2009 at 03:50:44PM +0200, Guennadi Liakhovetski wrote: > break if we move it down right after i2c? Another hackish interim solution > would be to replace module_init with subsys_init in i2c-sh_mobile.c like > some other i2c adapters do (including MXC, PXA). That's certainly easier, > but then we'd also have to modify i2c-imx, later maybe i2c-at91.c... That'd be sensible long term anyway - voltage and current regulators are often I2C devices and they need to be initialised very early in order to be available for general use.