From mboxrd@z Thu Jan 1 00:00:00 1970 From: Doug Anderson Subject: Re: [PATCH v2 1/3] i2c: mux: Add i2c-arbitrator-cros-ec 'mux' driver Date: Fri, 15 Feb 2013 10:57:27 -0800 Message-ID: References: <1360887677-20758-1-git-send-email-dianders@chromium.org> <511E64C0.9090500@wwwdotorg.org> <511E7295.4000902@wwwdotorg.org> <20130215174425.GF22283@opensource.wolfsonmicro.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20130215174425.GF22283-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: Mark Brown Cc: linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Daniel Kurtz , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Guenter Roeck , Stephen Warren , Grant Grundler , Ben Dooks , u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org, Guenter Roeck , Wolfram Sang , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, Rob Herring , "Ben Dooks (embedded platforms)" , Girish Shivananjappa , "bhushan.r" , Naveen Krishna Chatradhi , "sreekumar.c" , Wolfram Sang , Peter Korsgaard , Yuvaraj Kumar List-Id: devicetree@vger.kernel.org On Fri, Feb 15, 2013 at 9:44 AM, Mark Brown wrote: > On Fri, Feb 15, 2013 at 10:38:29AM -0700, Stephen Warren wrote: > >> Either way though, I believe that upstream, no driver should be relying >> on specific initcall levels in order to get dependencies/initialization >> ordering correct. > > Right, in the past we did bodges like this but in the glorious new > present where deferred probing is available it shouldn't be needed any > more except for a few fun cases like cpufreq that are outside the device > model. OK, thanks to all. I will submit with module_platform_driver() shortly.