From patchwork Sun Feb 19 03:19:57 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andreas_F=C3=A4rber?= X-Patchwork-Id: 729487 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vQsVy6PT6z9s9Z for ; Sun, 19 Feb 2017 14:21:45 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="JrJ8ZJ56"; dkim-atps=neutral DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=UcODE7IduBR/OQaIiQcSimLpUIkNMRzZLr95sv2xqDA=; b=JrJ8ZJ56onbauC G11kdS83wm8b62VlNVO9ODS1jhOCyJAbIjMqR3j5R3OPjOqVe4HHWEXup1aY3JeimknxlB3w+YGs6 AgSjcmd6g+bca+edVz14G7x9UxYlYBbZC5IzyeGYIcPIO1L155I6nsG1Fyofj6cf8EeU9FUTcaxVg O1hFCa+5T1mhTIVdo2KV/NV/ULar5lyUPp4HUi3RRlCM9hlUZcarj1xv7P0d4tlfe8MbHwirzClJm bFBrn+BkLOxTrQiyPgNQmsQ+vmo9nIfWFaq2Mv1YwBW7/JhG9Nk/krC+7JugyA9gFnxz3TqKkNjFd Z4bugk+10iIcL4SQmX6Q==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1cfI4B-0007eK-SV; Sun, 19 Feb 2017 03:21:39 +0000 Received: from mx2.suse.de ([195.135.220.15]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1cfI3j-0007aU-B5 for linux-arm-kernel@lists.infradead.org; Sun, 19 Feb 2017 03:21:13 +0000 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 3845BAB9A; Sun, 19 Feb 2017 03:20:48 +0000 (UTC) From: =?UTF-8?q?Andreas=20F=C3=A4rber?= To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 1/4] ARM64: Prepare Marvell IAP140 aka PXA1908 Date: Sun, 19 Feb 2017 04:19:57 +0100 Message-Id: <20170219032000.4674-2-afaerber@suse.de> X-Mailer: git-send-email 2.10.2 In-Reply-To: <20170219032000.4674-1-afaerber@suse.de> References: <20170219032000.4674-1-afaerber@suse.de> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170218_192111_569863_8C114B77 X-CRM114-Status: GOOD ( 12.29 ) X-Spam-Score: -4.2 (----) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (-4.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, medium trust [195.135.220.15 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -0.0 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Andrew Lunn , Ulf Hansson , Catalin Marinas , Michael Turquette , Will Deacon , Robert Jarzmik , linux-clk@vger.kernel.org, Jisheng Zhang , info@andromedabox.org, linux-serial@vger.kernel.org, Jiri Slaby , linux-mmc@vger.kernel.org, Sebastian Hesselbarth , Jason Cooper , Haojian Zhuang , Gregory Clement , Eric Miao , Greg Kroah-Hartman , Stephen Boyd , linux-kernel@vger.kernel.org, =?UTF-8?q?Andreas=20F=C3=A4rber?= , Daniel Mack Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Suppress COMMON_CLK_PXA and MMC_PXA for now as they don't build on arm64. Also suppress the deprecated SERIAL_PXA in favor of SERIAL_8250_PXA. Signed-off-by: Andreas Färber --- arch/arm64/Kconfig.platforms | 5 +++++ drivers/clk/Kconfig | 2 +- drivers/mmc/host/Kconfig | 2 +- drivers/tty/serial/Kconfig | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 129cc5a..841b6c8 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -111,6 +111,11 @@ config ARCH_MVEBU - Armada 7K SoC Family - Armada 8K SoC Family +config ARCH_PXA + bool "Marvell PXA SoC Family" + help + This enables support for the Marvell PXA family. + config ARCH_QCOM bool "Qualcomm Platforms" select GPIOLIB diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index 9356ab4..3d25f20 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig @@ -185,7 +185,7 @@ config COMMON_CLK_PWM at 50% duty cycle. config COMMON_CLK_PXA - def_bool COMMON_CLK && ARCH_PXA + def_bool COMMON_CLK && ARCH_PXA && ARM ---help--- Support for the Marvell PXA SoC. diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index f08691a..a650eca 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -27,7 +27,7 @@ config MMC_QCOM_DML config MMC_PXA tristate "Intel PXA25x/26x/27x Multimedia Card Interface support" - depends on ARCH_PXA + depends on ARCH_PXA && ARM help This selects the Intel(R) PXA(R) Multimedia card Interface. If you have a PXA(R) platform with a Multimedia Card slot, diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index 6117ac8..0713a05 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty/serial/Kconfig @@ -439,7 +439,7 @@ config SERIAL_MPSC_CONSOLE config SERIAL_PXA bool "PXA serial port support (DEPRECATED)" - depends on ARCH_PXA || ARCH_MMP + depends on (ARCH_PXA && ARM) || ARCH_MMP select SERIAL_CORE select SERIAL_8250_PXA if SERIAL_8250=y select SERIAL_PXA_NON8250 if !SERIAL_8250=y