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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 70DF2CE7A86 for ; Fri, 22 Sep 2023 21:22:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229894AbjIVVW0 (ORCPT ); Fri, 22 Sep 2023 17:22:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34912 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229763AbjIVVWY (ORCPT ); Fri, 22 Sep 2023 17:22:24 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 47DBEAF; Fri, 22 Sep 2023 14:22:18 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C73FFC433C8; Fri, 22 Sep 2023 21:22:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695417737; bh=lmE8y4Naioq26myIwcGDskn3NlpSCo/s3ZeWn2dloK4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Nv4Cz9sw3ckJXfg8gZo7FWOFFfqKqYySpjfLY7cZhQEb3LyIpaBvywrHA5M7C21Gc mcsEqkC8cx13Dy8R/0X9lYJTpyRNr1qeElcsH00EHluLpOe3wRmDsUaEfIDdc00HgN YZ5dnQxIkGqFegnvjx8fmrE8SjNnqVDUNMtF6lnOb5ybGvy1egpqEP36TNfvlgqqAO kv5OnNDigOmYh5tnIGwghQpSuqDTEEDzwtyzW8MsyYi2xdU3YdARgKPEIx0roJsDT1 QMAlycnsTsH07IM9iuVX100coPa5Ms77i08JVt5XAfgf3pojKcODfR7zRW+tGBrVPO 6Cus0vP5Brspw== Received: (nullmailer pid 3638530 invoked by uid 1000); Fri, 22 Sep 2023 21:22:12 -0000 Date: Fri, 22 Sep 2023 16:22:12 -0500 From: Rob Herring To: Herve Codina Cc: Lee Jones , alsa-devel@alsa-project.org, devicetree@vger.kernel.org, Christophe Leroy , linuxppc-dev@lists.ozlabs.org, Eric Dumazet , Simon Horman , Linus Walleij , Jakub Kicinski , Qiang Zhao , Takashi Iwai , linux-gpio@vger.kernel.org, Fabio Estevam , Christophe JAILLET , netdev@vger.kernel.org, Conor Dooley , Randy Dunlap , Xiubo Li , Mark Brown , Thomas Petazzoni , Liam Girdwood , Nicolin Chen , Rob Herring , linux-arm-kernel@lists.infradead.org, Li Yang , Paolo Abeni , linux-kernel@vger.kernel.org, "David S. Miller" , Krzysztof K ozlowski , Andrew Lunn , Jaroslav Kysela , Shengjiu Wang Subject: Re: [PATCH v6 08/30] dt-bindings: soc: fsl: cpm_qe: cpm1-scc-qmc: Add support for QMC HDLC Message-ID: <169541773236.3638470.1013241809358556101.robh@kernel.org> References: <20230922075913.422435-1-herve.codina@bootlin.com> <20230922075913.422435-9-herve.codina@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230922075913.422435-9-herve.codina@bootlin.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 22 Sep 2023 09:58:43 +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. > > 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. > > Signed-off-by: Herve Codina > --- > .../soc/fsl/cpm_qe/fsl,cpm1-scc-qmc.yaml | 24 +++++++++++++++++++ > 1 file changed, 24 insertions(+) > Reviewed-by: Rob Herring