From patchwork Wed Sep 12 20:10:26 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 10598271 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 037FE920 for ; Wed, 12 Sep 2018 20:10:32 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E6BF02AAAD for ; Wed, 12 Sep 2018 20:10:31 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id DAEDE2AAFB; Wed, 12 Sep 2018 20:10:31 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 802252AAAD for ; Wed, 12 Sep 2018 20:10:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728173AbeIMBQj (ORCPT ); Wed, 12 Sep 2018 21:16:39 -0400 Received: from mail-lf1-f42.google.com ([209.85.167.42]:39071 "EHLO mail-lf1-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726797AbeIMBQi (ORCPT ); Wed, 12 Sep 2018 21:16:38 -0400 Received: by mail-lf1-f42.google.com with SMTP id v77-v6so2817189lfa.6 for ; Wed, 12 Sep 2018 13:10:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cogentembedded-com.20150623.gappssmtp.com; s=20150623; h=from:subject:to:cc:organization:message-id:date:user-agent :mime-version:content-language:content-transfer-encoding; bh=TlrmOL2o8z31XYNzvifH5AJPBcATvvuQtLwFRLQtG4c=; b=nJNmb33gkOwmqofYZQ2CeSCQrHoY59jTyNTBwndS97ONt+UJf9YOZUmu5nC9ym6MbZ SvGN0lTW8b09GQICX3fpeXTV2Kt5G/yT3Vaj0SahssMbaG6C5jJ+8tfBSq19VGItMkVS 8W1DV0j2hBnO2m1fGU0sySQiSZEx9MsOc9WvCrSloOaz33bK3/SQ4bqia/soZtJ8l+Ky YDGKWHTfeAU8b0f33pF2V6WCdwu6W3Nrrr0XuaE2WPUAa35V4QEaZ5qE9W2l6+QLylE5 Y16HJY52E3R+vSVTAu3yAcqOgvKAfkBxJpkjObrCM4hhNMluudFdM4abZzDmQre1eQHi 1Iqw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:subject:to:cc:organization:message-id:date :user-agent:mime-version:content-language:content-transfer-encoding; bh=TlrmOL2o8z31XYNzvifH5AJPBcATvvuQtLwFRLQtG4c=; b=kNq+HSO96v0yrPC8dujrG/8YxTOgWI4bzmF7wqORYC+M4YiJPGwLvvKMucLjdVP6ch nPnWmSv1NhPSMm+Ml4gVOaLDgND/fpvhQeepkLoSCgCR4YsoIK7TY0uf7GHvdscNRJoj IpxR/HTy32yzBbjmtEZm0ZAtgF6zjI4TUENxiOHQBLh45gkoRq6W6f4yuyJmUUXeWacT bmEX3o82B0OSe2g9hTc0zRm43it5+Ull66V5dCoCn5eapo/XWP4KeooNvvrmvjYhphdy dF8MRBDNXYbe/cg2X774YUzpMham6JHffaROFb0JvWxN3rq9SWKatDIIrH+M+MrHqw+S N1Xg== X-Gm-Message-State: APzg51BhRtK3VPWVosQLnzfcE7J1aI/8ARNhrQVfkrWsYoieAPPfx5eQ jCFGnqAC0Xb0+2X0VG8u8BtqMRMwlqE= X-Google-Smtp-Source: ANB0VdYzfyp+9MQNWxb7G/Tdvbtwku75NzT1xHawfoYws0RKamZ6WJQj06L6DvNPhg3FS0jMarDgxA== X-Received: by 2002:a19:94c3:: with SMTP id o64-v6mr2553361lfk.70.1536783029036; Wed, 12 Sep 2018 13:10:29 -0700 (PDT) Received: from wasted.cogentembedded.com ([31.173.84.71]) by smtp.gmail.com with ESMTPSA id g133-v6sm323765lfg.81.2018.09.12.13.10.27 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 12 Sep 2018 13:10:27 -0700 (PDT) From: Sergei Shtylyov Subject: [PATCH v2 0/3] Add R-Car gen3 SoC support to the CMT driver To: Daniel Lezcano , Thomas Gleixner , Rob Herring , "devicetree@vger.kernel.org" Cc: linux-renesas-soc@vger.kernel.org, linux-sh@vger.kernel.org, Mark Rutland Organization: Cogent Embedded Message-ID: Date: Wed, 12 Sep 2018 23:10:26 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 Content-Language: en-MW Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hello! Here's the set of 3 patches against the 'tip.git' repo's 'timers/core' branch plus the CMT driver fixups for the 32/64-bit machines posted recently. We're adding support for the CMT types0/1 found in the R-Car gen3 SoCs. [1/3] clocksource: sh_cmt: properly line-wrap sh_cmt_of_table[] initializer [2/3] dt-bindings: timer: renesas: cmt: document R-Car gen3 support [3/3] clocksource: sh_cmt: add R-Car gen3 support MBR, Sergei