From patchwork Wed Aug 20 13:31:54 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 4751251 Return-Path: X-Original-To: patchwork-linux-sh@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 74C589F344 for ; Wed, 20 Aug 2014 13:29:44 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id AFD4520172 for ; Wed, 20 Aug 2014 13:29:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9979F20170 for ; Wed, 20 Aug 2014 13:29:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751882AbaHTN3m (ORCPT ); Wed, 20 Aug 2014 09:29:42 -0400 Received: from mail-pa0-f50.google.com ([209.85.220.50]:38472 "EHLO mail-pa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751808AbaHTN3l (ORCPT ); Wed, 20 Aug 2014 09:29:41 -0400 Received: by mail-pa0-f50.google.com with SMTP id et14so12019908pad.37 for ; Wed, 20 Aug 2014 06:29:38 -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=yCgwxwMGJqNbmBwa4OHSSiVj2sHnn6zZMQ5hHdg3ouw=; b=wXNeoujBwPC8sLEd+jTlrkUZzoYtnTMTU1wXhTfb22VMIFi8Y70bwrHuN6JNnKa2Js wZXdR3FEdUH0jWkK6D6w0fFja1D/IcxsqqOYlsq4iaO/NmpuPL0Yc3PlXXO8SffUSiab jCumi9i+KRuzhFn2CvLiOzpo2AB5vYyrl+b8lvmNBOMv5HgxSZ8YRqxVQwdPibbVrmzb 7dfkz9yynKDVc0CaLbFwYdAeHmdmp8LoG2IVsoG+aktgHbJ6AbcI8lpVE7ltPmqE6WJ1 IXWxzQF3GCbwnAX5m+Uh6Q3biCSX+4rxd0SSI/vhNNs8Yoz9h0mLvBQzDjijRBAhgr2E QlMA== X-Received: by 10.66.196.131 with SMTP id im3mr51608223pac.21.1408541377400; Wed, 20 Aug 2014 06:29:37 -0700 (PDT) Received: from [127.0.0.1] (s214090.ppp.asahi-net.or.jp. [220.157.214.90]) by mx.google.com with ESMTPSA id fr15sm34170695pdb.5.2014.08.20.06.29.34 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 Aug 2014 06:29:36 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: Magnus Damm , horms@verge.net.au, geert+renesas@glider.be Date: Wed, 20 Aug 2014 22:31:54 +0900 Message-Id: <20140820133154.808.36321.sendpatchset@w520> In-Reply-To: <20140820133121.808.91022.sendpatchset@w520> References: <20140820133121.808.91022.sendpatchset@w520> Subject: [PATCH 03/06] ARM: shmobile: Introduce a Kconfig entry for R-Car Gen1 Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, 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 Add a Kconfig entry for R-Car Generation 1 SoCs that enables TMU timer and the INTC IRQPIN driver. Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/Kconfig | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) -- 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 --- 0003/arch/arm/mach-shmobile/Kconfig +++ work/arch/arm/mach-shmobile/Kconfig 2014-08-19 21:55:09.000000000 +0900 @@ -2,6 +2,11 @@ config ARCH_SHMOBILE bool select ARCH_WANT_OPTIONAL_GPIOLIB +config ARCH_RCAR_GEN1 + bool + select RENESAS_INTC_IRQPIN + select SYS_SUPPORTS_SH_TMU + config ARCH_RMOBILE bool select SYS_SUPPORTS_SH_CMT @@ -34,8 +39,7 @@ config ARCH_R7S72100 config ARCH_R8A7779 bool "R-Car H1 (R8A77790)" - select RENESAS_INTC_IRQPIN - select SYS_SUPPORTS_SH_TMU + select ARCH_RCAR_GEN1 config ARCH_R8A7790 bool "R-Car H2 (R8A77900)" @@ -105,19 +109,17 @@ config ARCH_R8A7740 config ARCH_R8A7778 bool "R-Car M1A (R8A77781)" + select ARCH_RCAR_GEN1 select CPU_V7 select SH_CLK_CPG select ARM_GIC - select SYS_SUPPORTS_SH_TMU - select RENESAS_INTC_IRQPIN config ARCH_R8A7779 bool "R-Car H1 (R8A77790)" + select ARCH_RCAR_GEN1 select ARM_GIC select CPU_V7 select SH_CLK_CPG - select RENESAS_INTC_IRQPIN - select SYS_SUPPORTS_SH_TMU config ARCH_R8A7790 bool "R-Car H2 (R8A77900)"