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 7AC47C4167B for ; Wed, 29 Nov 2023 15:34:58 +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: 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=w75RGCPJUp9T5P6yG2bzY6vCD5NOOOlnlbkJpMNUwpo=; b=0Ifd267QxI68t6WP3dYHViKsic DzaWpQFB2c6janK8hdWhQGghJCZzV2fJ4YH32doNW+0OgE65NNnk/RGkdInCkCh0W1G7pMDF1ZCHJ FEwRta0L90QdxHCHyhof8esXtjkFn6mT2fjmhlCrRJihzOj8vrE0dtFEaYYcVD2Mss5hpptqb6ftO CdRL9CzUOZipDfDBkKO9i5pZxXdNpco7cBrHnimPMAM+R6powfEjgcW1znB758SlQIvihPhIV/Q+0 POBj4Px7KQ0digZd0u0Pt44VBpqGvItiIL8Yz4aEjHbBS41ZwhxOTSDgLl6gFjy9OGyNJDl/tuazg 0jnhcZzA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1r8Ma5-008lNv-1S; Wed, 29 Nov 2023 15:34:29 +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 1r8Ma2-008lNV-3A for linux-arm-kernel@lists.infradead.org; Wed, 29 Nov 2023 15:34:28 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 2419661C0D; Wed, 29 Nov 2023 15:34:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 10CA3C433C8; Wed, 29 Nov 2023 15:34:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701272065; bh=NDds0U//x3U5dLm8RNoLfCGV6444vjGBb1oXhvGNN/w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gGWz/fIEJqq3GbXihGQtbeznsAIgwFjUQsttBkb86C+Addjd8y16Hb4JDOMLFwIDt lkM7Xp0xvNaxO3v0HYRQ0C06j9Nq2+KlThujRXUkBLtEbr/AseEmmrSRYOe3ZV9Llm hMBmbpk6KAedpeJbrMkH4wx7eL9+t0Ux6ITHkIsy2zlp3HbTyXnHv1emaHmugDcauT C2OnAWFRzewr2jW80nhTqMdtsNyOO4LvhVJ4nUseG9rtr4DM+8wPLWi/xyxeQazxco Jg7syfPN9XqJxVBMO3aTZvh4UeIFkG3HYZURlbTi7Usx0hMCtsgqum3tEXGXk5C3YX GNZ5QptaIOi7w== Date: Wed, 29 Nov 2023 15:34:20 +0000 From: Conor Dooley To: Thomas Richard Cc: Nishanth Menon , Tero Kristo , Santosh Shilimkar , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Vignesh Raghavendra , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, thomas.petazzoni@bootlin.com, gregory.clement@bootlin.com, u-kumar1@ti.com Subject: Re: [PATCH 1/5] dt-bindings: arm: keystone: add ti,j7200-sci compatible Message-ID: <20231129-caress-banister-5b5ccbf183e6@spud> References: <20231129-j7200-tisci-s2r-v1-0-c1d5964ed574@bootlin.com> <20231129-j7200-tisci-s2r-v1-1-c1d5964ed574@bootlin.com> MIME-Version: 1.0 In-Reply-To: <20231129-j7200-tisci-s2r-v1-1-c1d5964ed574@bootlin.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231129_073427_061065_AADFBDC5 X-CRM114-Status: GOOD ( 10.53 ) 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="===============7912255007645398460==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============7912255007645398460== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="gK04LOCo56bJjY2Y" Content-Disposition: inline --gK04LOCo56bJjY2Y Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 29, 2023 at 04:31:17PM +0100, Thomas Richard wrote: > On j7200, during suspend to ram the soc is powered-off. > At resume requested irqs shall be restored which is a different behavior > from other platforms. >=20 > Signed-off-by: Thomas Richard Acked-by: Conor Dooley Cheers, Conor. --gK04LOCo56bJjY2Y Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZWdZ/AAKCRB4tDGHoIJi 0kf/AP0ZTbNtxuRwCyGVqVjCdAnWLiq7QIYJJ1r6C9hjnpzH+gEAwZQSk1M057wJ JnIpWdjsgxSsgP9VTogKzDwN5JbEXQI= =Iq88 -----END PGP SIGNATURE----- --gK04LOCo56bJjY2Y-- --===============7912255007645398460== 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 --===============7912255007645398460==--