From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH 2/4] regulator: s5m8767: Fix to read the first DVS register. Date: Tue, 11 Dec 2012 12:47:06 +0900 Message-ID: <20121211034705.GC9097@opensource.wolfsonmicro.com> References: <1355143782-15133-1-git-send-email-amit.daniel@samsung.com> <1355143782-15133-3-git-send-email-amit.daniel@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from opensource.wolfsonmicro.com ([80.75.67.52]:35059 "EHLO opensource.wolfsonmicro.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751930Ab2LKDrN (ORCPT ); Mon, 10 Dec 2012 22:47:13 -0500 Content-Disposition: inline In-Reply-To: <1355143782-15133-3-git-send-email-amit.daniel@samsung.com> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Amit Daniel Kachhap Cc: linux-kernel@vger.kernel.org, Sangbeom Kim , Liam Girdwood , amit.kachhap@gmail.com, Thomas Abraham , kgene.kim@samsung.com, linux-samsung-soc@vger.kernel.org On Mon, Dec 10, 2012 at 06:19:40PM +0530, Amit Daniel Kachhap wrote: > This patch modifies the DVS register read function to select correct DVS1 > register. This change is required because the GPIO select pin is 000 in > unintialized state and hence selects the DVS1 register. Applied, thanks.