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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 176DEC77B7A for ; Wed, 24 May 2023 19:21:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: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-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=cKOwlZP6Feb3+Un+P0s6+TeraunMujzM0CKfufeTCYU=; b=VzbQnZVmxnrrn/CmUwCLf4DOxK Ltc91hupnBEk43HAQFbkS6f320kJFOY3TZ7OWLc9/B3xB9+IbF73G4aKCQ4xuqv76quUoyyWI4eCu tLBS9PAD7xm40u9RxqxtKQnAp4tFxslhR3AhzFbXw/CZku09xrG0Chg/n2aWqprIs8E8mM0lL3QCs qwRfkOUJ6GDAy6jw65gTFSuGvBEx3+wJbIHAUQm9XQ441DekYV5xARx3gZz88tn+Gh/Uortsrgkfq ZyWCm+6oXi7zF7zd9YvddbAjltwXqyiDq5xfVHxc5AXfxHvoH/tVbgz/A2V7JfbpzxVL0wE8ffffx 3wFZqYyw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q1u2Q-00ETE3-2R; Wed, 24 May 2023 19:20:46 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q1u2N-00ETD1-29 for linux-arm-kernel@lists.infradead.org; Wed, 24 May 2023 19:20:45 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E21B363D92; Wed, 24 May 2023 19:20:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 13E35C4339B; Wed, 24 May 2023 19:20:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1684956042; bh=0BW26BnyDlJYQd0cf5O7OSFXRRUfAR0G9SM1qM9yyTw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mcxD97bomJT9rSCmKwRlKSYRPQjHECUIA6iMAvlGizL58/JHRYfDN99YPYRxM2/F2 VdJ9psGQrqcvjY57x9HsPBGYfGv6x412zeJpGL+t3gquvnG16nmfXmU4BU9qqpQeEb s2QkJYozMyi7hiCdz07OW6CFKaVxfvTg67kKLMFzH57VYfwXCj4Lvx7EDg6xYIxNLq ChzeWy18OVq78AS27qMPKFby+Toinzm8J9ohtTxM9lh0f+vvMaRklu040P6zutGYH2 JMnRaIYA9ffOVUIXPQ2x7jf/pA5ToI71P1eJpPx+4NFGq/OExCDfr0u9NXHwnCSAJs X34cCiXzXhuPw== Date: Wed, 24 May 2023 20:20:37 +0100 From: Conor Dooley To: Claudiu Beznea Subject: Re: [PATCH v2 2/4] dt-bindings: power: reset: atmel,at91sam9260-shdwc: convert to yaml Message-ID: <20230524-egging-juicy-c9fc153c6158@spud> References: <20230524123528.439082-1-claudiu.beznea@microchip.com> <20230524123528.439082-3-claudiu.beznea@microchip.com> MIME-Version: 1.0 In-Reply-To: <20230524123528.439082-3-claudiu.beznea@microchip.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230524_122043_744582_D694A4B7 X-CRM114-Status: GOOD ( 11.07 ) 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: , Cc: devicetree@vger.kernel.org, alexandre.belloni@bootlin.com, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, conor+dt@kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, sre@kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: multipart/mixed; boundary="===============1021972190167180307==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============1021972190167180307== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="tsyUzQT+iaIPUW8F" Content-Disposition: inline --tsyUzQT+iaIPUW8F Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 24, 2023 at 03:35:26PM +0300, Claudiu Beznea wrote: > Convert Atmel shutdown controller to YAML. >=20 Same here. Modulo thinking Rob should Ack it because I think this will re-license the txt binding, Reviewed-by: Conor Dooley Thanks, Conor. --tsyUzQT+iaIPUW8F Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZG5jhQAKCRB4tDGHoIJi 0rS2AP4hNlHQpXjR75LYUtdIe5B7WSZ0V7bVh0ogZi91GoOFWQD/XbM3dxMz1Put DckCzTBWP6f5Rp462l5iem+3dlkDXAo= =rx/y -----END PGP SIGNATURE----- --tsyUzQT+iaIPUW8F-- --===============1021972190167180307== 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 --===============1021972190167180307==--