From patchwork Wed Jun 27 12:29:15 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Raghavendra, Vignesh" X-Patchwork-Id: 935454 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=quarantine dis=none) header.from=ti.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.b="JN2ixLKc"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 41G2fD6mZtz9s2L for ; Wed, 27 Jun 2018 22:44:04 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934450AbeF0Mnw (ORCPT ); Wed, 27 Jun 2018 08:43:52 -0400 Received: from fllv0016.ext.ti.com ([198.47.19.142]:41742 "EHLO fllv0016.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934434AbeF0Mnu (ORCPT ); Wed, 27 Jun 2018 08:43:50 -0400 X-Greylist: delayed 895 seconds by postgrey-1.27 at vger.kernel.org; Wed, 27 Jun 2018 08:43:50 EDT Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id w5RCSkbh101746; Wed, 27 Jun 2018 07:28:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1530102526; bh=Bq+zJspI5iXtki90MgFw3SfgywwjqPRjiXCpzJAAOC4=; h=From:To:CC:Subject:Date; b=JN2ixLKc2iLfVvehVdgYZR9ZuB/s1fe+sYJqCYKRLF10YIslMxcUUuGoyZSlA3WS+ /STE3Ai3jnwQeS3WiIo6M0IBIbci9hzStHLBuJxbCl6itcIz16f+ezgnwxbE4wcjer r9QKefTZRBGusnilinKblVrihYE5HHoMMVJuK9ek= Received: from DLEE100.ent.ti.com (dlee100.ent.ti.com [157.170.170.30]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id w5RCSkXh000668; Wed, 27 Jun 2018 07:28:46 -0500 Received: from DLEE104.ent.ti.com (157.170.170.34) by DLEE100.ent.ti.com (157.170.170.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1466.3; Wed, 27 Jun 2018 07:28:46 -0500 Received: from dflp32.itg.ti.com (10.64.6.15) by DLEE104.ent.ti.com (157.170.170.34) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1466.3 via Frontend Transport; Wed, 27 Jun 2018 07:28:46 -0500 Received: from a0132425.india.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp32.itg.ti.com (8.14.3/8.13.8) with ESMTP id w5RCSgMr027559; Wed, 27 Jun 2018 07:28:43 -0500 From: Vignesh R To: Tony Lindgren , Rob Herring , Kishon Vijay Abraham I , Lorenzo Pieralisi CC: Bjorn Helgaas , , , , , Vignesh R Subject: [PATCH v2 0/4] pci-dra7xx: Enable errata i870 workaround for RC mode Date: Wed, 27 Jun 2018 17:59:15 +0530 Message-ID: <20180627122919.23926-1-vigneshr@ti.com> X-Mailer: git-send-email 2.18.0 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Make workaround for errata i870 applicable in Host mode as well(previously it was enabled only for EP mode) as per errata documentation: http://www.ti.com/lit/er/sprz450/sprz450.pdf Tested on DRA72 EVM Changes since v1: Drop IRQ handling rework (will be sent out separately) v1: https://lkml.org/lkml/2017/12/1/59 Vignesh R (4): dt-bindings: PCI: dra7xx: Add bindings for unaligned access in host mode pci: dwc: pci-dra7xx: Enable errata i870 for both EP and RC mode ARM: dts: dra7: Enable workaround for errata i870 in PCIe host mode ARM: dts: dra7: Fix up unaligned access setting for PCIe EP Documentation/devicetree/bindings/pci/ti-pci.txt | 5 +++++ arch/arm/boot/dts/dra7.dtsi | 4 +++- drivers/pci/controller/dwc/pci-dra7xx.c | 12 ++++++------ 3 files changed, 14 insertions(+), 7 deletions(-) Acked-by: Kishon Vijay Abraham I Acked-by: Lorenzo Pieralisi