From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH 2/2] enabled vdda_dac regulator support tvout on rx51 Date: Sat, 27 Nov 2010 10:20:07 +0000 Message-ID: <20101127101852.GA27579@opensource.wolfsonmicro.com> References: <1290700343-26640-1-git-send-email-ext-srikar.1.bhavanarayana@nokia.com> <1290700343-26640-2-git-send-email-ext-srikar.1.bhavanarayana@nokia.com> <20101125161112.GB15099@sirena.org.uk> <4CEF8453.3070904@nokia.com> <20101126125949.GD30360@rakim.wolfsonmicro.main> <20101126174517.GE2990@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from opensource.wolfsonmicro.com ([80.75.67.52]:39445 "EHLO opensource2.wolfsonmicro.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752308Ab0K0KT7 (ORCPT ); Sat, 27 Nov 2010 05:19:59 -0500 Content-Disposition: inline In-Reply-To: <20101126174517.GE2990@atomide.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Tony Lindgren Cc: Srikar , linux@arm.linux.org.uk, linux-omap@vger.kernel.org On Fri, Nov 26, 2010 at 09:45:17AM -0800, Tony Lindgren wrote: > By the way, all the board specific data should be __initdata eventually. > Now we're hogging memory for the regulators for all the boards compiled in.. Yeah. Some of it will need to be __devinitdata for hotpluggable things but most of it should be __initdata. I'll update the regulator API to copy the constraints before the next merge window.