Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752694Ab0FGMjv (ORCPT ); Mon, 7 Jun 2010 08:39:51 -0400 Received: from mail-yx0-f174.google.com ([209.85.213.174]:57434 "EHLO mail-yx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752616Ab0FGMjt convert rfc822-to-8bit (ORCPT ); Mon, 7 Jun 2010 08:39:49 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=punox4bvty3BAbnWChx5rNPgOb57NSrRWqDpnPYkcFKwJ/Kf7ITGhsJKNkY9QNJTWe Rl1MgEt6CX57ZgtkPNWX9SAawcYGS15Ls9b6lXuwzAeavtmzgJvlurP/oGyUaT0X0Rtj YO+osy/MevS3MBVcDWw1BUrzzH3P+Lg4eUh3w= MIME-Version: 1.0 In-Reply-To: <20100607122840.GA13287@rakim.wolfsonmicro.main> References: <1275626446.1515.5.camel@eight.analog.com> <20100607122840.GA13287@rakim.wolfsonmicro.main> From: Mike Frysinger Date: Mon, 7 Jun 2010 08:39:28 -0400 Message-ID: Subject: Re: [PATCH v6] regulator: new drivers for AD5398 and AD5821 To: Mark Brown Cc: sonic zhang , Liam Girdwood , Linux Kernel , uclinux-dist-devel Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 797 Lines: 20 On Mon, Jun 7, 2010 at 08:28, Mark Brown wrote: > On Fri, Jun 04, 2010 at 12:40:46PM +0800, sonic zhang wrote: >> +static int __init ad5398_init(void) >> +{ >> +     return i2c_add_driver(&ad5398_driver); >> +} >> +module_init(ad5398_init); > > at least some systems are likely to want this to be subsys_initcall() to > make sure the regulator is available prior to the consumers.  Please > send an incremental change for this rather than repostnig the full > thing. i guess the Blackfin I2C driver should have its initcall bumped up as well -mike -- 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/