From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932164AbcKORcQ (ORCPT ); Tue, 15 Nov 2016 12:32:16 -0500 Received: from hqemgate14.nvidia.com ([216.228.121.143]:6372 "EHLO hqemgate14.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750772AbcKORcO (ORCPT ); Tue, 15 Nov 2016 12:32:14 -0500 X-PGP-Universal: processed; by hqpgpgate101.nvidia.com on Tue, 15 Nov 2016 09:32:12 -0800 Message-ID: <582B4241.9030009@nvidia.com> Date: Tue, 15 Nov 2016 22:43:37 +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: Rob Herring CC: Mark Brown , Mark Rutland , "linux-kernel@vger.kernel.org" , "devicetree@vger.kernel.org" , Douglas Anderson , Aleksandr Frid Subject: Re: [PATCH 1/2] regulator: pwm: DT: Add ramp delay for exponential voltage transition References: <1478281075-3498-1-git-send-email-ldewangan@nvidia.com> <20161114154807.j4oo4veslhknauxy@rob-hp-laptop> <582AF4B7.4050705@nvidia.com> In-Reply-To: X-Originating-IP: [10.19.65.30] X-ClientProxiedBy: DRUKMAIL101.nvidia.com (10.25.59.19) To bgmail102.nvidia.com (10.25.59.11) Content-Type: text/plain; charset="UTF-8"; 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 15 November 2016 07:57 PM, Rob Herring wrote: > On Tue, Nov 15, 2016 at 5:42 AM, Laxman Dewangan wrote: >> On Monday 14 November 2016 09:18 PM, Rob Herring wrote: >>> On Fri, Nov 04, 2016 at 11:07:54PM +0530, Laxman Dewangan wrote: >>>> >>>> regulator >>>> +- pwm-regulator-voltage-ramp-time-us: Integer, voltage ramp time in >>> This is a really long name. Drop the 'pwm-regulator-' part as it is >>> redundant. The fact that it is PWM reg specific is captured as it is >>> documented that way. >>> >> We already have the regulator-ramp-delay from the regulator core. >> Just wanted to make this (pwm-regulator-voltage-ramp-time-us) for pwm >> specific. > Neither of these are very clear that one is linear and one is > exponential. Maybe you should use the existing property to express the > time and just add a boolean property like "voltage-ramp-exponential"? OK, this can work.