spi: mxic: Create a helper to configure the controller before an operation
authorMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 27 Jan 2022 09:18:05 +0000 (10:18 +0100)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 10 Feb 2022 08:32:30 +0000 (09:32 +0100)
commitb7b64db74ea53f51d316077c1267bb4d0792ef4b
treecc96085973932366dbebde28b068e498861554d4
parent5fd6739e0df7e320bcac103dfb95fe75941fea17
spi: mxic: Create a helper to configure the controller before an operation

Create the mxic_spi_set_hc_cfg() helper to configure the HC_CFG
register. This helper will soon be used by the dirmap implementation and
having this code factorized out earlier will clarify this addition.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/linux-mtd/20220127091808.1043392-11-miquel.raynal@bootlin.com
drivers/spi/spi-mxic.c