From patchwork Tue Dec 2 08:37:15 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ulrich Hecht X-Patchwork-Id: 5417821 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.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 9BCE4BEEA8 for ; Tue, 2 Dec 2014 08:37:30 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 593EE2028D for ; Tue, 2 Dec 2014 08:37:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 82BE72027D for ; Tue, 2 Dec 2014 08:37:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751610AbaLBIh1 (ORCPT ); Tue, 2 Dec 2014 03:37:27 -0500 Received: from mail-wi0-f176.google.com ([209.85.212.176]:37209 "EHLO mail-wi0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751591AbaLBIh0 (ORCPT ); Tue, 2 Dec 2014 03:37:26 -0500 Received: by mail-wi0-f176.google.com with SMTP id ex7so27215976wid.9 for ; Tue, 02 Dec 2014 00:37:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=vj3xHARuolFza6YMv5D1RZ0vB7kJIPkS1jzS0hpoFok=; b=MVcOmTbevlX6pv3Ahxgp/zzDRG+gUKWiRArZSsGFXXYm/Rt14EAcV1ZpHMFdTvGM2r +ltY5gbJA248y6O5sj6YkrdciNQGFB/PxLfR3JUu3Z3xWBnqt6EqwcBWbfOiV+JVCJFH cTRxzXmiwotsoDgXr+eejnmsAPiciBV8P2oE2Y5vYgCUzHu7kGDvSCPWlttNKr60xaLV t1K4IZdRMBueaRms5siYYFQSjb+ynEBauGcB5wrUfXg27Al1e1Na90ahF8e2TEdAFgRy nEMWNRzWE491UzUY4KfUL9jupsPGEhHxfMP7hg3AjSXsWCvCMwSS+nJk4cBhaj012M7J p/Gw== X-Received: by 10.194.241.194 with SMTP id wk2mr100312785wjc.132.1417509445424; Tue, 02 Dec 2014 00:37:25 -0800 (PST) Received: from groucho.site (ipbcc02219.dynamic.kabel-deutschland.de. [188.192.34.25]) by mx.google.com with ESMTPSA id p14sm2948423wie.1.2014.12.02.00.37.24 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 02 Dec 2014 00:37:24 -0800 (PST) From: Ulrich Hecht To: horms@verge.net.au Cc: geert@linux-m68k.org, linux-sh@vger.kernel.org, magnus.damm@gmail.com, Ulrich Hecht Subject: [PATCH 1/5] ARM: shmobile: r8a73a4: Multiplatform support Date: Tue, 2 Dec 2014 09:37:15 +0100 Message-Id: <1417509439-31739-2-git-send-email-ulrich.hecht+renesas@gmail.com> X-Mailer: git-send-email 1.8.4.5 In-Reply-To: <1417509439-31739-1-git-send-email-ulrich.hecht+renesas@gmail.com> References: <1417509439-31739-1-git-send-email-ulrich.hecht+renesas@gmail.com> 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 Enable r8a73a4 Multiplatform support for the generic r8a73a4 machine vector. Signed-off-by: Ulrich Hecht Acked-by: Magnus Damm --- arch/arm/mach-shmobile/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 1b4fafe..d107b93 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -51,6 +51,11 @@ config ARCH_R7S72100 bool "RZ/A1H (R7S72100)" select SYS_SUPPORTS_SH_MTU2 +config ARCH_R8A73A4 + bool "R-Mobile APE6 (R8A73A40)" + select ARCH_RMOBILE + select RENESAS_IRQC + config ARCH_R8A7740 bool "R-Mobile A1 (R8A77400)" select ARCH_RMOBILE