From patchwork Tue Mar 24 08:50:32 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tsahee Zidenberg X-Patchwork-Id: 6077431 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 0F17DBF90F for ; Tue, 24 Mar 2015 08:53:13 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 5D193201EF for ; Tue, 24 Mar 2015 08:53:12 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4A0CF201ED for ; Tue, 24 Mar 2015 08:53:11 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1YaKY9-0004cq-SC; Tue, 24 Mar 2015 08:51:01 +0000 Received: from mail-wi0-f174.google.com ([209.85.212.174]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YaKY5-0004Yx-Mz for linux-arm-kernel@lists.infradead.org; Tue, 24 Mar 2015 08:50:58 +0000 Received: by wibg7 with SMTP id g7so48865986wib.1 for ; Tue, 24 Mar 2015 01:50:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:user-agent :mime-version:content-type:content-transfer-encoding; bh=VBBC1niyfiB5HqPmhg3d0p0/6G7i73BD58vxnvky+9s=; b=J0QDxTZORVFu+MkZPw1qXSLp9m5WlqAKghW155ZjetjNCRsnSHNyb/ak2sIe72jTaT oR9wW3sx0L6fksrDyDO3UYwB3oo1dAajx+c6YTGWFpYgEy9011uGtANw+dzrBip2le9h Jvrgg3IOcy7MfQolOx79WBeuSTwhmDvghYRSdu9AhuXKWYDDvulG8xUL9aUOeWHdUBun BJlSii0uFgFDiLdhOOMaGU6eXc9yk0MsDNd3ZDJQZUJK+hEjKSEUMu+8EZggus3rb9pY 1LpOwM84xNlTVhaFnWrf7iI0PFZeAUxj47GEGTyKGPsUHUdaw94lEw+bb8++TMtBlVic KK1A== X-Gm-Message-State: ALoCoQmtN7DyJ8nX6BLM3TEzYLo+27t4sLu2V62JpKHfG4EDq8935uztEKSDyRZa5V3amRd+1HZN X-Received: by 10.180.82.169 with SMTP id j9mr16505061wiy.40.1427187035203; Tue, 24 Mar 2015 01:50:35 -0700 (PDT) Received: from localhost ([82.166.183.244]) by mx.google.com with ESMTPSA id a13sm5063669wjx.30.2015.03.24.01.50.33 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 24 Mar 2015 01:50:34 -0700 (PDT) Date: Tue, 24 Mar 2015 10:50:32 +0200 From: Tsahee Zidenberg To: linux-arm-kernel@lists.infradead.org, barak@annapurnalabs.com, saeed@annapurnalabs.com Subject: [PATCH 1/2] ARM: Alpine: add support for generic pci Message-ID: <55112558.9CrgVqMUZd7D6Boo%tsahee@annapurnalabs.com> User-Agent: Heirloom mailx 12.5 6/20/10 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150324_015057_909645_6CD7F70F X-CRM114-Status: UNSURE ( 8.35 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) Cc: zeev@annapurnalabs.com, rshitrit@annapurnalabs.com X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The Alpine platform requires generic-pci driver to access the internal pci bus. Signed-off-by: Tsahee Zidenberg --- arch/arm/mach-alpine/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-alpine/Kconfig b/arch/arm/mach-alpine/Kconfig index 79b2649..2c44b93 100644 --- a/arch/arm/mach-alpine/Kconfig +++ b/arch/arm/mach-alpine/Kconfig @@ -6,5 +6,7 @@ config ARCH_ALPINE select HAVE_ARM_ARCH_TIMER select HAVE_SMP select MFD_SYSCON + select PCI + select PCI_HOST_GENERIC help This enables support for the Annapurna Labs Alpine V1 boards.