From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtp3-g21.free.fr ([212.27.42.3]:51220 "EHLO smtp3-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754283AbZDSUBd (ORCPT ); Sun, 19 Apr 2009 16:01:33 -0400 To: Guennadi Liakhovetski Cc: Magnus Damm , Linux Media Mailing List , Darius Augulis Subject: Re: [PATCH 5/5 v2] soc-camera: Convert to a platform driver References: From: Robert Jarzmik Date: Sun, 19 Apr 2009 22:01:20 +0200 In-Reply-To: (Guennadi Liakhovetski's message of "Fri\, 17 Apr 2009 20\:38\:58 +0200 \(CEST\)") Message-ID: <87prf876r3.fsf@free.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-media-owner@vger.kernel.org List-ID: Guennadi Liakhovetski writes: > Convert soc-camera core to a platform driver. With this approach I2C > devices are no longer statically registered in platform code, instead they > are registered dynamically by the soc-camera core, when a match with a > host driver is found. With this patch all platforms and all soc-camera > device drivers are converted too. This is a preparatory step for the > v4l-subdev conversion. > > Signed-off-by: Guennadi Liakhovetski Acked-by: Robert Jarzmik Cheers. -- Robert