From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH v3 5/7] ARM: OMAP4+: thermal: introduce bandgap temperature sensor Date: Wed, 8 Aug 2012 06:55:28 -0700 Message-ID: <20120808135527.GE11011@atomide.com> References: <4FEB4B4F.9040709@dev.rtsoft.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <4FEB4B4F.9040709@dev.rtsoft.ru> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-pm-bounces@lists.linux-foundation.org Errors-To: linux-pm-bounces@lists.linux-foundation.org To: Konstantin Baydarov Cc: amit.kucheria@linaro.org, kishon@ti.com, balbi@ti.com, linux-pm@lists.linux-foundation.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: linux-omap@vger.kernel.org * Konstantin Baydarov [120627 11:09]: > + > +module_platform_driver(omap_bandgap_sensor_driver); > +early_platform_init("early_omap_temperature", &omap_bandgap_sensor_driver); Why does this need to be early_platform_init? Tony