From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965809AbdEOPRc (ORCPT ); Mon, 15 May 2017 11:17:32 -0400 Received: from hqemgate15.nvidia.com ([216.228.121.64]:2104 "EHLO hqemgate15.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965767AbdEOPRa (ORCPT ); Mon, 15 May 2017 11:17:30 -0400 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Mon, 15 May 2017 08:17:09 -0700 Message-ID: <5919C67C.8070006@nvidia.com> Date: Mon, 15 May 2017 20:47:16 +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: Jon Hunter , CC: , , Subject: Re: [PATCH V2] pwm: tegra: Set maximum pwm clock source per SoC tapeout References: <1493733937-15822-1-git-send-email-ldewangan@nvidia.com> <908ed0dc-2a75-4348-357c-191fa7348974@nvidia.com> <5908C555.7090204@nvidia.com> In-Reply-To: <5908C555.7090204@nvidia.com> X-Originating-IP: [10.19.65.30] X-ClientProxiedBy: BGMAIL103.nvidia.com (10.25.59.12) To bgmail102.nvidia.com (10.25.59.11) Content-Type: text/plain; charset="windows-1252"; 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 11:13 PM, Laxman Dewangan wrote: > > On Tuesday 02 May 2017 08:53 PM, Jon Hunter wrote: >> On 02/05/17 15:05, Laxman Dewangan wrote: >>> The PWM hardware IP is taped-out with different maximum frequency >>> on different SoCs. >>> >>> From HW team: >>> Before Tegra186, it is 38.4MHz. >>> In Tegra186, it is 102MHz. >>> >>> Add support to limit the clock source frequency to the maximum IP >>> supported frequency. Provide these values via SoC chipdata. >>> >>> Signed-off-by: Laxman Dewangan >>> >>> --- >>> Changes from V1: >>> - Set the 48MHz maximum frequency for Tegra210 and earlier. >> I think that your changelog needs to be updated, because it still says >> 38.4MHz and not 48MHz. >> > > Oops, thanks for pointing. > > Thierry, > Do I need to recycle the patch or can be corrected when applying? > If there is any further review comment in code then I will recycle and > correct it. Thierry, Can you please review?