1. 04 Apr, 2024 1 commit
  2. 03 Apr, 2024 8 commits
  3. 29 Mar, 2024 1 commit
  4. 26 Mar, 2024 2 commits
  5. 22 Mar, 2024 2 commits
  6. 20 Mar, 2024 1 commit
  7. 18 Mar, 2024 1 commit
  8. 14 Mar, 2024 16 commits
  9. 12 Mar, 2024 6 commits
  10. 11 Mar, 2024 2 commits
    • David S. Miller's avatar
      Merge branch 'qmc-hdlc' · c2b25092
      David S. Miller authored
      Herve Codina says:
      
      ====================
      Add support for QMC HDLC
      
      This series introduces the QMC HDLC support.
      
      Patches were previously sent as part of a full feature series and were
      previously reviewed in that context:
      "Add support for QMC HDLC, framer infrastructure and PEF2256 framer" [1]
      
      In order to ease the merge, the full feature series has been split and
      needed parts were merged in v6.8-rc1:
       - "Prepare the PowerQUICC QMC and TSA for the HDLC QMC driver" [2]
       - "Add support for framer infrastructure and PEF2256 framer" [3]
      
      This series contains patches related to the QMC HDLC part (QMC HDLC
      driver):
       - Introduce the QMC HDLC driver (patches 1 and 2)
       - Add timeslots change support in QMC HDLC (patch 3)
       - Add framer support as a framer consumer in QMC HDLC (patch 4)
      
      Compare to the original full feature series, a modification was done on
      patch 3 in order to use a coherent prefix in the commit title.
      
      I kept the patches unsquashed as they were previously sent and reviewed.
      Of course, I can squash them if needed.
      
      Compared to the previous iteration:
        https://lore.kernel.org/linux-kernel/20240306080726.167338-1-herve.codina@bootlin.com/
      this v7 series mainly:
      - Rename a variable.
      - Fix reverse xmas tree declarations.
      - Add 'Acked-by' tag.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      c2b25092
    • Herve Codina's avatar
      net: wan: fsl_qmc_hdlc: Add framer support · 54762918
      Herve Codina authored
      Add framer support in the fsl_qmc_hdlc driver in order to be able to
      signal carrier changes to the network stack based on the framer status
      Also use this framer to provide information related to the E1/T1 line
      interface on IF_GET_IFACE and configure the line interface according to
      IF_IFACE_{E1,T1} information.
      Signed-off-by: default avatarHerve Codina <herve.codina@bootlin.com>
      Reviewed-by: default avatarChristophe Leroy <christophe.leroy@csgroup.eu>
      Reviewed-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      54762918