From patchwork Wed Nov 15 14:39:36 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Herve Codina X-Patchwork-Id: 744512 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (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 1ACE02EB1D; Wed, 15 Nov 2023 14:40:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="g2OPN6hC" Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::229]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 22DFA95; Wed, 15 Nov 2023 06:40:16 -0800 (PST) Received: by mail.gandi.net (Postfix) with ESMTPA id 45B9BFF809; Wed, 15 Nov 2023 14:40:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1700059215; 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=lDaGR9VZqURXqCS/hIwbx6lOOMvRItlKWwMdh7CuUg8=; b=g2OPN6hCgDFDL4iIJNI4UUfX3dVa/f9YScyO7DPv+YDXw+ltRiSindJbmN42rmxLFedQ+X VPMRkqfVe59eqfnU8tYw9FoJuj+snA88AglWMa5njhwy3qb8dQnrnYYBqxl0kbYoyD+1St k4ilNeI1147UhFcUbP9E3ij37wNjZAjCF1gR2gsDkO5O18yEbje+6KLytGoNH0b5TmOkTR RdyUkJqsUWqntoHVXPLgr+7nj3yiqam/fujE0W8Zq28HoEVHB1vEHwsgoR1DnNhQhoLEXE rt5/O8iHmy2lizR9P9G/e5odxdsvG0u9FTAJ/C9DoLrEr6/fQh4PcOJNUMLIUw== From: Herve Codina To: Herve Codina , "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 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 v9 00/27] Add support for QMC HDLC, framer infrastructure and PEF2256 framer Date: Wed, 15 Nov 2023 15:39:36 +0100 Message-ID: <20231115144007.478111-1-herve.codina@bootlin.com> X-Mailer: git-send-email 2.41.0 Precedence: bulk X-Mailing-List: linux-gpio@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-GND-Sasl: herve.codina@bootlin.com 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.