From mboxrd@z Thu Jan 1 00:00:00 1970 From: Conor Dooley Date: Tue, 26 Mar 2024 18:24:25 +0000 Subject: [PATCH v6 1/2] dt-bindings: arm: aspeed: add ASUS X4TF board In-Reply-To: <32cd6f33-b4e9-4b7a-bcea-b1f2e421d67e@linaro.org> References: <20240326103549.2413515-1-Kelly_Hung@asus.com> <20240326103549.2413515-2-Kelly_Hung@asus.com> <32cd6f33-b4e9-4b7a-bcea-b1f2e421d67e@linaro.org> Message-ID: <20240326-april-word-972cd4836e81@spud> List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Tue, Mar 26, 2024 at 12:36:50PM +0100, Krzysztof Kozlowski wrote: > On 26/03/2024 11:35, Kelly Hung wrote: > > Document the new compatibles used on ASUS X4TF. > > > > Signed-off-by: Kelly Hung > > Reviewed-by: Krzysztof Kozlowski > > Reviewed-by: Rob Herring > > Where did it happen? Where did you receive this tag? Please provide link > to lore. Robh's bot sent two reports, but I do not see a tag: https://lore.kernel.org/all/?q=c%3AKelly_Hung%40asus.com+f%3Arobh > > Reviewed-by: Zev Weiss > > Where did it happen? Where did you receive this tag? Please provide link > to lore. Zev seems to have left a comment on this, but not provided a tag: https://lore.kernel.org/all/20240223220115.GB9299 at packtop/ Kelly, it is important that you do not add tags unless someone gives them to you explicitly. Thanks, Conor. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 228 bytes Desc: not available URL: 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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (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 4D81FC54E67 for ; Tue, 26 Mar 2024 18:25:32 +0000 (UTC) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=b28mlofq; dkim-atps=neutral Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4V3ysQ5HvFz3vY5 for ; Wed, 27 Mar 2024 05:25:30 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=b28mlofq; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=kernel.org (client-ip=2604:1380:4641:c500::1; helo=dfw.source.kernel.org; envelope-from=conor@kernel.org; receiver=lists.ozlabs.org) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4V3yrM4bS3z3d28; Wed, 27 Mar 2024 05:24:35 +1100 (AEDT) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 9C95B6134A; Tue, 26 Mar 2024 18:24:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0572BC433C7; Tue, 26 Mar 2024 18:24:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1711477471; bh=3xBRhog27kxC70sDx2aQpj3OzOt3xnmvvAsyDrsmcII=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=b28mlofqMpgdxgVoQwKl8xE5R3uFIancJn4ehIIqdxVvqItovYRjc0SScholjd/QT GWuk/KKHJsAkhi505UdUHjsnvpf/1qlIHa0yMn6hV3w11DZOqTFfwSF8X/60t/JQ9/ jc6M4mWwT/YjK+WblM3Aq7Y1INPJmcz45pHvSpcppInNgQz4zB6q0cma1NXVV/0fs4 /I3HB2oSaVfGFVuY9gfatvsW22+uoQV9IEgAL83hxaxaBOPu5Hp4AL+aIYEaQiFfSe f4PBLdf45fUGRRtaC2HGu1v4CzVhmmyhEilob1839hZkBy0S2pOfWyCSY+FN8PdAkw 7QXys+J0KIVjg== Date: Tue, 26 Mar 2024 18:24:25 +0000 From: Conor Dooley To: Krzysztof Kozlowski Subject: Re: [PATCH v6 1/2] dt-bindings: arm: aspeed: add ASUS X4TF board Message-ID: <20240326-april-word-972cd4836e81@spud> References: <20240326103549.2413515-1-Kelly_Hung@asus.com> <20240326103549.2413515-2-Kelly_Hung@asus.com> <32cd6f33-b4e9-4b7a-bcea-b1f2e421d67e@linaro.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="/q+Q8QflJy7p9izc" Content-Disposition: inline In-Reply-To: <32cd6f33-b4e9-4b7a-bcea-b1f2e421d67e@linaro.org> X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, conor+dt@kernel.org, Kelly Hung , linux-aspeed@lists.ozlabs.org, Rob Herring , openbmc@lists.ozlabs.org, linux-kernel@vger.kernel.org, Conor Dooley , kelly_hung@asus.com, robh+dt@kernel.org, joel@jms.id.au, krzysztof.kozlowski+dt@linaro.org, Allenyy_Hsu@asus.com, linux-arm-kernel@lists.infradead.org, Zev Weiss Errors-To: openbmc-bounces+openbmc=archiver.kernel.org@lists.ozlabs.org Sender: "openbmc" --/q+Q8QflJy7p9izc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 26, 2024 at 12:36:50PM +0100, Krzysztof Kozlowski wrote: > On 26/03/2024 11:35, Kelly Hung wrote: > > Document the new compatibles used on ASUS X4TF. > >=20 > > Signed-off-by: Kelly Hung > > Reviewed-by: Krzysztof Kozlowski > > Reviewed-by: Rob Herring >=20 > Where did it happen? Where did you receive this tag? Please provide link > to lore. Robh's bot sent two reports, but I do not see a tag: https://lore.kernel.org/all/?q=3Dc%3AKelly_Hung%40asus.com+f%3Arobh > > Reviewed-by: Zev Weiss >=20 > Where did it happen? Where did you receive this tag? Please provide link > to lore. Zev seems to have left a comment on this, but not provided a tag: https://lore.kernel.org/all/20240223220115.GB9299@packtop/ Kelly, it is important that you do not add tags unless someone gives them to you explicitly. Thanks, Conor. --/q+Q8QflJy7p9izc Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZgMS2QAKCRB4tDGHoIJi 0sgmAP99qKHB+cAXDMc3qKChE30qQxxp/UYWhpZUny6oL3v5fgD/Vi2hhcCmf16A C/hk3u2rhCGbNyawGryEwd6Z81hpgw0= =cX+i -----END PGP SIGNATURE----- --/q+Q8QflJy7p9izc-- 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 B1893C6FD1F for ; Tue, 26 Mar 2024 18:24:53 +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=GHddF4unMkd/pFTU9c+sjPfV3VS2iQsTLGmwxWJyRyY=; b=4mfO9xOhH12H8qgIEsEOIuzLnt KRgVscfUg4gFBC0FlALCY/8CMS2hVfInld4RSp3fuGVnQLb4Alx08VAnYBglNiwELRxIHo+HBZawo 7kDmPLMCOK39tUm+d+sii7glwAgfPHyUb821CQmkjqs2PkYQ6Cnh5TqSYReIQVE4tkzYSG9vgJlqL J77NLAOlegCT0UxC/E5sXB6wQFjxjiSey1s+Yw00sKHCIEN4qoBsEI+anW/jwQgVvEMpIl0J9c0vm GC5X5wfHD1Y4Rgwgpm8cDrmlT/Bxfy3UXMZrSHYffbjMtfO0qqPvDG/j+zqVthRfIOtiHouy6/NlT n+tFDbEg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rpBTT-00000005vWp-0EC6; Tue, 26 Mar 2024 18:24:39 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rpBTM-00000005vVW-2xtd for linux-arm-kernel@lists.infradead.org; Tue, 26 Mar 2024 18:24:34 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 9C95B6134A; Tue, 26 Mar 2024 18:24:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0572BC433C7; Tue, 26 Mar 2024 18:24:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1711477471; bh=3xBRhog27kxC70sDx2aQpj3OzOt3xnmvvAsyDrsmcII=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=b28mlofqMpgdxgVoQwKl8xE5R3uFIancJn4ehIIqdxVvqItovYRjc0SScholjd/QT GWuk/KKHJsAkhi505UdUHjsnvpf/1qlIHa0yMn6hV3w11DZOqTFfwSF8X/60t/JQ9/ jc6M4mWwT/YjK+WblM3Aq7Y1INPJmcz45pHvSpcppInNgQz4zB6q0cma1NXVV/0fs4 /I3HB2oSaVfGFVuY9gfatvsW22+uoQV9IEgAL83hxaxaBOPu5Hp4AL+aIYEaQiFfSe f4PBLdf45fUGRRtaC2HGu1v4CzVhmmyhEilob1839hZkBy0S2pOfWyCSY+FN8PdAkw 7QXys+J0KIVjg== Date: Tue, 26 Mar 2024 18:24:25 +0000 From: Conor Dooley To: Krzysztof Kozlowski Cc: Kelly Hung , robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, joel@jms.id.au, andrew@codeconstruct.com.au, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org, openbmc@lists.ozlabs.org, kelly_hung@asus.com, Allenyy_Hsu@asus.com, Rob Herring , Zev Weiss , Conor Dooley Subject: Re: [PATCH v6 1/2] dt-bindings: arm: aspeed: add ASUS X4TF board Message-ID: <20240326-april-word-972cd4836e81@spud> References: <20240326103549.2413515-1-Kelly_Hung@asus.com> <20240326103549.2413515-2-Kelly_Hung@asus.com> <32cd6f33-b4e9-4b7a-bcea-b1f2e421d67e@linaro.org> MIME-Version: 1.0 In-Reply-To: <32cd6f33-b4e9-4b7a-bcea-b1f2e421d67e@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240326_112433_238159_FD772DEA X-CRM114-Status: GOOD ( 11.90 ) 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="===============3906206649018704544==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============3906206649018704544== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="/q+Q8QflJy7p9izc" Content-Disposition: inline --/q+Q8QflJy7p9izc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 26, 2024 at 12:36:50PM +0100, Krzysztof Kozlowski wrote: > On 26/03/2024 11:35, Kelly Hung wrote: > > Document the new compatibles used on ASUS X4TF. > >=20 > > Signed-off-by: Kelly Hung > > Reviewed-by: Krzysztof Kozlowski > > Reviewed-by: Rob Herring >=20 > Where did it happen? Where did you receive this tag? Please provide link > to lore. Robh's bot sent two reports, but I do not see a tag: https://lore.kernel.org/all/?q=3Dc%3AKelly_Hung%40asus.com+f%3Arobh > > Reviewed-by: Zev Weiss >=20 > Where did it happen? Where did you receive this tag? Please provide link > to lore. Zev seems to have left a comment on this, but not provided a tag: https://lore.kernel.org/all/20240223220115.GB9299@packtop/ Kelly, it is important that you do not add tags unless someone gives them to you explicitly. Thanks, Conor. --/q+Q8QflJy7p9izc Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZgMS2QAKCRB4tDGHoIJi 0sgmAP99qKHB+cAXDMc3qKChE30qQxxp/UYWhpZUny6oL3v5fgD/Vi2hhcCmf16A C/hk3u2rhCGbNyawGryEwd6Z81hpgw0= =cX+i -----END PGP SIGNATURE----- --/q+Q8QflJy7p9izc-- --===============3906206649018704544== 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 --===============3906206649018704544==-- From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 C537A482EE; Tue, 26 Mar 2024 18:24:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711477471; cv=none; b=trBz0RaUcqB7STOpikY3PLgKsIuZ+ld9akS3ZrHrZAcKF0vNPWDnr1lX7j1uNNZhpbpVdGXkyEjkSNy4NMN6rgalBQD9hSIAIPcuhdQlf7XpAglN1FupfxajPT+rZHPLPk/1AcWt5MicrsFh1wYRxla41kd73tKRkO0nqsRCxkc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711477471; c=relaxed/simple; bh=3xBRhog27kxC70sDx2aQpj3OzOt3xnmvvAsyDrsmcII=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=opll3aHgSXZFlQPhRgsVbfbXfr+12NCtxtaqoaHmd91mZvdaYh8X2Q+7EpEy7J/rf1Uk0kFuE6GaAwLhOPzsNAPQW4+w1uZ46w6k6A7ZO4Dc2p6FIydY+BfVw0hoAVG+uw3YmRgw9UCnNZmXNUZOytYWEIBktO8tH1nUG4RS0Uo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=b28mlofq; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="b28mlofq" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0572BC433C7; Tue, 26 Mar 2024 18:24:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1711477471; bh=3xBRhog27kxC70sDx2aQpj3OzOt3xnmvvAsyDrsmcII=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=b28mlofqMpgdxgVoQwKl8xE5R3uFIancJn4ehIIqdxVvqItovYRjc0SScholjd/QT GWuk/KKHJsAkhi505UdUHjsnvpf/1qlIHa0yMn6hV3w11DZOqTFfwSF8X/60t/JQ9/ jc6M4mWwT/YjK+WblM3Aq7Y1INPJmcz45pHvSpcppInNgQz4zB6q0cma1NXVV/0fs4 /I3HB2oSaVfGFVuY9gfatvsW22+uoQV9IEgAL83hxaxaBOPu5Hp4AL+aIYEaQiFfSe f4PBLdf45fUGRRtaC2HGu1v4CzVhmmyhEilob1839hZkBy0S2pOfWyCSY+FN8PdAkw 7QXys+J0KIVjg== Date: Tue, 26 Mar 2024 18:24:25 +0000 From: Conor Dooley To: Krzysztof Kozlowski Cc: Kelly Hung , robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, joel@jms.id.au, andrew@codeconstruct.com.au, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org, openbmc@lists.ozlabs.org, kelly_hung@asus.com, Allenyy_Hsu@asus.com, Rob Herring , Zev Weiss , Conor Dooley Subject: Re: [PATCH v6 1/2] dt-bindings: arm: aspeed: add ASUS X4TF board Message-ID: <20240326-april-word-972cd4836e81@spud> References: <20240326103549.2413515-1-Kelly_Hung@asus.com> <20240326103549.2413515-2-Kelly_Hung@asus.com> <32cd6f33-b4e9-4b7a-bcea-b1f2e421d67e@linaro.org> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="/q+Q8QflJy7p9izc" Content-Disposition: inline In-Reply-To: <32cd6f33-b4e9-4b7a-bcea-b1f2e421d67e@linaro.org> --/q+Q8QflJy7p9izc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 26, 2024 at 12:36:50PM +0100, Krzysztof Kozlowski wrote: > On 26/03/2024 11:35, Kelly Hung wrote: > > Document the new compatibles used on ASUS X4TF. > >=20 > > Signed-off-by: Kelly Hung > > Reviewed-by: Krzysztof Kozlowski > > Reviewed-by: Rob Herring >=20 > Where did it happen? Where did you receive this tag? Please provide link > to lore. Robh's bot sent two reports, but I do not see a tag: https://lore.kernel.org/all/?q=3Dc%3AKelly_Hung%40asus.com+f%3Arobh > > Reviewed-by: Zev Weiss >=20 > Where did it happen? Where did you receive this tag? Please provide link > to lore. Zev seems to have left a comment on this, but not provided a tag: https://lore.kernel.org/all/20240223220115.GB9299@packtop/ Kelly, it is important that you do not add tags unless someone gives them to you explicitly. Thanks, Conor. --/q+Q8QflJy7p9izc Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZgMS2QAKCRB4tDGHoIJi 0sgmAP99qKHB+cAXDMc3qKChE30qQxxp/UYWhpZUny6oL3v5fgD/Vi2hhcCmf16A C/hk3u2rhCGbNyawGryEwd6Z81hpgw0= =cX+i -----END PGP SIGNATURE----- --/q+Q8QflJy7p9izc--