From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754580AbdLTEQu (ORCPT ); Tue, 19 Dec 2017 23:16:50 -0500 Received: from fllnx209.ext.ti.com ([198.47.19.16]:40237 "EHLO fllnx209.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754424AbdLTEQq (ORCPT ); Tue, 19 Dec 2017 23:16:46 -0500 Subject: Re: [PATCH 1/4] pci: dwc: pci-dra7xx: Enable errata i870 for both EP and RC mode To: Lorenzo Pieralisi , KISHON VIJAY ABRAHAM CC: Bjorn Helgaas , Rob Herring , Tony Lindgren , Chris Welch , "linux-omap@vger.kernel.org" , "linux-pci@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" References: <20171201061311.16691-1-vigneshr@ti.com> <20171201061311.16691-2-vigneshr@ti.com> <20171219162421.GD21501@red-moon> From: Vignesh R Message-ID: Date: Wed, 20 Dec 2017 09:45:45 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <20171219162421.GD21501@red-moon> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 8bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday 19 December 2017 09:54 PM, Lorenzo Pieralisi wrote: > On Fri, Dec 01, 2017 at 11:43:08AM +0530, Vignesh R wrote: >> Errata i870 is applicable in both EP and RC mode. Therefore rename >> function dra7xx_pcie_ep_unaligned_memaccess(), that implements errata >> workaround, to dra7xx_pcie_unaligned_memaccess() and call it from a >> common place. So, that errata workaround is applied for both modes of >> operation. >> >> Reported-by: Chris Welch >> Signed-off-by: Vignesh R >> --- >>  drivers/pci/dwc/pci-dra7xx.c | 12 ++++++------ >>  1 file changed, 6 insertions(+), 6 deletions(-) > > I need Kishon's ACK to apply it, thanks. There are some enhancements to this patch. Will submit a v2 shortly. Please ignore this version for now. Thanks! -- Regards Vignesh