Re: [PATCH v2 11/28] soc: fsl: cpm1: qmc: Remove no more needed checks from qmc_check_chans()

2023-08-08 Thread Christophe Leroy
Le 26/07/2023 à 17:02, Herve Codina a écrit : > The newly introduced qmc_chan_setup_tsa* functions check that the > channel entries are not already used. > These checks are also performed by qmc_check_chans() and are no more > needed. > > Remove them from qmc_check_chans(). > > Signed-off-by:

[PATCH v2 11/28] soc: fsl: cpm1: qmc: Remove no more needed checks from qmc_check_chans()

2023-07-26 Thread Herve Codina
The newly introduced qmc_chan_setup_tsa* functions check that the channel entries are not already used. These checks are also performed by qmc_check_chans() and are no more needed. Remove them from qmc_check_chans(). Signed-off-by: Herve Codina --- drivers/soc/fsl/qe/qmc.c | 20