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 alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (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 E186ACA5500 for ; Wed, 13 Sep 2023 07:28:17 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id E2829886; Wed, 13 Sep 2023 09:27:24 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz E2829886 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1694590094; bh=rqoADzRYg8VlRilJ24w/iUpso4gMivIVpSmkztOQK58=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-Id: List-Archive:List-Help:List-Owner:List-Post:List-Subscribe: List-Unsubscribe:From; b=RF03terskRn5K2TZWWo2e89MGYn75Sg5mnyJzMhBlD/6DDnQkG8+BdfqMpj84JVE6 ihqhwBKzP+x4Rs/rhX8uM+srGkCoOlAVbMKzHOBwRb2OnI4NtAaLpgzU5R5+3mCXdn LJ2Lo0ZNEVZDeQ0OmN8DonLPm+b77wv4ZG6Q+mog= Received: by alsa1.perex.cz (Postfix, from userid 50401) id C5750F8047D; Wed, 13 Sep 2023 09:26:56 +0200 (CEST) Received: from mailman-core.alsa-project.org (mailman-core.alsa-project.org [10.254.200.10]) by alsa1.perex.cz (Postfix) with ESMTP id 4CAA1F80425; Wed, 13 Sep 2023 09:26:56 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 88470F80425; Wed, 13 Sep 2023 09:26:53 +0200 (CEST) Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::224]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id A800FF8007C for ; Wed, 13 Sep 2023 09:26:48 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz A800FF8007C Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key, unprotected) header.d=bootlin.com header.i=@bootlin.com header.a=rsa-sha256 header.s=gm1 header.b=id5wBw+5 Received: by mail.gandi.net (Postfix) with ESMTPSA id 26012E000C; Wed, 13 Sep 2023 07:26:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1694590007; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=O+j8CLkeQqfE/jh3KUACTiWhEVCfAwwkGv+CICyZc1E=; b=id5wBw+5IoW5nrGIWPBxMOPgujgtR6RcLR+FMdrunmLvgVotlzLE4P7GYyysXkHSpptRua AUfDx7XqGPnc1pFdO+2bGGISGvLbBCzyXlMgzpVW7v7AYC53V4Eaa7Giqyjg+JY6+zA/6X ae1i0V0aWjGLBf6bo0hPvjiAFVEw+x3XTs3VCD8PXidN9bityZlJLHPojdkWvSYwfW1nil jAHS1xzlhg0SXt7dGRnbvV2Qsa4Q1uRXGy564WEw0irLFiw0glEyZRzK5O1GQJ3au0virI 6//y6UwVKL0i+itAqUc3X0+fgIxkEkCePNW0m4OkaNXvPS+DkPuU9xPTWVApzw== Date: Wed, 13 Sep 2023 09:26:40 +0200 From: Herve Codina To: Conor Dooley Cc: "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Andrew Lunn , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Lee Jones , Linus Walleij , Qiang Zhao , Li Yang , Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai , Shengjiu Wang , Xiubo Li , Fabio Estevam , Nicolin Chen , Christophe Leroy , Randy Dunlap , netdev@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org, alsa-devel@alsa-project.org, Simon Horman , Christophe JAILLET , Thomas Petazzoni Subject: Re: [PATCH v5 08/31] dt-bindings: soc: fsl: cpm_qe: cpm1-scc-qmc: Add support for QMC HDLC Message-ID: <20230913092640.76934b31@bootlin.com> In-Reply-To: <20230912-capable-stash-c7a3e33078ac@spud> References: <20230912081527.208499-1-herve.codina@bootlin.com> <20230912101018.225246-1-herve.codina@bootlin.com> <20230912-capable-stash-c7a3e33078ac@spud> Organization: Bootlin X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-GND-Sasl: herve.codina@bootlin.com Message-ID-Hash: ZN64Z5ILPRN5ZWULMSZCRQNBIJMWIJNW X-Message-ID-Hash: ZN64Z5ILPRN5ZWULMSZCRQNBIJMWIJNW X-MailFrom: herve.codina@bootlin.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-alsa-devel.alsa-project.org-0; header-match-alsa-devel.alsa-project.org-1; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Hi Conor, On Tue, 12 Sep 2023 18:21:58 +0100 Conor Dooley wrote: > On Tue, Sep 12, 2023 at 12:10:18PM +0200, Herve Codina wrote: > > The QMC (QUICC mutichannel controller) is a controller present in some > > PowerQUICC SoC such as MPC885. > > The QMC HDLC uses the QMC controller to transfer HDLC data. > >=20 > > Additionally, a framer can be connected to the QMC HDLC. > > If present, this framer is the interface between the TDM bus used by the > > QMC HDLC and the E1/T1 line. > > The QMC HDLC can use this framer to get information about the E1/T1 line > > and configure the E1/T1 line. > >=20 > > Signed-off-by: Herve Codina > > --- > > .../bindings/soc/fsl/cpm_qe/fsl,cpm1-scc-qmc.yaml | 13 +++++++++++++ > > 1 file changed, 13 insertions(+) > >=20 > > diff --git a/Documentation/devicetree/bindings/soc/fsl/cpm_qe/fsl,cpm1-= scc-qmc.yaml b/Documentation/devicetree/bindings/soc/fsl/cpm_qe/fsl,cpm1-sc= c-qmc.yaml > > index 82d9beb48e00..b5073531f3f1 100644 > > --- a/Documentation/devicetree/bindings/soc/fsl/cpm_qe/fsl,cpm1-scc-qmc= .yaml > > +++ b/Documentation/devicetree/bindings/soc/fsl/cpm_qe/fsl,cpm1-scc-qmc= .yaml > > @@ -101,6 +101,16 @@ patternProperties: > > Channel assigned Rx time-slots within the Rx time-slots rout= ed by the > > TSA to this cell. > > =20 > > + compatible: > > + const: fsl,qmc-hdlc > > + > > + fsl,framer: > > + $ref: /schemas/types.yaml#/definitions/phandle > > + description: > > + phandle to the framer node. The framer is in charge of an E1= /T1 line > > + interface connected to the TDM bus. It can be used to get th= e E1/T1 line > > + status such as link up/down. =20 >=20 > Sounds like this fsl,framer property should depend on the compatible > being present, no? Well from the implementation point of view, only the QMC HDLC driver uses t= his property. =46rom the hardware description point of view, this property means that the t= ime slots handled by this channel are connected to the framer. So I think it makes se= nse for any channel no matter the compatible (even if compatible is not present). Should I change and constraint the fsl,framer property to the compatible pr= esence ? If so, is the following correct for this contraint ? --- 8< --- dependencies: - fsl,framer: [ compatible ]; --- 8< --- Regards, Herv=C3=A9 >=20 > Thanks, > Conor. >=20 > > + > > required: > > - reg > > - fsl,tx-ts-mask > > @@ -159,5 +169,8 @@ examples: > > fsl,operational-mode =3D "hdlc"; > > fsl,tx-ts-mask =3D <0x00000000 0x0000ff00>; > > fsl,rx-ts-mask =3D <0x00000000 0x0000ff00>; > > + > > + compatible =3D "fsl,qmc-hdlc"; > > + fsl,framer =3D <&framer>; > > }; > > }; > > --=20 > > 2.41.0 > > =20 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 9FA38CA5501 for ; Wed, 13 Sep 2023 07:27:49 +0000 (UTC) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=bootlin.com header.i=@bootlin.com header.a=rsa-sha256 header.s=gm1 header.b=id5wBw+5; dkim-atps=neutral Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4RlsVW302Gz3cCC for ; Wed, 13 Sep 2023 17:27:47 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=bootlin.com header.i=@bootlin.com header.a=rsa-sha256 header.s=gm1 header.b=id5wBw+5; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=bootlin.com (client-ip=217.70.183.196; helo=relay4-d.mail.gandi.net; envelope-from=herve.codina@bootlin.com; receiver=lists.ozlabs.org) Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4RlsTW1l8cz30MQ for ; Wed, 13 Sep 2023 17:26:52 +1000 (AEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 26012E000C; Wed, 13 Sep 2023 07:26:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1694590007; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=O+j8CLkeQqfE/jh3KUACTiWhEVCfAwwkGv+CICyZc1E=; b=id5wBw+5IoW5nrGIWPBxMOPgujgtR6RcLR+FMdrunmLvgVotlzLE4P7GYyysXkHSpptRua AUfDx7XqGPnc1pFdO+2bGGISGvLbBCzyXlMgzpVW7v7AYC53V4Eaa7Giqyjg+JY6+zA/6X ae1i0V0aWjGLBf6bo0hPvjiAFVEw+x3XTs3VCD8PXidN9bityZlJLHPojdkWvSYwfW1nil jAHS1xzlhg0SXt7dGRnbvV2Qsa4Q1uRXGy564WEw0irLFiw0glEyZRzK5O1GQJ3au0virI 6//y6UwVKL0i+itAqUc3X0+fgIxkEkCePNW0m4OkaNXvPS+DkPuU9xPTWVApzw== Date: Wed, 13 Sep 2023 09:26:40 +0200 From: Herve Codina To: Conor Dooley Subject: Re: [PATCH v5 08/31] dt-bindings: soc: fsl: cpm_qe: cpm1-scc-qmc: Add support for QMC HDLC Message-ID: <20230913092640.76934b31@bootlin.com> In-Reply-To: <20230912-capable-stash-c7a3e33078ac@spud> References: <20230912081527.208499-1-herve.codina@bootlin.com> <20230912101018.225246-1-herve.codina@bootlin.com> <20230912-capable-stash-c7a3e33078ac@spud> Organization: Bootlin X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-GND-Sasl: herve.codina@bootlin.com X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Andrew Lunn , alsa-devel@alsa-project.org, Thomas Petazzoni , Xiubo Li , Linus Walleij , Jaroslav Kysela , Eric Dumazet , Krzysztof Kozlowski , Fabio Estevam , Qiang Zhao , Shengjiu Wang , Lee Jones , Jakub Kicinski , Paolo Abeni , devicetree@vger.kernel.org, Conor Dooley , linux-kernel@vger.kernel.org, Nicolin Chen , linux-gpio@vger.kernel.org, Rob Herring , Christophe JAILLET , Takashi Iwai , linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org, Randy Dunlap , Liam Girdwood , Li Yang , Mark Brown , Si mon Horman , linuxppc-dev@lists.ozlabs.org, "David S. Miller" Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" Hi Conor, On Tue, 12 Sep 2023 18:21:58 +0100 Conor Dooley wrote: > On Tue, Sep 12, 2023 at 12:10:18PM +0200, Herve Codina wrote: > > The QMC (QUICC mutichannel controller) is a controller present in some > > PowerQUICC SoC such as MPC885. > > The QMC HDLC uses the QMC controller to transfer HDLC data. > >=20 > > Additionally, a framer can be connected to the QMC HDLC. > > If present, this framer is the interface between the TDM bus used by the > > QMC HDLC and the E1/T1 line. > > The QMC HDLC can use this framer to get information about the E1/T1 line > > and configure the E1/T1 line. > >=20 > > Signed-off-by: Herve Codina > > --- > > .../bindings/soc/fsl/cpm_qe/fsl,cpm1-scc-qmc.yaml | 13 +++++++++++++ > > 1 file changed, 13 insertions(+) > >=20 > > diff --git a/Documentation/devicetree/bindings/soc/fsl/cpm_qe/fsl,cpm1-= scc-qmc.yaml b/Documentation/devicetree/bindings/soc/fsl/cpm_qe/fsl,cpm1-sc= c-qmc.yaml > > index 82d9beb48e00..b5073531f3f1 100644 > > --- a/Documentation/devicetree/bindings/soc/fsl/cpm_qe/fsl,cpm1-scc-qmc= .yaml > > +++ b/Documentation/devicetree/bindings/soc/fsl/cpm_qe/fsl,cpm1-scc-qmc= .yaml > > @@ -101,6 +101,16 @@ patternProperties: > > Channel assigned Rx time-slots within the Rx time-slots rout= ed by the > > TSA to this cell. > > =20 > > + compatible: > > + const: fsl,qmc-hdlc > > + > > + fsl,framer: > > + $ref: /schemas/types.yaml#/definitions/phandle > > + description: > > + phandle to the framer node. The framer is in charge of an E1= /T1 line > > + interface connected to the TDM bus. It can be used to get th= e E1/T1 line > > + status such as link up/down. =20 >=20 > Sounds like this fsl,framer property should depend on the compatible > being present, no? Well from the implementation point of view, only the QMC HDLC driver uses t= his property. =46rom the hardware description point of view, this property means that the t= ime slots handled by this channel are connected to the framer. So I think it makes se= nse for any channel no matter the compatible (even if compatible is not present). Should I change and constraint the fsl,framer property to the compatible pr= esence ? If so, is the following correct for this contraint ? --- 8< --- dependencies: - fsl,framer: [ compatible ]; --- 8< --- Regards, Herv=C3=A9 >=20 > Thanks, > Conor. >=20 > > + > > required: > > - reg > > - fsl,tx-ts-mask > > @@ -159,5 +169,8 @@ examples: > > fsl,operational-mode =3D "hdlc"; > > fsl,tx-ts-mask =3D <0x00000000 0x0000ff00>; > > fsl,rx-ts-mask =3D <0x00000000 0x0000ff00>; > > + > > + compatible =3D "fsl,qmc-hdlc"; > > + fsl,framer =3D <&framer>; > > }; > > }; > > --=20 > > 2.41.0 > > =20 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 267D3CA5501 for ; Wed, 13 Sep 2023 07:27:19 +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-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=bYwTTs758dc8+yS9dEKfvypb94G97yhmxeBVK6GVvMU=; b=gMBX+ip9SMwvbq 6v7gnB+sUpT8unFsAWwPj4VfJnGoyoZFJtOyFFVV+IGoXhfiDziFn/r7lS5JuHUnv6QxuCBfqmfsT 0nFPLu1gbPpbL0mlHE6zeiixrqM+paFZclqelm4PyZ1AKyer8VCF9wIL0954uXlNrut6opuwpzj3y e19/iwm9MRJe/AXok4iJi3sCKx/KkrflWmGnWKpkW81D7zJksWiCMSv+VxnPzrPrRl2S5FuGlb75L UIE2tWvU5knDLDJ9PG5d44cNeEQOpoEdSWxTuAj+c6oCBGXWn5PkFK+dGbX2ZsbJI5h/kES99rZGP 7TT0bWCfPosM3CxLEspQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qgKGz-004wHW-1L; Wed, 13 Sep 2023 07:26:53 +0000 Received: from relay4-d.mail.gandi.net ([217.70.183.196]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qgKGv-004wG8-2x for linux-arm-kernel@lists.infradead.org; Wed, 13 Sep 2023 07:26:51 +0000 Received: by mail.gandi.net (Postfix) with ESMTPSA id 26012E000C; Wed, 13 Sep 2023 07:26:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1694590007; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=O+j8CLkeQqfE/jh3KUACTiWhEVCfAwwkGv+CICyZc1E=; b=id5wBw+5IoW5nrGIWPBxMOPgujgtR6RcLR+FMdrunmLvgVotlzLE4P7GYyysXkHSpptRua AUfDx7XqGPnc1pFdO+2bGGISGvLbBCzyXlMgzpVW7v7AYC53V4Eaa7Giqyjg+JY6+zA/6X ae1i0V0aWjGLBf6bo0hPvjiAFVEw+x3XTs3VCD8PXidN9bityZlJLHPojdkWvSYwfW1nil jAHS1xzlhg0SXt7dGRnbvV2Qsa4Q1uRXGy564WEw0irLFiw0glEyZRzK5O1GQJ3au0virI 6//y6UwVKL0i+itAqUc3X0+fgIxkEkCePNW0m4OkaNXvPS+DkPuU9xPTWVApzw== Date: Wed, 13 Sep 2023 09:26:40 +0200 From: Herve Codina To: Conor Dooley Cc: "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Andrew Lunn , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Lee Jones , Linus Walleij , Qiang Zhao , Li Yang , Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai , Shengjiu Wang , Xiubo Li , Fabio Estevam , Nicolin Chen , Christophe Leroy , Randy Dunlap , netdev@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org, alsa-devel@alsa-project.org, Simon Horman , Christophe JAILLET , Thomas Petazzoni Subject: Re: [PATCH v5 08/31] dt-bindings: soc: fsl: cpm_qe: cpm1-scc-qmc: Add support for QMC HDLC Message-ID: <20230913092640.76934b31@bootlin.com> In-Reply-To: <20230912-capable-stash-c7a3e33078ac@spud> References: <20230912081527.208499-1-herve.codina@bootlin.com> <20230912101018.225246-1-herve.codina@bootlin.com> <20230912-capable-stash-c7a3e33078ac@spud> Organization: Bootlin X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-redhat-linux-gnu) MIME-Version: 1.0 X-GND-Sasl: herve.codina@bootlin.com X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230913_002650_409039_573F9E9B X-CRM114-Status: GOOD ( 27.34 ) 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: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org SGkgQ29ub3IsCgpPbiBUdWUsIDEyIFNlcCAyMDIzIDE4OjIxOjU4ICswMTAwCkNvbm9yIERvb2xl eSA8Y29ub3JAa2VybmVsLm9yZz4gd3JvdGU6Cgo+IE9uIFR1ZSwgU2VwIDEyLCAyMDIzIGF0IDEy OjEwOjE4UE0gKzAyMDAsIEhlcnZlIENvZGluYSB3cm90ZToKPiA+IFRoZSBRTUMgKFFVSUNDIG11 dGljaGFubmVsIGNvbnRyb2xsZXIpIGlzIGEgY29udHJvbGxlciBwcmVzZW50IGluIHNvbWUKPiA+ IFBvd2VyUVVJQ0MgU29DIHN1Y2ggYXMgTVBDODg1Lgo+ID4gVGhlIFFNQyBIRExDIHVzZXMgdGhl IFFNQyBjb250cm9sbGVyIHRvIHRyYW5zZmVyIEhETEMgZGF0YS4KPiA+IAo+ID4gQWRkaXRpb25h bGx5LCBhIGZyYW1lciBjYW4gYmUgY29ubmVjdGVkIHRvIHRoZSBRTUMgSERMQy4KPiA+IElmIHBy ZXNlbnQsIHRoaXMgZnJhbWVyIGlzIHRoZSBpbnRlcmZhY2UgYmV0d2VlbiB0aGUgVERNIGJ1cyB1 c2VkIGJ5IHRoZQo+ID4gUU1DIEhETEMgYW5kIHRoZSBFMS9UMSBsaW5lLgo+ID4gVGhlIFFNQyBI RExDIGNhbiB1c2UgdGhpcyBmcmFtZXIgdG8gZ2V0IGluZm9ybWF0aW9uIGFib3V0IHRoZSBFMS9U MSBsaW5lCj4gPiBhbmQgY29uZmlndXJlIHRoZSBFMS9UMSBsaW5lLgo+ID4gCj4gPiBTaWduZWQt b2ZmLWJ5OiBIZXJ2ZSBDb2RpbmEgPGhlcnZlLmNvZGluYUBib290bGluLmNvbT4KPiA+IC0tLQo+ ID4gIC4uLi9iaW5kaW5ncy9zb2MvZnNsL2NwbV9xZS9mc2wsY3BtMS1zY2MtcW1jLnlhbWwgICB8 IDEzICsrKysrKysrKysrKysKPiA+ICAxIGZpbGUgY2hhbmdlZCwgMTMgaW5zZXJ0aW9ucygrKQo+ ID4gCj4gPiBkaWZmIC0tZ2l0IGEvRG9jdW1lbnRhdGlvbi9kZXZpY2V0cmVlL2JpbmRpbmdzL3Nv Yy9mc2wvY3BtX3FlL2ZzbCxjcG0xLXNjYy1xbWMueWFtbCBiL0RvY3VtZW50YXRpb24vZGV2aWNl dHJlZS9iaW5kaW5ncy9zb2MvZnNsL2NwbV9xZS9mc2wsY3BtMS1zY2MtcW1jLnlhbWwKPiA+IGlu ZGV4IDgyZDliZWI0OGUwMC4uYjUwNzM1MzFmM2YxIDEwMDY0NAo+ID4gLS0tIGEvRG9jdW1lbnRh dGlvbi9kZXZpY2V0cmVlL2JpbmRpbmdzL3NvYy9mc2wvY3BtX3FlL2ZzbCxjcG0xLXNjYy1xbWMu eWFtbAo+ID4gKysrIGIvRG9jdW1lbnRhdGlvbi9kZXZpY2V0cmVlL2JpbmRpbmdzL3NvYy9mc2wv Y3BtX3FlL2ZzbCxjcG0xLXNjYy1xbWMueWFtbAo+ID4gQEAgLTEwMSw2ICsxMDEsMTYgQEAgcGF0 dGVyblByb3BlcnRpZXM6Cj4gPiAgICAgICAgICAgIENoYW5uZWwgYXNzaWduZWQgUnggdGltZS1z bG90cyB3aXRoaW4gdGhlIFJ4IHRpbWUtc2xvdHMgcm91dGVkIGJ5IHRoZQo+ID4gICAgICAgICAg ICBUU0EgdG8gdGhpcyBjZWxsLgo+ID4gIAo+ID4gKyAgICAgIGNvbXBhdGlibGU6Cj4gPiArICAg ICAgICBjb25zdDogZnNsLHFtYy1oZGxjCj4gPiArCj4gPiArICAgICAgZnNsLGZyYW1lcjoKPiA+ ICsgICAgICAgICRyZWY6IC9zY2hlbWFzL3R5cGVzLnlhbWwjL2RlZmluaXRpb25zL3BoYW5kbGUK PiA+ICsgICAgICAgIGRlc2NyaXB0aW9uOgo+ID4gKyAgICAgICAgICBwaGFuZGxlIHRvIHRoZSBm cmFtZXIgbm9kZS4gVGhlIGZyYW1lciBpcyBpbiBjaGFyZ2Ugb2YgYW4gRTEvVDEgbGluZQo+ID4g KyAgICAgICAgICBpbnRlcmZhY2UgY29ubmVjdGVkIHRvIHRoZSBURE0gYnVzLiBJdCBjYW4gYmUg dXNlZCB0byBnZXQgdGhlIEUxL1QxIGxpbmUKPiA+ICsgICAgICAgICAgc3RhdHVzIHN1Y2ggYXMg bGluayB1cC9kb3duLiAgCj4gCj4gU291bmRzIGxpa2UgdGhpcyBmc2wsZnJhbWVyIHByb3BlcnR5 IHNob3VsZCBkZXBlbmQgb24gdGhlIGNvbXBhdGlibGUKPiBiZWluZyBwcmVzZW50LCBubz8KCldl bGwgZnJvbSB0aGUgaW1wbGVtZW50YXRpb24gcG9pbnQgb2Ygdmlldywgb25seSB0aGUgUU1DIEhE TEMgZHJpdmVyIHVzZXMgdGhpcwpwcm9wZXJ0eS4KCkZyb20gdGhlIGhhcmR3YXJlIGRlc2NyaXB0 aW9uIHBvaW50IG9mIHZpZXcsIHRoaXMgcHJvcGVydHkgbWVhbnMgdGhhdCB0aGUgdGltZSBzbG90 cwpoYW5kbGVkIGJ5IHRoaXMgY2hhbm5lbCBhcmUgY29ubmVjdGVkIHRvIHRoZSBmcmFtZXIuIFNv IEkgdGhpbmsgaXQgbWFrZXMgc2Vuc2UgZm9yCmFueSBjaGFubmVsIG5vIG1hdHRlciB0aGUgY29t cGF0aWJsZSAoZXZlbiBpZiBjb21wYXRpYmxlIGlzIG5vdCBwcmVzZW50KS4KClNob3VsZCBJIGNo YW5nZSBhbmQgY29uc3RyYWludCB0aGUgZnNsLGZyYW1lciBwcm9wZXJ0eSB0byB0aGUgY29tcGF0 aWJsZSBwcmVzZW5jZSA/CklmIHNvLCBpcyB0aGUgZm9sbG93aW5nIGNvcnJlY3QgZm9yIHRoaXMg Y29udHJhaW50ID8KICAgLS0tIDg8IC0tLQogICBkZXBlbmRlbmNpZXM6CiAgICAgLSBmc2wsZnJh bWVyOiBbIGNvbXBhdGlibGUgXTsKICAgLS0tIDg8IC0tLQoKUmVnYXJkcywKSGVydsOpCgo+IAo+ IFRoYW5rcywKPiBDb25vci4KPiAKPiA+ICsKPiA+ICAgICAgcmVxdWlyZWQ6Cj4gPiAgICAgICAg LSByZWcKPiA+ICAgICAgICAtIGZzbCx0eC10cy1tYXNrCj4gPiBAQCAtMTU5LDUgKzE2OSw4IEBA IGV4YW1wbGVzOgo+ID4gICAgICAgICAgICAgIGZzbCxvcGVyYXRpb25hbC1tb2RlID0gImhkbGMi Owo+ID4gICAgICAgICAgICAgIGZzbCx0eC10cy1tYXNrID0gPDB4MDAwMDAwMDAgMHgwMDAwZmYw MD47Cj4gPiAgICAgICAgICAgICAgZnNsLHJ4LXRzLW1hc2sgPSA8MHgwMDAwMDAwMCAweDAwMDBm ZjAwPjsKPiA+ICsKPiA+ICsgICAgICAgICAgICBjb21wYXRpYmxlID0gImZzbCxxbWMtaGRsYyI7 Cj4gPiArICAgICAgICAgICAgZnNsLGZyYW1lciA9IDwmZnJhbWVyPjsKPiA+ICAgICAgICAgIH07 Cj4gPiAgICAgIH07Cj4gPiAtLSAKPiA+IDIuNDEuMAo+ID4gICAKCl9fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fCmxpbnV4LWFybS1rZXJuZWwgbWFpbGluZyBs aXN0CmxpbnV4LWFybS1rZXJuZWxAbGlzdHMuaW5mcmFkZWFkLm9yZwpodHRwOi8vbGlzdHMuaW5m cmFkZWFkLm9yZy9tYWlsbWFuL2xpc3RpbmZvL2xpbnV4LWFybS1rZXJuZWwK