From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 16 Nov 2011 17:35:08 +0000 From: Mark Brown To: Lars-Peter Clausen Cc: Dimitris Papastamos , Jonathan Cameron , Michael Hennerich , linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org, device-drivers-devel@blackfin.uclinux.org, drivers@analog.com Subject: Re: [PATCH 1/7] regmap: Move initialization of regcache related fields to regcache_init Message-ID: <20111116173508.GA31558@opensource.wolfsonmicro.com> References: <1321457302-8724-1-git-send-email-lars@metafoo.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1321457302-8724-1-git-send-email-lars@metafoo.de> List-ID: On Wed, Nov 16, 2011 at 04:28:16PM +0100, Lars-Peter Clausen wrote: > Move the initialization regcache related fields of the regmap struct to > regcache_init. This allows us to keep regmap and regcache code better > separated. Applied, thanks.