]> asedeno.scripts.mit.edu Git - linux.git/commit
spi: zynq-qspi: Keep the bitfields naming consistent
authorMiquel Raynal <miquel.raynal@bootlin.com>
Fri, 8 Nov 2019 14:07:40 +0000 (15:07 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 8 Nov 2019 17:43:51 +0000 (17:43 +0000)
commit941be723735113028361c4664cd10134d3d27006
treec1bdc150a30b4dd40801c794a22bbb0e4a003c55
parent087622d09472f96f1f5d6ced36ca75c92e86af21
spi: zynq-qspi: Keep the bitfields naming consistent

Most of the bits/bitfields #define'd in this driver are composed with:
1/ the driver prefix
2/ the name of the register they apply to

Keep the naming consistent by applying this rule to the CONFIG register
internals. These definitions will be used in a following change set.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/r/20191108140744.1734-4-miquel.raynal@bootlin.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-zynq-qspi.c