From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756078Ab1ISR7w (ORCPT ); Mon, 19 Sep 2011 13:59:52 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:52544 "EHLO opensource2.wolfsonmicro.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755983Ab1ISR7v (ORCPT ); Mon, 19 Sep 2011 13:59:51 -0400 Date: Mon, 19 Sep 2011 18:59:49 +0100 From: Mark Brown To: Dimitris Papastamos Cc: linux-kernel@vger.kernel.org, Liam Girdwood , Graeme Gregory , Samuel Oritz , Lars-Peter Clausen Subject: Re: [PATCH 0/6 v5] Introduce caching support for regmap Message-ID: <20110919175948.GD540@opensource.wolfsonmicro.com> References: <1316439245-26221-1-git-send-email-dp@opensource.wolfsonmicro.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1316439245-26221-1-git-send-email-dp@opensource.wolfsonmicro.com> X-Cookie: Your domestic life may be harmonious. User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 19, 2011 at 02:33:59PM +0100, Dimitris Papastamos wrote: > This patch series introduces register caching support for regmap. I've > mostly implemented all the suggestions, except the use of a dedicated > init function for each of the compress types. So, it's really excellent to have this functionality and as it's mostly there I've applied this. As a followup to this I'll post a short series which updates things so they work for my test system plus an additional driver conversion, I'll squash some of them down into the original commits for bisection and leave others separate. Thanks for doing this work, and thanks also to Lars-Peter for his review and testing.