soc: fsl: cpm1: qmc: Rename qmc_setup_tsa* to qmc_init_tsa*
authorHerve Codina <herve.codina@bootlin.com>
Tue, 5 Dec 2023 15:21:05 +0000 (16:21 +0100)
committerHerve Codina <herve.codina@bootlin.com>
Tue, 12 Dec 2023 09:29:20 +0000 (10:29 +0100)
commit2d965e25fa4180988a1ef4f07803fa7a182a4ae5
tree389829173266eb8787797665976c31d5bca70433
parent9b7a69d0bd2bb7bcf1b811f273a27be929520b61
soc: fsl: cpm1: qmc: Rename qmc_setup_tsa* to qmc_init_tsa*

qmc_setup_tsa* are called once at initialisation.
They initialize the QMC TSA table.
In order to introduce setup function later on for dynamic timeslots
management, rename the function to avoid later confusion.

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-9-herve.codina@bootlin.com
drivers/soc/fsl/qe/qmc.c