From patchwork Thu Sep 28 07:06:18 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Herve Codina X-Patchwork-Id: 727911 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 99FABCE7B04 for ; Thu, 28 Sep 2023 07:07:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230385AbjI1HHK (ORCPT ); Thu, 28 Sep 2023 03:07:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48022 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230384AbjI1HHJ (ORCPT ); Thu, 28 Sep 2023 03:07:09 -0400 Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::227]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 86ADC199; Thu, 28 Sep 2023 00:07:04 -0700 (PDT) Received: by mail.gandi.net (Postfix) with ESMTPA id 89AE02000E; Thu, 28 Sep 2023 07:06:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1695884823; 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; bh=lnFAGavK2u/fQ1i6a9xMAG68CBIHJMsAt/wLkQrQapc=; b=EKjQuSgg6zgqSM1OpGjlPhP8PKPohiqUeV0ifd00v56j0U3JHmgKVzc6LwVkraIpJeVDAV W0qkHpMWy5KSjy4Dq8JLusLV0dawesfcicOnB5owY9scGXtebLOSoOFPk5He0G9yJ9YWBN j674zAXkAVUJNP6M84pT4TwmPbZ5cQ+br4K5ZNmAQ7Dlal8Pgvo/jtDKH/4XXkEzvH04rG 55OKSIymLLuuPKOYrM0YpyqGaBvwMRu+ikszLdslIWKiEHjXARgO5fH2whmrksN4smf9OO 4+b5z/LDXqqbrAZY8VhjCFmeJCR2kD8KaTLNe1hSkCRLL4y3jyHye4DU6oWiNg== From: Herve Codina To: Herve Codina , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Andrew Lunn , Rob Herring , Krzysztof Kozlowski , Conor Dooley , 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 Cc: 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: [PATCH v7 00/30] Add support for QMC HDLC, framer infrastructure and PEF2256 framer Date: Thu, 28 Sep 2023 09:06:18 +0200 Message-ID: <20230928070652.330429-1-herve.codina@bootlin.com> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-GND-Sasl: herve.codina@bootlin.com Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Hi, I have a system where I need to handle an HDLC interface and some audio data. The HDLC data are transferred using a TDM bus on which a PEF2256 (E1/T1 framer) is present. The PEF2256 transfers data from/to the TDM bus to/from the E1 line. This PEF2256 is connected to a PowerQUICC SoC for the control path and the TDM is connected to the SoC (QMC component) for the data path.