From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751233AbdEBGzs (ORCPT ); Tue, 2 May 2017 02:55:48 -0400 Received: from hqemgate15.nvidia.com ([216.228.121.64]:18433 "EHLO hqemgate15.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750819AbdEBGzq (ORCPT ); Tue, 2 May 2017 02:55:46 -0400 X-PGP-Universal: processed; by hqpgpgate101.nvidia.com on Mon, 01 May 2017 23:55:45 -0700 Message-ID: <59082CEA.7090807@nvidia.com> Date: Tue, 2 May 2017 12:23:30 +0530 From: Laxman Dewangan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Matthias Kaehlcke , Liam Girdwood , Mark Brown , Rob Herring , "Mark Rutland" CC: , , "Douglas Anderson" , Brian Norris Subject: Re: [PATCH v2 2/2] regulator: Allow for asymmetric settling times References: <20170501183715.35375-1-mka@chromium.org> <20170501183715.35375-2-mka@chromium.org> In-Reply-To: <20170501183715.35375-2-mka@chromium.org> X-Originating-IP: [10.19.65.30] X-ClientProxiedBy: BGMAIL104.nvidia.com (10.25.59.13) To bgmail102.nvidia.com (10.25.59.11) Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday 02 May 2017 12:07 AM, Matthias Kaehlcke wrote: > Some regulators have different settling times for voltage increases and > decreases. To avoid a time penalty on the faster transition allow for > different settings for up- and downward transitions. > > Signed-off-by: Matthias Kaehlcke > --- Acked-by: Laxman Dewangan