From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754114Ab1HOO34 (ORCPT ); Mon, 15 Aug 2011 10:29:56 -0400 Received: from mail-bw0-f46.google.com ([209.85.214.46]:48845 "EHLO mail-bw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754030Ab1HOO3x (ORCPT ); Mon, 15 Aug 2011 10:29:53 -0400 Date: Mon, 15 Aug 2011 16:29:48 +0200 From: Johan Hovold To: Mark Brown Cc: Liam Girdwood , Liam Girdwood , Jorge Eduardo Candelaria , Samuel Ortiz , linux-kernel@vger.kernel.org, stable@kernel.org Subject: Re: [PATCH 2/3] regulator: tps65910: fix list_voltage for VDD1 and VDD2 Message-ID: <20110815142948.GB4189@localhost> References: <1313405127-2724-1-git-send-email-jhovold@gmail.com> <1313405127-2724-2-git-send-email-jhovold@gmail.com> <20110815130910.GD3927@opensource.wolfsonmicro.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110815130910.GD3927@opensource.wolfsonmicro.com> 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, Aug 15, 2011 at 10:09:13PM +0900, Mark Brown wrote: > On Mon, Aug 15, 2011 at 12:45:26PM +0200, Johan Hovold wrote: > > Fix regression introduced by commit > > a320e3c3d6351814afa5182159df88d2637e0f6f (regulator: tps65911: Add new > > chip version) which broke list_voltage for VDD1 and VDD2. > > Acked-by: Mark Brown > > Why is this a separate patch to the previous one? Because it fixes a different bug (although introduced by the same commit and the same kind of programming error). Thanks, Johan