From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3AA2F2FB6 for ; Tue, 18 May 2021 14:42:01 +0000 (UTC) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 94D685C0078; Tue, 18 May 2021 10:42:00 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Tue, 18 May 2021 10:42:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cerno.tech; h= date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=fm2; bh=YgUnKWPLXtTSoYCrHJ7uD62GR8D CqNUmpuXjd/mwDI4=; b=D9+cnkyj+vegtUQEWXpO6E4Wgy9XmPwpTIS9PElobBn VF/ABDg2vXEsbWhvaHAmvI/g74e8XEPJQGmzOf0Zm0Am2/ckKB+Jd5/vSJlGK3c4 yiY2lY9Q0SgrfcRxGT8dQQW2XTWLT6VxhHflH0llane6qNvaPARGdelQBn+3ciab pNs/quVwRci4lWOJHOZSGBfrBUX0ChIAE6PliREE+jhaN47gVgKeqjzZpRDAWOrd v6dXjArwc6Ih2Efyl9q1yGim0cyVMnR4sv2bZmE+iHfPxTKeVnzLz14dq8SCpK3+ C3fbgBA37Z2U1mr3CWgrKQ0Z0e2mS5ecJTYsLVHJnIQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=YgUnKW PLXtTSoYCrHJ7uD62GR8DCqNUmpuXjd/mwDI4=; b=wAOQQdv+tVRVQwuFkv7WXK DfxtfjYLLLrSOaUdEO1kT7orRY/oC/LHg+dfIbzzVFFm2L8pd0VpXspZGnDrtizg av/j1YYqM0KX/+Oc1h0S6fLPrxWL4ywZ0UaIiew2Wdc4UeLHeXdL7S6/Gh2QIx4k qvdwt27iKtrRrJSeWD/XqzUKsbW/MoJtBmKeKvAj3VCUPPa1IObchuCGvvL78UGO T3W8sVrKP8mQ5tReFj8FxupTB2VXVa4utseeVKBF2m6Ulx9rcy9Duim6l9QhQbUp DZW/MLfSX96OTtqSTf9rx2yC3TSQavPBYW2wJZYsLz8oWKRo+z/jslY4QZbPj9nw == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrvdeijedgjeekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfffhvffukfhfgggtuggjsehgtderredttddvnecuhfhrohhmpeforgigihhm vgcutfhiphgrrhguuceomhgrgihimhgvsegtvghrnhhordhtvggthheqnecuggftrfgrth htvghrnhepleekgeehhfdutdeljefgleejffehfffgieejhffgueefhfdtveetgeehieeh gedunecukfhppeeltddrkeelrdeikedrjeeinecuvehluhhsthgvrhfuihiivgeptdenuc frrghrrghmpehmrghilhhfrhhomhepmhgrgihimhgvsegtvghrnhhordhtvggthh X-ME-Proxy: Received: from localhost (lfbn-tou-1-1502-76.w90-89.abo.wanadoo.fr [90.89.68.76]) by mail.messagingengine.com (Postfix) with ESMTPA; Tue, 18 May 2021 10:41:59 -0400 (EDT) Date: Tue, 18 May 2021 16:41:57 +0200 From: Maxime Ripard To: Tobias Schramm Cc: Jernej =?utf-8?Q?=C5=A0krabec?= , devicetree@vger.kernel.org, Rob Herring , Chen-Yu Tsai , linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/2] ARM: dts: sun8i: v3s: add pwm controller to v3s dts Message-ID: <20210518144157.27ahl5d6oo6ij2br@gilmour> References: <20210513203527.2072090-1-t.schramm@manjaro.org> X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="ohu52cazgyohwcuf" Content-Disposition: inline In-Reply-To: <20210513203527.2072090-1-t.schramm@manjaro.org> --ohu52cazgyohwcuf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 13, 2021 at 10:35:25PM +0200, Tobias Schramm wrote: > This patchset adds the pwm controller to the Allwinner V3s dts. The PWM > controller is compatible with the one found in the Allwinner A20. >=20 > This is v2 of this patchset. Applied both, thanks Maxime --ohu52cazgyohwcuf Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCYKPSNQAKCRDj7w1vZxhR xbY2AQDxrdAuccSfqaGj2NNOhoDEnXZ5EszygOkWwGpLuPi7dgD/ZhbZ8PR6DHgp w/aINtgVz4zBL6EcN3eH7lrytRWGTA0= =dHGb -----END PGP SIGNATURE----- --ohu52cazgyohwcuf-- 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=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no 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 0ECC4C433B4 for ; Tue, 18 May 2021 14:44:15 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (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 8C79560FF2 for ; Tue, 18 May 2021 14:44:14 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8C79560FF2 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=cerno.tech 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=desiato.20200630; h=Sender:Content-Type: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date: Reply-To:Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date :Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=JksshnjXIykGZeYwmOssPi04X2K0fenI92RhLKu5+Ss=; b=A1uLNJHxrHlZTaW29clrFOqr3 UFnSqHrNwsCwDg/3zxnfOH02D/sjtGlQaHEeXebByUgy7iG+cwF3dgVOTCsN2AI6DrgJfmbALricG 0dv6xPU9n5FkAu/buOGhGsL+nEEBV01Q2Gkqv7jHJhpBrhrVNLFZx2/UHfnwCpcPjh1/7DoLL6QRh ehEg4Jh1HTwILtDkQWxfFrQC3rogUBUYEakI3VWlmkYzPMXi2XAov1v967T7xV4EeZHJsTVTX4G/L 8cT6KQsjBr65+qh5Q37a75MKujUp6SrY+hv1wbHY7ziMIANyuL0Z+Pxx2D+8h/sny+m6DCupSVMrb XDpTx3VvA==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lj0vB-00153x-9S; Tue, 18 May 2021 14:42:09 +0000 Received: from bombadil.infradead.org ([2607:7c80:54:e::133]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lj0v6-00153R-1f for linux-arm-kernel@desiato.infradead.org; Tue, 18 May 2021 14:42:04 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=YgUnKWPLXtTSoYCrHJ7uD62GR8DCqNUmpuXjd/mwDI4=; b=DyY3hTZBgUK5YKQD5L1F9A9yhM qR01bPSevWriw30rixf3bdO0YKwB01NseossM35CwXBBRUDqGRmXnuhqEKZamuN0aJf3WC6Q3wMFp YYiHYjSGQarnF8JWCsNrLcNA0nkUtfETFLQvvvLsHoH5Sg9HggwfDFSy2kuedfag1QosQkVFi1nYW aAIGWmlgFdiC8+BqRvKhkHZWsDfi6sxq6WbMfGez4ZYdPYaez8K3OCkYQq1kAxTAXJNWBSdEle3mh MvbhcSrYJrPQFwZ4DGZXvr6bxm5z8QbQd5EdBoLNm+W9tb3Y2N5Eo0JKFTwdnlvIgvjp4nwTvG4el 3QR9PnvQ==; Received: from out3-smtp.messagingengine.com ([66.111.4.27]) by bombadil.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lj0v3-00EjqU-Fm for linux-arm-kernel@lists.infradead.org; Tue, 18 May 2021 14:42:02 +0000 Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 94D685C0078; Tue, 18 May 2021 10:42:00 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Tue, 18 May 2021 10:42:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cerno.tech; h= date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=fm2; bh=YgUnKWPLXtTSoYCrHJ7uD62GR8D CqNUmpuXjd/mwDI4=; b=D9+cnkyj+vegtUQEWXpO6E4Wgy9XmPwpTIS9PElobBn VF/ABDg2vXEsbWhvaHAmvI/g74e8XEPJQGmzOf0Zm0Am2/ckKB+Jd5/vSJlGK3c4 yiY2lY9Q0SgrfcRxGT8dQQW2XTWLT6VxhHflH0llane6qNvaPARGdelQBn+3ciab pNs/quVwRci4lWOJHOZSGBfrBUX0ChIAE6PliREE+jhaN47gVgKeqjzZpRDAWOrd v6dXjArwc6Ih2Efyl9q1yGim0cyVMnR4sv2bZmE+iHfPxTKeVnzLz14dq8SCpK3+ C3fbgBA37Z2U1mr3CWgrKQ0Z0e2mS5ecJTYsLVHJnIQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=YgUnKW PLXtTSoYCrHJ7uD62GR8DCqNUmpuXjd/mwDI4=; b=wAOQQdv+tVRVQwuFkv7WXK DfxtfjYLLLrSOaUdEO1kT7orRY/oC/LHg+dfIbzzVFFm2L8pd0VpXspZGnDrtizg av/j1YYqM0KX/+Oc1h0S6fLPrxWL4ywZ0UaIiew2Wdc4UeLHeXdL7S6/Gh2QIx4k qvdwt27iKtrRrJSeWD/XqzUKsbW/MoJtBmKeKvAj3VCUPPa1IObchuCGvvL78UGO T3W8sVrKP8mQ5tReFj8FxupTB2VXVa4utseeVKBF2m6Ulx9rcy9Duim6l9QhQbUp DZW/MLfSX96OTtqSTf9rx2yC3TSQavPBYW2wJZYsLz8oWKRo+z/jslY4QZbPj9nw == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrvdeijedgjeekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfffhvffukfhfgggtuggjsehgtderredttddvnecuhfhrohhmpeforgigihhm vgcutfhiphgrrhguuceomhgrgihimhgvsegtvghrnhhordhtvggthheqnecuggftrfgrth htvghrnhepleekgeehhfdutdeljefgleejffehfffgieejhffgueefhfdtveetgeehieeh gedunecukfhppeeltddrkeelrdeikedrjeeinecuvehluhhsthgvrhfuihiivgeptdenuc frrghrrghmpehmrghilhhfrhhomhepmhgrgihimhgvsegtvghrnhhordhtvggthh X-ME-Proxy: Received: from localhost (lfbn-tou-1-1502-76.w90-89.abo.wanadoo.fr [90.89.68.76]) by mail.messagingengine.com (Postfix) with ESMTPA; Tue, 18 May 2021 10:41:59 -0400 (EDT) Date: Tue, 18 May 2021 16:41:57 +0200 From: Maxime Ripard To: Tobias Schramm Cc: Jernej =?utf-8?Q?=C5=A0krabec?= , devicetree@vger.kernel.org, Rob Herring , Chen-Yu Tsai , linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/2] ARM: dts: sun8i: v3s: add pwm controller to v3s dts Message-ID: <20210518144157.27ahl5d6oo6ij2br@gilmour> References: <20210513203527.2072090-1-t.schramm@manjaro.org> MIME-Version: 1.0 In-Reply-To: <20210513203527.2072090-1-t.schramm@manjaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210518_074201_614913_9F0DE0BD X-CRM114-Status: GOOD ( 11.11 ) 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: multipart/mixed; boundary="===============8842744155061006871==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============8842744155061006871== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="ohu52cazgyohwcuf" Content-Disposition: inline --ohu52cazgyohwcuf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 13, 2021 at 10:35:25PM +0200, Tobias Schramm wrote: > This patchset adds the pwm controller to the Allwinner V3s dts. The PWM > controller is compatible with the one found in the Allwinner A20. >=20 > This is v2 of this patchset. Applied both, thanks Maxime --ohu52cazgyohwcuf Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCYKPSNQAKCRDj7w1vZxhR xbY2AQDxrdAuccSfqaGj2NNOhoDEnXZ5EszygOkWwGpLuPi7dgD/ZhbZ8PR6DHgp w/aINtgVz4zBL6EcN3eH7lrytRWGTA0= =dHGb -----END PGP SIGNATURE----- --ohu52cazgyohwcuf-- --===============8842744155061006871== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============8842744155061006871==--