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=-9.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 EE187C433E0 for ; Fri, 29 Jan 2021 15:57:17 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 917A864D92 for ; Fri, 29 Jan 2021 15:57:17 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 917A864D92 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.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=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:References:In-Reply-To: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=7KW27vzuogWYkU5/rR35l5Vs7HwsbnBoKKktdURIBx4=; b=Wvfp9mt8cVf7x3+TFSbrdU5rR Kxrb6wrSr8odAD8xCf7vCwah7jp69pbihhpGvwJSNUnsDVnN1cXu+8Gxfmtq1AHp2JQ84wPJT97mI jNkM9QgPc/Bop7XFEv5k/PXQCznagXSPn0rW1TQRUc5tLRcKfNhHjyz1MRSa4TTkrd1zWnB3Yuorl q5UphgWXK8h8XMeuWJM1cxWPut5Bu5qs220okMKT9NT2vogOXJdTYEpZFVIZcnMg/zVUU3H2zt0Wh 6bzza/SdjJ/bzMYM6CGqblDBOqms15eSfH96E+sSbJBphXgNaq4VPV8xZQviYt/q0ED261oWgWF6H 1ylfM5WdQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l5W82-0001dJ-17; Fri, 29 Jan 2021 15:56:10 +0000 Received: from relay4-d.mail.gandi.net ([217.70.183.196]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l5W80-0001ch-5Z for linux-arm-kernel@lists.infradead.org; Fri, 29 Jan 2021 15:56:09 +0000 X-Originating-IP: 90.65.91.141 Received: from localhost (lfbn-lyo-1-1912-141.w90-65.abo.wanadoo.fr [90.65.91.141]) (Authenticated sender: gregory.clement@bootlin.com) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 2D047E0006; Fri, 29 Jan 2021 15:56:06 +0000 (UTC) From: Gregory CLEMENT To: Bartosz Golaszewski , Andrew Lunn , Sebastian Hesselbarth Subject: Re: [PATCH v7 2/3] arm64: dts: armada: add pwm offsets for ap/cp gpios In-Reply-To: References: <75637257694de0d4a9e432e1d8270019a4e6328b.1610364681.git.baruch@tkos.co.il> Date: Fri, 29 Jan 2021 16:56:05 +0100 Message-ID: <87tuqzspnu.fsf@BL-laptop> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210129_105608_326416_DFF3E3A4 X-CRM114-Status: GOOD ( 11.80 ) 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: linux-pwm@vger.kernel.org, Baruch Siach , linux-devicetree , Linus Walleij , Russell King , linux-gpio , Rob Herring , Chris Packham , arm-soc 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 Hello Bartosz, > On Mon, Jan 11, 2021 at 12:47 PM Baruch Siach wrote: >> >> The 'marvell,pwm-offset' property of both GPIO blocks (per CP component) >> point to the same counter registers offset. The driver will decide how >> to use counters A/B. >> >> This is different from the convention of pwm on earlier Armada series >> (370/38x). On those systems the assignment of A/B counters to GPIO >> blocks is coded in both DT and the driver. The actual behaviour of the >> current driver on Armada 8K/7K is the same as earlier systems. >> >> Add also clock properties for base pwm frequency reference. >> >> Signed-off-by: Baruch Siach >> --- > > Andrew, Gregory, Sebastian, > > Can we get your Acks on this patch? Are you fine with it going through > the GPIO tree? I prefer applying it on our tree to avoid merge conflicts. Gregory > > Bartosz -- Gregory Clement, Bootlin Embedded Linux and Kernel engineering http://bootlin.com _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel