From patchwork Thu Sep 17 06:34:07 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 7202681 X-Patchwork-Delegate: horms@verge.net.au Return-Path: X-Original-To: patchwork-linux-sh@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 B79FBBEEC1 for ; Thu, 17 Sep 2015 06:34:12 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id CE617208C9 for ; Thu, 17 Sep 2015 06:34:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 041CC2081F for ; Thu, 17 Sep 2015 06:34:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753384AbbIQGeK (ORCPT ); Thu, 17 Sep 2015 02:34:10 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:35213 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753356AbbIQGeK (ORCPT ); Thu, 17 Sep 2015 02:34:10 -0400 Received: by pacfv12 with SMTP id fv12so11783602pac.2; Wed, 16 Sep 2015 23:34:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:in-reply-to:references:subject; bh=VhSFxlDRgp0OvkY9+D50PKROnZLwUYmsdMfDRFWmf3c=; b=OEN3C2Il0TaU1DJcFMO3cB97WFgtGlqQj2VV9tVEeitWuhl9SVtDUfqHf/9GBquTzC f2XRMiPJvYH3bdmDTbr+h9ME4hQYzsDzd2SZQtvSRg7GpNF0D5Kc2KknTrXv4bdDWlRt vH9d+G2E6QRK12x9IiuPUzQPMyzEy4u1k4ZzAucPncglyDIojUKqGtg+D+tav53/I8Wy UW8SDz24BTGKK1DnbGOi87yBjEyVLp8ImCUp6YiZAr9u1BX2BqKSaMoQ/rmfHpVRGDKM /mD5yDzs2t3hsvPAbVwwKarpxlYAgVWA+umObKYbXEpYpulYGLCO5VjDd4xZHT6coTCr ZbiA== X-Received: by 10.67.4.230 with SMTP id ch6mr69484470pad.11.1442471649351; Wed, 16 Sep 2015 23:34:09 -0700 (PDT) Received: from [127.0.0.1] (s214090.ppp.asahi-net.or.jp. [220.157.214.90]) by smtp.gmail.com with ESMTPSA id fd9sm1663020pab.34.2015.09.16.23.34.06 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 16 Sep 2015 23:34:08 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: mark.rutland@arm.com, devicetree@vger.kernel.org, lorenzo.pieralisi@arm.com, keita.kobayashi.ym@renesas.com, horms@verge.net.au, geert@linux-m68k.org, laurent.pinchart@ideasonboard.com, Magnus Damm Date: Thu, 17 Sep 2015 15:34:07 +0900 Message-Id: <20150917063407.26016.22959.sendpatchset@little-apple> In-Reply-To: <20150917063240.26016.93772.sendpatchset@little-apple> References: <20150917063240.26016.93772.sendpatchset@little-apple> Subject: [PATCH v3 09/09] ARM: shmobile: Prioritize r8a7791 DT APMU support Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham 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 From: Magnus Damm Adjust the r8a7791 SoC support code to not configure any non-DT SMP code in case the DT-based enable-method has been installed already. Signed-off-by: Magnus Damm --- Changes since V2: - None Changes since V1: - Broke out bits from former r8a7791-specific patch. arch/arm/mach-shmobile/setup-r8a7791.c | 1 + 1 file changed, 1 insertion(+) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- 0001/arch/arm/mach-shmobile/setup-r8a7791.c +++ work/arch/arm/mach-shmobile/setup-r8a7791.c 2015-08-23 15:46:53.002366518 +0900 @@ -29,6 +29,7 @@ static const char *const r8a7791_boards_ }; DT_MACHINE_START(R8A7791_DT, "Generic R8A7791 (Flattened Device Tree)") + .smp_init = shmobile_smp_init_fallback_ops, .smp = smp_ops(r8a7791_smp_ops), .init_early = shmobile_init_delay, .init_time = rcar_gen2_timer_init,