From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-14.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 74069C47089 for ; Wed, 26 May 2021 16:54:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 59211613E6 for ; Wed, 26 May 2021 16:54:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233477AbhEZQzj (ORCPT ); Wed, 26 May 2021 12:55:39 -0400 Received: from fllv0015.ext.ti.com ([198.47.19.141]:49658 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233324AbhEZQzi (ORCPT ); Wed, 26 May 2021 12:55:38 -0400 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 14QGs1Nm110616; Wed, 26 May 2021 11:54:01 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1622048041; bh=YrZcAHR1kHG+Yfk7kFQGlN15MJsRJL5qL9Iv7kqMW3M=; h=From:To:CC:Subject:Date; b=khGO/Wk0KKbpl7+52QVXET4do11V4SRRM2Vl0TlJ7h2/L30kXlYvjAAiq9kitY70e hzueqqdnrd+BDkXUwctobWQWEJBP3Lczz5TznOAFu5zKDa86aBCZCgtUX9Cdlx+fpg TmwUAZpIhcY82JlD09eEYSLnL3M8mXzk3QmyOPjQ= Received: from DFLE104.ent.ti.com (dfle104.ent.ti.com [10.64.6.25]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 14QGs10j091935 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 26 May 2021 11:54:01 -0500 Received: from DFLE102.ent.ti.com (10.64.6.23) by DFLE104.ent.ti.com (10.64.6.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Wed, 26 May 2021 11:54:01 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE102.ent.ti.com (10.64.6.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2 via Frontend Transport; Wed, 26 May 2021 11:54:01 -0500 Received: from lokesh-ssd.dhcp.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 14QGruiF097418; Wed, 26 May 2021 11:53:57 -0500 From: Lokesh Vutla To: , , Rob Herring CC: Device Tree Mailing List , , Vignesh R , , Linux ARM Mailing List , Nishanth Menon , Lokesh Vutla Subject: [PATCH 0/2] clk: keystone: Add support for AM64 specific ehrpwm-tbclk Date: Wed, 26 May 2021 22:23:54 +0530 Message-ID: <20210526165356.22690-1-lokeshvutla@ti.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This series adds support for AM64 specific ehrpwm Time-base submodule clock. Lokesh Vutla (2): dt-bindings: clock: ehrpwm: Add support for AM64 specific compatible clk: keystone: syscon-clk: Add support for AM64 specific ehrpwm-tbclk .../bindings/clock/ti,am654-ehrpwm-tbclk.yaml | 4 +++- drivers/clk/keystone/syscon-clk.c | 17 +++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) -- 2.31.1 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5AA53C47088 for ; Wed, 26 May 2021 17:59:18 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 13754611C2 for ; Wed, 26 May 2021 17:59:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 13754611C2 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=ti.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:CC :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=rQX3JXUxmkRnl8MW4FYjPAJqOJQ4eUL/SD36SQLeuoQ=; b=gupEx4r9Vkx7v0 l8GyeQncCduKRkAZtKhlXf8I8D5ruZ8d97snPjDQyQ4gSevROB4P/El6moeaR3DHgO7qtvnjHiGpB hDQaYIPhMgbq2v7SxW7a/lq5bBgozrCrYSmt5h9IW/k/Q9sKxmW5qnwn/NfSvT3OU4XfpZHsMUBT7 CDNsktAl7WkpMez5OVwHGRG0XfqeP+F36W9lkplQn/4CGP4iN8i2+p5xnB2PJs339uBRzzn+V4KIm qLC1MYyjdiOzfi5JA2PaZOOXgOfk3D+ztDdhJgG3wJLj09s4YCcoISIUbE+je9qeUtdKqOZmirA0H 6OFP1rbgQGqoB0yZdPvg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1llxly-00GIuh-IY; Wed, 26 May 2021 17:56:53 +0000 Received: from fllv0015.ext.ti.com ([198.47.19.141]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1llwnE-00FtVQ-2L for linux-arm-kernel@lists.infradead.org; Wed, 26 May 2021 16:54:06 +0000 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 14QGs1Nm110616; Wed, 26 May 2021 11:54:01 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1622048041; bh=YrZcAHR1kHG+Yfk7kFQGlN15MJsRJL5qL9Iv7kqMW3M=; h=From:To:CC:Subject:Date; b=khGO/Wk0KKbpl7+52QVXET4do11V4SRRM2Vl0TlJ7h2/L30kXlYvjAAiq9kitY70e hzueqqdnrd+BDkXUwctobWQWEJBP3Lczz5TznOAFu5zKDa86aBCZCgtUX9Cdlx+fpg TmwUAZpIhcY82JlD09eEYSLnL3M8mXzk3QmyOPjQ= Received: from DFLE104.ent.ti.com (dfle104.ent.ti.com [10.64.6.25]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 14QGs10j091935 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 26 May 2021 11:54:01 -0500 Received: from DFLE102.ent.ti.com (10.64.6.23) by DFLE104.ent.ti.com (10.64.6.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Wed, 26 May 2021 11:54:01 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE102.ent.ti.com (10.64.6.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2 via Frontend Transport; Wed, 26 May 2021 11:54:01 -0500 Received: from lokesh-ssd.dhcp.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 14QGruiF097418; Wed, 26 May 2021 11:53:57 -0500 From: Lokesh Vutla To: , , Rob Herring CC: Device Tree Mailing List , , Vignesh R , , Linux ARM Mailing List , Nishanth Menon , Lokesh Vutla Subject: [PATCH 0/2] clk: keystone: Add support for AM64 specific ehrpwm-tbclk Date: Wed, 26 May 2021 22:23:54 +0530 Message-ID: <20210526165356.22690-1-lokeshvutla@ti.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210526_095404_294102_56126809 X-CRM114-Status: UNSURE ( 8.97 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org This series adds support for AM64 specific ehrpwm Time-base submodule clock. Lokesh Vutla (2): dt-bindings: clock: ehrpwm: Add support for AM64 specific compatible clk: keystone: syscon-clk: Add support for AM64 specific ehrpwm-tbclk .../bindings/clock/ti,am654-ehrpwm-tbclk.yaml | 4 +++- drivers/clk/keystone/syscon-clk.c | 17 +++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) -- 2.31.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel