linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
  • [parent not found: <20230726150225.483464-6-herve.codina@bootlin.com>]
  • [parent not found: <20230726150225.483464-22-herve.codina@bootlin.com>]
  • [parent not found: <20230726150225.483464-24-herve.codina@bootlin.com>]
  • * Re: [PATCH v2 00/28] Add support for QMC HDLC, framer infrastruture and PEF2256 framer
           [not found] <20230726150225.483464-1-herve.codina@bootlin.com>
                       ` (3 preceding siblings ...)
           [not found] ` <20230726150225.483464-24-herve.codina@bootlin.com>
    @ 2023-08-01 10:34 ` Andrew Lunn
           [not found] ` <20230726150225.483464-25-herve.codina@bootlin.com>
                       ` (22 subsequent siblings)
      27 siblings, 0 replies; 62+ messages in thread
    From: Andrew Lunn @ 2023-08-01 10:34 UTC (permalink / raw)
      To: Herve Codina
      Cc: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
    	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, linuxppc-dev, devicetree, linux-kernel, linux-gpio,
    	linux-arm-kernel, alsa-devel, Thomas Petazzoni
    
    > The generic framer has:
    >  - 2 consumers (QMC HDLC drv and codec)
    >  - 1 provider (PEF2256)
    > 
    > So, the design is the following:
    >                         +------------------+           +---------+
    >                         | QMC              | <- TDM -> | PEF2256 | <-> E1
    >      +---------+        |  +-------------+ |           |         |
    >      | CPU DAI | <-data--> | QMC channel | |           |         |
    >      +---------+        |  +-------------+ |           |         |
    > +--------------+        |  +-------------+ |           |         |
    > | QMC HDLC drv | <-data--> | QMC channel | |           |         |
    > +--------------+        |  +-------------+ |           |         |
    >      ^                  +------------------+           |         |
    >      |   +--------+     +-------------+                |         |
    >      +-> | framer | <-> | PEF2256 drv | <- local bus ->|         |
    >          |        |     |             |                +---------+
    >      +-> |        |     |             |
    >      |   +--------+     |  +-------+  |
    >      +-------------------> | codec |  |
    >                         |  +-------+  |
    >                         +-------------+
    
    Thanks for adding the framer framework. I did not look into all the
    details, but the basic design looks good.
    
    	 Andrew
    
    _______________________________________________
    linux-arm-kernel mailing list
    linux-arm-kernel@lists.infradead.org
    http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
    
    ^ permalink raw reply	[flat|nested] 62+ messages in thread
  • [parent not found: <20230726150225.483464-25-herve.codina@bootlin.com>]
  • [parent not found: <20230726150225.483464-2-herve.codina@bootlin.com>]
  • [parent not found: <20230726150225.483464-3-herve.codina@bootlin.com>]
  • [parent not found: <20230726150225.483464-4-herve.codina@bootlin.com>]
  • [parent not found: <20230726150225.483464-5-herve.codina@bootlin.com>]
  • [parent not found: <20230726150225.483464-7-herve.codina@bootlin.com>]
  • [parent not found: <20230726150225.483464-9-herve.codina@bootlin.com>]
  • [parent not found: <20230726150225.483464-10-herve.codina@bootlin.com>]
  • [parent not found: <20230726150225.483464-11-herve.codina@bootlin.com>]
  • [parent not found: <20230726150225.483464-12-herve.codina@bootlin.com>]
  • [parent not found: <20230726150225.483464-13-herve.codina@bootlin.com>]
  • [parent not found: <20230726150225.483464-14-herve.codina@bootlin.com>]
  • [parent not found: <20230726150225.483464-15-herve.codina@bootlin.com>]
  • [parent not found: <20230726150225.483464-16-herve.codina@bootlin.com>]
  • [parent not found: <20230726150225.483464-17-herve.codina@bootlin.com>]
  • [parent not found: <20230726150225.483464-18-herve.codina@bootlin.com>]
  • [parent not found: <20230726150225.483464-19-herve.codina@bootlin.com>]
  • [parent not found: <20230726150225.483464-20-herve.codina@bootlin.com>]
  • [parent not found: <20230726150225.483464-21-herve.codina@bootlin.com>]
  • [parent not found: <20230726150225.483464-23-herve.codina@bootlin.com>]
  • [parent not found: <20230726150225.483464-26-herve.codina@bootlin.com>]
  • [parent not found: <20230726150225.483464-27-herve.codina@bootlin.com>]
  • [parent not found: <20230726150225.483464-29-herve.codina@bootlin.com>]

  • end of thread, other threads:[~2023-08-08  9:06 UTC | newest]
    
    Thread overview: 62+ messages (download: mbox.gz follow: Atom feed
    -- links below jump to the message on this page --
         [not found] <20230726150225.483464-1-herve.codina@bootlin.com>
         [not found] ` <20230726150225.483464-28-herve.codina@bootlin.com>
    2023-07-27  8:12   ` [PATCH v2 27/28] dt-bindings: net: fsl,qmc-hdlc: Add framer support Conor Dooley
    2023-07-27  9:19     ` Herve Codina
    2023-08-03  0:42   ` Rob Herring
    2023-08-03  8:23     ` Herve Codina
         [not found] ` <20230726150225.483464-6-herve.codina@bootlin.com>
    2023-07-27  8:19   ` [PATCH v2 05/28] dt-bindings: net: Add support for QMC HDLC Conor Dooley
    2023-07-27  9:09     ` Herve Codina
    2023-07-27  9:53       ` Conor Dooley
    2023-07-27 10:34         ` Herve Codina
         [not found] ` <20230726150225.483464-22-herve.codina@bootlin.com>
    2023-08-01 10:05   ` [PATCH v2 21/28] dt-bindings: net: Add the Lantiq PEF2256 E1/T1/J1 framer Andrew Lunn
    2023-08-01 10:35     ` Herve Codina
    2023-08-03  0:40   ` Rob Herring
    2023-08-03  8:11     ` Herve Codina
         [not found] ` <20230726150225.483464-24-herve.codina@bootlin.com>
    2023-08-01 10:22   ` [PATCH v2 23/28] net: wan: framer: Add support for the Lantiq PEF2256 framer Andrew Lunn
    2023-08-01 10:44     ` Herve Codina
    2023-08-01 10:52       ` Andrew Lunn
    2023-08-01 11:12         ` Herve Codina
    2023-08-08  8:15   ` Christophe Leroy
    2023-08-01 10:34 ` [PATCH v2 00/28] Add support for QMC HDLC, framer infrastruture and " Andrew Lunn
         [not found] ` <20230726150225.483464-25-herve.codina@bootlin.com>
    2023-08-07 13:05   ` [PATCH v2 24/28] pinctrl: Add support for the Lantic PEF2256 pinmux Linus Walleij
    2023-08-07 13:06     ` Linus Walleij
    2023-08-07 13:17       ` Andrew Lunn
    2023-08-07 14:36         ` Herve Codina
    2023-08-07 13:09     ` Mark Brown
    2023-08-08  9:00       ` Linus Walleij
    2023-08-07 14:27     ` Herve Codina
    2023-08-08  8:16   ` Christophe Leroy
         [not found] ` <20230726150225.483464-2-herve.codina@bootlin.com>
    2023-08-08  7:40   ` [PATCH v2 01/28] soc: fsl: cpm1: tsa: Fix __iomem addresses declaration Christophe Leroy
         [not found] ` <20230726150225.483464-3-herve.codina@bootlin.com>
    2023-08-08  7:40   ` [PATCH v2 02/28] soc: fsl: cpm1: qmc: " Christophe Leroy
         [not found] ` <20230726150225.483464-4-herve.codina@bootlin.com>
    2023-08-08  7:41   ` [PATCH v2 03/28] soc: fsl: cpm1: qmc: Fix rx channel reset Christophe Leroy
         [not found] ` <20230726150225.483464-5-herve.codina@bootlin.com>
    2023-08-08  7:41   ` [PATCH v2 04/28] soc: fsl: cpm1: qmc: Extend the API to provide Rx status Christophe Leroy
         [not found] ` <20230726150225.483464-7-herve.codina@bootlin.com>
    2023-08-01  9:31   ` [PATCH v2 06/28] net: wan: Add support for QMC HDLC Andrew Lunn
    2023-08-01 10:07     ` Herve Codina
    2023-08-08  8:02   ` Christophe Leroy
         [not found] ` <20230726150225.483464-9-herve.codina@bootlin.com>
    2023-08-01  9:33   ` [PATCH v2 08/28] soc: fsl: cpm1: qmc: Introduce available timeslots masks Andrew Lunn
    2023-08-01 10:05     ` Herve Codina
    2023-08-08  8:04   ` Christophe Leroy
         [not found] ` <20230726150225.483464-10-herve.codina@bootlin.com>
    2023-08-08  8:04   ` [PATCH v2 09/28] soc: fsl: cpm1: qmc: Rename qmc_setup_tsa* to qmc_init_tsa* Christophe Leroy
         [not found] ` <20230726150225.483464-11-herve.codina@bootlin.com>
    2023-08-01  9:36   ` [PATCH v2 10/28] soc: fsl: cpm1: qmc: Introduce qmc_chan_setup_tsa* Andrew Lunn
    2023-08-01 10:23     ` Herve Codina
    2023-08-08  8:05   ` Christophe Leroy
         [not found] ` <20230726150225.483464-12-herve.codina@bootlin.com>
    2023-08-08  8:05   ` [PATCH v2 11/28] soc: fsl: cpm1: qmc: Remove no more needed checks from qmc_check_chans() Christophe Leroy
         [not found] ` <20230726150225.483464-13-herve.codina@bootlin.com>
    2023-08-08  8:06   ` [PATCH v2 12/28] soc: fsl: cpm1: qmc: Check available timeslots in qmc_check_chans() Christophe Leroy
         [not found] ` <20230726150225.483464-14-herve.codina@bootlin.com>
    2023-08-08  8:06   ` [PATCH v2 13/28] soc: fsl: cpm1: qmc: Add support for disabling channel TSA entries Christophe Leroy
         [not found] ` <20230726150225.483464-15-herve.codina@bootlin.com>
    2023-08-08  8:08   ` [PATCH v2 14/28] soc: fsl: cpm1: qmc: Split Tx and Rx TSA entries setup Christophe Leroy
         [not found] ` <20230726150225.483464-16-herve.codina@bootlin.com>
    2023-08-08  8:09   ` [PATCH v2 15/28] soc: fsl: cpm1: qmc: Introduce is_tsa_64rxtx flag Christophe Leroy
         [not found] ` <20230726150225.483464-17-herve.codina@bootlin.com>
    2023-08-08  8:09   ` [PATCH v2 16/28] soc: fsl: cpm1: qmc: Handle timeslot entries at channel start() and stop() Christophe Leroy
         [not found] ` <20230726150225.483464-18-herve.codina@bootlin.com>
    2023-08-08  8:10   ` [PATCH v2 17/28] soc: fsl: cpm1: qmc: Remove timeslots handling from setup_chan() Christophe Leroy
         [not found] ` <20230726150225.483464-19-herve.codina@bootlin.com>
    2023-08-08  8:10   ` [PATCH v2 18/28] soc: fsl: cpm1: qmc: Introduce functions to change timeslots at runtime Christophe Leroy
         [not found] ` <20230726150225.483464-20-herve.codina@bootlin.com>
    2023-08-08  8:11   ` [PATCH v2 19/28] wan: qmc_hdlc: Add runtime timeslots changes support Christophe Leroy
         [not found] ` <20230726150225.483464-21-herve.codina@bootlin.com>
    2023-08-01  9:56   ` [PATCH v2 20/28] net: wan: Add framer framework support Andrew Lunn
    2023-08-01 10:32     ` Herve Codina
    2023-08-08  8:11   ` Christophe Leroy
         [not found] ` <20230726150225.483464-23-herve.codina@bootlin.com>
    2023-07-27  9:22   ` [PATCH v2 22/28] mfd: core: Ensure disabled devices are skiped without aborting Lee Jones
    2023-07-27 10:18     ` Herve Codina
    2023-08-08  8:13   ` Christophe Leroy
    2023-08-08  8:44     ` Herve Codina
         [not found] ` <20230726150225.483464-26-herve.codina@bootlin.com>
    2023-08-08  8:17   ` [PATCH v2 25/28] MAINTAINERS: Add the Lantiq PEF2256 driver entry Christophe Leroy
         [not found] ` <20230726150225.483464-27-herve.codina@bootlin.com>
    2023-08-01 10:30   ` [PATCH v2 26/28] ASoC: codecs: Add support for the framer codec Andrew Lunn
    2023-08-01 10:45     ` Herve Codina
    2023-08-08  8:26   ` Christophe Leroy
    2023-08-08  9:06     ` Herve Codina
         [not found] ` <20230726150225.483464-29-herve.codina@bootlin.com>
    2023-08-08  8:29   ` [PATCH v2 28/28] net: wan: fsl_qmc_hdlc: Add framer support Christophe Leroy
    

    This is a public inbox, see mirroring instructions
    for how to clone and mirror all data and code used for this inbox;
    as well as URLs for NNTP newsgroup(s).