Re: [PATCH v8 23/30] wan: qmc_hdlc: Add runtime timeslots changes support

2023-10-13 Thread Jakub Kicinski
On Wed, 11 Oct 2023 08:14:27 +0200 Herve Codina wrote: > QMC channels support runtime timeslots changes but nothing is done at > the QMC HDLC driver to handle these changes. > > Use existing IFACE ioctl in order to configure the timeslots to use. > > Signed-off-by: Herve Codina > Reviewed-by: Ch

[PATCH v8 23/30] wan: qmc_hdlc: Add runtime timeslots changes support

2023-10-10 Thread Herve Codina
QMC channels support runtime timeslots changes but nothing is done at the QMC HDLC driver to handle these changes. Use existing IFACE ioctl in order to configure the timeslots to use. Signed-off-by: Herve Codina Reviewed-by: Christophe Leroy --- drivers/net/wan/fsl_qmc_hdlc.c | 169 +++