soc: fsl: cpm1: qmc: Remove timeslots handling from setup_chan()
authorHerve Codina <herve.codina@bootlin.com>
Tue, 5 Dec 2023 15:21:13 +0000 (16:21 +0100)
committerHerve Codina <herve.codina@bootlin.com>
Tue, 12 Dec 2023 09:29:20 +0000 (10:29 +0100)
commit0d75119d08448cb94583467c01adb212b0728502
tree9d9deb1232e86401ca4eb17d0fd51b5ad382adbb
parent7cc9bda9c163877255a61a052987ce6b85da1263
soc: fsl: cpm1: qmc: Remove timeslots handling from setup_chan()

Timeslots setting is done at channel start() and stop().
There is no more need to do that during setup_chan().

Simply remove timeslot setting from setup_chan().

Signed-off-by: Herve Codina <herve.codina@bootlin.com>
Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Link: https://lore.kernel.org/r/20231205152116.122512-17-herve.codina@bootlin.com
drivers/soc/fsl/qe/qmc.c