From patchwork Mon Mar 10 05:42:09 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olof Johansson X-Patchwork-Id: 3801291 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 7F8849F2BB for ; Mon, 10 Mar 2014 05:42:52 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id ABF9720380 for ; Mon, 10 Mar 2014 05:42:51 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (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 AE9B120268 for ; Mon, 10 Mar 2014 05:42:50 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WMsz1-000547-Uq; Mon, 10 Mar 2014 05:42:40 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WMsyz-0003YT-Ik; Mon, 10 Mar 2014 05:42:37 +0000 Received: from mail-pd0-f174.google.com ([209.85.192.174]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WMsyw-0003Y6-TT for linux-arm-kernel@lists.infradead.org; Mon, 10 Mar 2014 05:42:35 +0000 Received: by mail-pd0-f174.google.com with SMTP id y13so6544375pdi.5 for ; Sun, 09 Mar 2014 22:42:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=UQbh6MKKKBev/ti9epV9PTpjTjB+rysk6p517m5FN7I=; b=mV4AMK/R0yvlX8/odJMnN0+fFH/rtTPrF4Vx4nqf9f0laM1WrD2JI7BXn/5A6Cj5ZQ 7dAA6zL2SEAe2+fUiSoZTloXDL/oweEB7kXwAbQsqf5sRy0X/7qvP3NKn2kKeNoFL5vx xCNReJP3v3qfE3mzhH/QHk20Axy0uW3ZnZPZfrWNKdVoEYE5lvw0iGo5CKE6lBvspqHB KJpcuJmik2j3MWdXSw5dR6gSZCOQcgEdoE9A5COn81cIJy+TsjfUWcWVYvvSf2vEVLx1 tKIInaIWExCNJWB7O480cn4SaxgobYTkmS6C+Op/n9nli2OJ+2hdZLMdv9eI/0FjmcMG pdRQ== X-Gm-Message-State: ALoCoQnq3/aeXaWJLefNRtNEp/f6yJuWEogU6DvazfOsbwoFdkqVBAhg/Uu/fXAy5CGSuiB+oFLF X-Received: by 10.66.241.73 with SMTP id wg9mr38325725pac.69.1394430132702; Sun, 09 Mar 2014 22:42:12 -0700 (PDT) Received: from quad.lixom.net (173-13-129-225-sfba.hfc.comcastbusiness.net. [173.13.129.225]) by mx.google.com with ESMTPSA id jd5sm18447589pbb.18.2014.03.09.22.42.11 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 09 Mar 2014 22:42:12 -0700 (PDT) From: Olof Johansson To: linux-arm-kernel@lists.infradead.org Subject: [PATCH] ARM: enable ARM_HAS_SG_CHAIN for multiplatform Date: Sun, 9 Mar 2014 22:42:09 -0700 Message-Id: <1394430129-30297-1-git-send-email-olof@lixom.net> X-Mailer: git-send-email 1.8.4.1.601.g02b3b1d X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140310_014235_023571_78D5CE21 X-CRM114-Status: UNSURE ( 9.30 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) Cc: Olof Johansson , arm@kernel.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 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 Enable ARM_HAS_SG_CHAIN for all multiplatform targets, it makes sense to enable on all "modern" platforms; downsides are limited for platforms that don't need it. Requested-by: Russell King Signed-off-by: Olof Johansson --- I'll apply this to next/soc in lack of better places. I did a build+boot test across my set of machines earlier today and it didn't seem to cause any problems. arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index a5833f792e56..271a54d5d26f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -307,6 +307,7 @@ config ARCH_MULTIPLATFORM bool "Allow multiple platforms to be selected" depends on MMU select ARCH_WANT_OPTIONAL_GPIOLIB + select ARM_HAS_SG_CHAIN select ARM_PATCH_PHYS_VIRT select AUTO_ZRELADDR select CLKSRC_OF