From patchwork Thu Sep 17 09:55:01 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 7205031 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 305C5BEEC1 for ; Thu, 17 Sep 2015 09:55:54 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 567832041F for ; Thu, 17 Sep 2015 09:55:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6BED720414 for ; Thu, 17 Sep 2015 09:55:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753725AbbIQJzH (ORCPT ); Thu, 17 Sep 2015 05:55:07 -0400 Received: from mail-pa0-f54.google.com ([209.85.220.54]:35129 "EHLO mail-pa0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753653AbbIQJzE (ORCPT ); Thu, 17 Sep 2015 05:55:04 -0400 Received: by pacfv12 with SMTP id fv12so16512706pac.2; Thu, 17 Sep 2015 02:55:03 -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=BZK/yc6QyD5iB1jrGbuL41ulGYfmUsKcPPuYQasZrZk=; b=k53kUCTpkLrCIJg7J8VnZgG1VOns1kV9ciRZhcWAc0wZ5ZMNFw2WkAaOYbAG8ezYZg woR2oASVINbG9yLjj1kETQnUKeudD5zoE5NYbZFTEWTFNy6yOalvtTEFAE3zpC6Y6yoq b11e3MrO9engjb2qZZCAeHTKra4dgLtkKA3KUjjrFpz/PjriaZarA9Ma+WB5VzkxMJdA iC1oghrUPx0XXuPo59jRenWK/D8S5MdGK26tUIxjeEf7zS4JtBs4xKvz1MWPNkXCIFT8 +w6uWh2JmG7JLyG3q6VvS06sn3wUsfdhSnBbgq7vl+QqlX8F2b8Hn+xkjQgMcz5enLGV fV4A== X-Received: by 10.68.89.100 with SMTP id bn4mr71145684pbb.93.1442483702995; Thu, 17 Sep 2015 02:55:02 -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 dh1sm2655813pbd.49.2015.09.17.02.55.00 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 17 Sep 2015 02:55:02 -0700 (PDT) From: Magnus Damm To: linux-kernel@vger.kernel.org Cc: devicetree@vger.kernel.org, laurent.pinchart+renesas@ideasonboard.com, geert+renesas@glider.be, linux-sh@vger.kernel.org, daniel.lezcano@linaro.org, horms+renesas@verge.net.au, Magnus Damm , tglx@linutronix.de Date: Thu, 17 Sep 2015 18:55:01 +0900 Message-Id: <20150917095501.5369.97124.sendpatchset@little-apple> In-Reply-To: <20150917095325.5369.73893.sendpatchset@little-apple> References: <20150917095325.5369.73893.sendpatchset@little-apple> Subject: [PATCH v2 10/11] clocksource: sh_cmt: Remove unused 32-bit CMT bindings 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 Remove the 32-bit CMT compat strings to reduce maintenance burden. It should be fine to break DT compatibility because the 32-bit 32-bit CMT DT binding was never part of any upstream DTS file. Signed-off-by: Magnus Damm Acked-by: Geert Uytterhoeven --- Changes since V1: - New patch drivers/clocksource/sh_cmt.c | 2 -- 1 file changed, 2 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 --- 0005/drivers/clocksource/sh_cmt.c +++ work/drivers/clocksource/sh_cmt.c 2015-09-17 18:06:35.940513000 +0900 @@ -957,8 +957,6 @@ static const struct platform_device_id s MODULE_DEVICE_TABLE(platform, sh_cmt_id_table); static const struct of_device_id sh_cmt_of_table[] __maybe_unused = { - { .compatible = "renesas,cmt-32", .data = &sh_cmt_info[SH_CMT_32BIT] }, - { .compatible = "renesas,cmt-32-fast", .data = &sh_cmt_info[SH_CMT_32BIT_FAST] }, { .compatible = "renesas,cmt-48", .data = &sh_cmt_info[SH_CMT_48BIT] }, { .compatible = "renesas,cmt-48-gen2", .data = &sh_cmt_info[SH_CMT0_RCAR_GEN2] }, { .compatible = "renesas,cmt0-rcar-gen2", .data = &sh_cmt_info[SH_CMT0_RCAR_GEN2] },