From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751478AbdEBRqQ (ORCPT ); Tue, 2 May 2017 13:46:16 -0400 Received: from hqemgate16.nvidia.com ([216.228.121.65]:9172 "EHLO hqemgate16.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750773AbdEBRqN (ORCPT ); Tue, 2 May 2017 13:46:13 -0400 X-PGP-Universal: processed; by hqpgpgate101.nvidia.com on Tue, 02 May 2017 10:46:12 -0700 Message-ID: <5908C555.7090204@nvidia.com> Date: Tue, 2 May 2017 23:13:49 +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> In-Reply-To: <908ed0dc-2a75-4348-357c-191fa7348974@nvidia.com> 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="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 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.