From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EEF93C17443 for ; Mon, 11 Nov 2019 06:24:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C7FCF2084F for ; Mon, 11 Nov 2019 06:24:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726811AbfKKGYm (ORCPT ); Mon, 11 Nov 2019 01:24:42 -0500 Received: from mga09.intel.com ([134.134.136.24]:39697 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726205AbfKKGYm (ORCPT ); Mon, 11 Nov 2019 01:24:42 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Nov 2019 22:24:41 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,291,1569308400"; d="scan'208";a="207035519" Received: from linux.intel.com ([10.54.29.200]) by orsmga006.jf.intel.com with ESMTP; 10 Nov 2019 22:24:40 -0800 Received: from [10.226.39.46] (ekotax-mobl.gar.corp.intel.com [10.226.39.46]) by linux.intel.com (Postfix) with ESMTP id 8462B5801E3; Sun, 10 Nov 2019 22:24:33 -0800 (PST) Subject: Re: [PATCH v5 3/3] PCI: artpec6: Configure FTS with dwc helper function To: Gustavo Pimentel , "lorenzo.pieralisi@arm.com" , "andrew.murray@arm.com" , "helgaas@kernel.org" , "jingoohan1@gmail.com" , "robh@kernel.org" , "martin.blumenstingl@googlemail.com" , "linux-pci@vger.kernel.org" , "devicetree@vger.kernel.org" Cc: "linux-kernel@vger.kernel.org" , "andriy.shevchenko@intel.com" , "cheol.yong.kim@intel.com" , "chuanhua.lei@linux.intel.com" , "qi-ming.wu@intel.com" References: <90a64d72a32dbc75c03a58a1813f50e547170ff4.1572950559.git.eswara.kota@linux.intel.com> From: Dilip Kota Message-ID: <2ff60b67-c18f-2bcc-f10c-38b9fdec29fe@linux.intel.com> Date: Mon, 11 Nov 2019 14:24:32 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/6/2019 5:43 PM, Gustavo Pimentel wrote: > On Wed, Nov 6, 2019 at 3:44:3, Dilip Kota > wrote: > >> Utilize DesugnWare helper functions to configure Fast Training >> Sequence. Drop the respective code in the driver. > Please fix > s/DesugnWare/DesignWare Typo error. I will correct it in the next patch version. Thanks for reviewing it. Regards, Dilip