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=-5.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 C076AC54E8F for ; Tue, 12 May 2020 14:52:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 923D5206F5 for ; Tue, 12 May 2020 14:52:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589295142; bh=0/vW+kBeSkulwcs/bDG1v4VZfipm6BOkGnOi2pgk9lQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=AVD9Ez9OgmFbWRjSyGx4Pek1StjifkOGivuC806ffXE+4pvSFUqmguyRRbapAm/vN mTKz89pTqfei1x1UaxcoIYX+OaasYsgmA6aU2A7h+Ok5MyDAXB+yLq3G85VyMNyhLX MEJvB0v++1bMlJkdrgTcqTlf3cRDbwGTTA1Wb0lw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726300AbgELOwT (ORCPT ); Tue, 12 May 2020 10:52:19 -0400 Received: from mail-ot1-f66.google.com ([209.85.210.66]:42136 "EHLO mail-ot1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725929AbgELOwT (ORCPT ); Tue, 12 May 2020 10:52:19 -0400 Received: by mail-ot1-f66.google.com with SMTP id m18so10664710otq.9; Tue, 12 May 2020 07:52:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=UBsjlnQ0ZdWz2mP4d91uXqSW8it9Smi8pG4uRvDSloc=; b=q8FIuop8HZQAE914fu7cgV1JMn9XAvYIsbPdvklxN7ORhCxuLUdFLZCOlCP/JlyjOR O0LkyT6o8tx6k2wd9TKhKbzG4c8ndXz9jdCbCSG5q0zTcxEBsAKSTM+e2EFK7o4cHrk4 AFV00oB23Rh1MyG4tZs19Q6whsoMUf23k3gybwURkKiC59tbw5QrfXKbNxewJ6AApGO8 u7p054ycE5NIGo+8R22bfdD9ffZXlkQELamNUTN8/51IhinSGYU1gCsyBa5tJ/fwO5RK 5VvS/lK1KU9X4ZlQXrMGPhasiGMX1oKfNeA08RMupBUfBrOemkcSJUfa/gc/c4T2Tf5X soxg== X-Gm-Message-State: AGi0PuZ6p8eFrn5E3+PVh1PUBTDt4Rk4yWYFZY35fH0dp+99btoU7nH+ AoHIeiw59VeL3syY8OWQzg== X-Google-Smtp-Source: APiQypLTRmbKCY35KSmUwgbrpxbLHM9/yYBgpyb75KwJF2Nli05EW5xWU4borvo9cGPm5XEicRrxkw== X-Received: by 2002:a9d:2215:: with SMTP id o21mr6818101ota.203.1589295137121; Tue, 12 May 2020 07:52:17 -0700 (PDT) Received: from rob-hp-laptop (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id b6sm3525019otq.18.2020.05.12.07.52.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 12 May 2020 07:52:16 -0700 (PDT) Received: (nullmailer pid 23508 invoked by uid 1000); Tue, 12 May 2020 14:52:15 -0000 Date: Tue, 12 May 2020 09:52:15 -0500 From: Rob Herring To: Tony Lindgren Cc: Keerthy , Stephen Boyd , Thomas Gleixner , Graeme Smecher , linux-kernel@vger.kernel.org, Tero Kristo , Aaro Koskinen , devicetree@vger.kernel.org, Andreas Kemnade , "H. Nikolaus Schaller" , Adam Ford , Lokesh Vutla , Daniel Lezcano , Brian Hutchinson , linux-clk@vger.kernel.org, linux-omap@vger.kernel.org, Michael Turquette , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 02/15] dt-bindings: timer: add ti, dmtimer compatible for for system timers Message-ID: <20200512145215.GA23423@bogus> References: <20200429215402.18125-1-tony@atomide.com> <20200429215402.18125-3-tony@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200429215402.18125-3-tony@atomide.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On Wed, 29 Apr 2020 14:53:49 -0700, Tony Lindgren wrote: > The TI dual-mode timer can be used for both clocksource and clockevent > system timers. We need a way to specify which dual-mode timers are > reserved for system timers as there are multiple instances available > that may require a board specific configuration. > > Let's add a generic compatible "ti,dmtimer" that TIMER_OF_DECLARE can > use as suggested by Daniel Lezcano . > > Suggested-by: Daniel Lezcano > Signed-off-by: Tony Lindgren > --- > Documentation/devicetree/bindings/timer/ti,timer.txt | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring 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=-5.7 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 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 425C9C54E4A for ; Tue, 12 May 2020 14:52:33 +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 10CE7206B8 for ; Tue, 12 May 2020 14:52:33 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="rdVABpXC" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 10CE7206B8 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-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.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ofFwKEcFCEa8pDXjFCH1tSIQHR/ONBdcov1s0nyM/Vs=; b=rdVABpXCuu+v2Z ATwp6ApA3N+J19CrAknrzh8wY3RPHFBCI5bempHFKsEPPhDFRsCbha3FsOke8S20ZaiQkN2RzxWEN xFCLC4COlLr0WAt8o6QVX1CDbrLCpFToSAWF/3iT9Szv6fbrO1Wt2jKxo8WwCTZfC5QtfNrZ5kBFP Rubkrn90KEBz1MDGO+iwB6uQrk1yZEWP2URnwU/j48naswPpQswHVHxbV9j/zRyNRitF9FOK4gxlq H7rGy8P8XQ6237+X11PqNRN7MWg4TE0VBdKAS9LSdXH0YuZP4SW6rvC9ny0u50R5gewGqZZR4LLNp tobuIkNlcWvY/UZMKZEQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jYWGf-0001az-VV; Tue, 12 May 2020 14:52:25 +0000 Received: from mail-ot1-f66.google.com ([209.85.210.66]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jYWGY-0001Zu-Dt for linux-arm-kernel@lists.infradead.org; Tue, 12 May 2020 14:52:21 +0000 Received: by mail-ot1-f66.google.com with SMTP id 72so10728642otu.1 for ; Tue, 12 May 2020 07:52:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=UBsjlnQ0ZdWz2mP4d91uXqSW8it9Smi8pG4uRvDSloc=; b=Xmp/QkZTNHikN9xoaqs0Pc34zVBhU0n345k/DNC1ybC2aAGwnSVaqWWJ+4gTvmyDUU pbb9iT5cxaLwRm7UnS9ZSBa4WVuOG5eTNIwl/YxYzqjGDTF/pLk4/LyXNjrW9GYuFZI1 1/67l76iP5UZLWSq0E220mvCPZmV2rvkVO/DPKvuj6pHvt5PCj/su5vkhU5gc1inczTc JSpJzK7Tb7t66CkMEMuehhOLHzqkyQpJhDy8ZqRkzRVk/WEmBTWa0wni1dsi6TjFDjmE 0XkYeZY2yL3kzrMvdhem/zqJyynROZ0lTFsZFCavz4iEJdpqi2t1/UV5txTMX+ezCfPa 3MVg== X-Gm-Message-State: AGi0PuZo8UHjLib56u3+a5BGBssrNV1m2+nQdit3MNywXbo5JW7dVing tV/8hWLTBjjubQ/ADjmhlQ== X-Google-Smtp-Source: APiQypLTRmbKCY35KSmUwgbrpxbLHM9/yYBgpyb75KwJF2Nli05EW5xWU4borvo9cGPm5XEicRrxkw== X-Received: by 2002:a9d:2215:: with SMTP id o21mr6818101ota.203.1589295137121; Tue, 12 May 2020 07:52:17 -0700 (PDT) Received: from rob-hp-laptop (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id b6sm3525019otq.18.2020.05.12.07.52.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 12 May 2020 07:52:16 -0700 (PDT) Received: (nullmailer pid 23508 invoked by uid 1000); Tue, 12 May 2020 14:52:15 -0000 Date: Tue, 12 May 2020 09:52:15 -0500 From: Rob Herring To: Tony Lindgren Subject: Re: [PATCH 02/15] dt-bindings: timer: add ti, dmtimer compatible for for system timers Message-ID: <20200512145215.GA23423@bogus> References: <20200429215402.18125-1-tony@atomide.com> <20200429215402.18125-3-tony@atomide.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200429215402.18125-3-tony@atomide.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200512_075218_464504_1F196D88 X-CRM114-Status: GOOD ( 11.64 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Aaro Koskinen , Stephen Boyd , Keerthy , Michael Turquette , Daniel Lezcano , Graeme Smecher , linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, Tero Kristo , Lokesh Vutla , Andreas Kemnade , "H. Nikolaus Schaller" , Thomas Gleixner , linux-omap@vger.kernel.org, Adam Ford , Brian Hutchinson , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 29 Apr 2020 14:53:49 -0700, Tony Lindgren wrote: > The TI dual-mode timer can be used for both clocksource and clockevent > system timers. We need a way to specify which dual-mode timers are > reserved for system timers as there are multiple instances available > that may require a board specific configuration. > > Let's add a generic compatible "ti,dmtimer" that TIMER_OF_DECLARE can > use as suggested by Daniel Lezcano . > > Suggested-by: Daniel Lezcano > Signed-off-by: Tony Lindgren > --- > Documentation/devicetree/bindings/timer/ti,timer.txt | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel