soc: fsl: cpm1: qmc: Split Tx and Rx TSA entries setup
authorHerve Codina <herve.codina@bootlin.com>
Tue, 5 Dec 2023 15:21:10 +0000 (16:21 +0100)
committerHerve Codina <herve.codina@bootlin.com>
Tue, 12 Dec 2023 09:29:20 +0000 (10:29 +0100)
commit32881b253c945ea1493abc18e25928808331f5df
treeba9f2326b58a1dd4181459870bed4b6b5a8f13d6
parent9217161115bfb76ae7b3b9e5a803f554a1c5e76a
soc: fsl: cpm1: qmc: Split Tx and Rx TSA entries setup

The Tx and Rx entries for a given channel are set in one function.

In order to modify Rx entries and Tx entries independently of one other,
split this function in one for the Rx part and one for the Tx part.

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