From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754584AbcAMGsg (ORCPT ); Wed, 13 Jan 2016 01:48:36 -0500 Received: from comal.ext.ti.com ([198.47.26.152]:43847 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750967AbcAMGsb (ORCPT ); Wed, 13 Jan 2016 01:48:31 -0500 From: Kishon Vijay Abraham I To: Tony Lindgren , Bjorn Helgaas , CC: Russell King , Suman Anna , , , , , Subject: [PATCH v2 0/3] dra7xx: get pcie working in mainline Date: Wed, 13 Jan 2016 12:17:43 +0530 Message-ID: <1452667666-17533-1-git-send-email-kishon@ti.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series adds pdata-quirk mechanism to reset PCIe as a temporary fix till reset controller driver is added in mainline. Without this series, a stall is observed if pci dra7xx driver is enabled. Changes from v1: *) Removed 'HACK' from $subject *) removed reviewed-by Suman Kishon Vijay Abraham I (3): ARM: DRA7: hwmod: Add reset data for PCIe ARM: DRA7: add pdata-quirks to do reset of PCIe pci: dra7xx: use pdata callbacks to perform reset arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 15 ++++++++++++++ arch/arm/mach-omap2/pdata-quirks.c | 11 ++++++++++ arch/arm/mach-omap2/prm7xx.h | 1 + drivers/pci/host/pci-dra7xx.c | 32 +++++++++++++++++++++++++++++ include/linux/platform_data/pci-dra7xx.h | 22 ++++++++++++++++++++ 5 files changed, 81 insertions(+) create mode 100644 include/linux/platform_data/pci-dra7xx.h -- 1.7.9.5