From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754896Ab2IYMqE (ORCPT ); Tue, 25 Sep 2012 08:46:04 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:51502 "EHLO opensource.wolfsonmicro.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751507Ab2IYMqD (ORCPT ); Tue, 25 Sep 2012 08:46:03 -0400 Date: Tue, 25 Sep 2012 13:46:00 +0100 From: Mark Brown To: Stephen Warren Cc: Liam Girdwood , Samuel Ortiz , devicetree-discuss@lists.ozlabs.org, linux-kernel@vger.kernel.org, Rob Herring , Grant Likely , Laxman Dewangan , AnilKumar Ch , Stephen Warren Subject: Re: [PATCH 0/4] deprecate regulator-compatible DT property Message-ID: <20120925124559.GG4428@opensource.wolfsonmicro.com> References: <1348514703-10152-1-git-send-email-swarren@wwwdotorg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1348514703-10152-1-git-send-email-swarren@wwwdotorg.org> X-Cookie: Don't read everything you believe. 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 24, 2012 at 01:24:59PM -0600, Stephen Warren wrote: > From: Stephen Warren > > As explained in patch 1, this series deprecates the regulator-compatible > DT property, and updates various binding documentation and examples for > this change. Applied regulator patches, thanks.