Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756663Ab2HFO5P (ORCPT ); Mon, 6 Aug 2012 10:57:15 -0400 Received: from cassiel.sirena.org.uk ([80.68.93.111]:45656 "EHLO cassiel.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756523Ab2HFO5N (ORCPT ); Mon, 6 Aug 2012 10:57:13 -0400 Date: Mon, 6 Aug 2012 15:57:03 +0100 From: Mark Brown To: Dongjin Kim Cc: Kukjin Kim , Russell King , Tony Lindgren , Jon Medhurst , linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org, Uwe Kleine-K??nig , Shawn Guo , linux-arm-kernel@lists.infradead.org, Dongjin Kim Subject: Re: [PATCH] ODROID-X: hkdk4412: Add new hardware based on Exynos4412 Message-ID: <20120806145702.GB29272@sirena.org.uk> References: <1344262254-14648-1-git-send-email-dongjin.kim@agreeyamobility.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1344262254-14648-1-git-send-email-dongjin.kim@agreeyamobility.net> X-Cookie: Oatmeal raisin. User-Agent: Mutt/1.5.20 (2009-06-14) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: broonie@sirena.org.uk X-SA-Exim-Scanned: No (on cassiel.sirena.org.uk); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 866 Lines: 21 On Mon, Aug 06, 2012 at 11:10:51PM +0900, Dongjin Kim wrote: > +static struct regulator_consumer_supply __initdata max77686_buck4_consumer[] = { > + REGULATOR_SUPPLY("vdd_g3d", NULL), > +}; Not that it matters much since new board drivers won't get merged but all your regulator setup here is problematic. These look like names from the board schematic as opposed to mappings of the supplies onto the consumer devices. > +static struct regulator_init_data __initdata max77686_buck1_data = { > + .constraints = { > + .name = "vdd_mif range", This would normally just be the name of the supply for display purposes. -- 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/