Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

spi: cadence-qspi: Align definitions

Fix alignment on the #defines.

Reviewed-by: Pratyush Yadav <pratyush@kernel.org>
Tested-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Miquel Raynal (Schneider Electric) <miquel.raynal@bootlin.com>
Tested-by: Santhosh Kumar K <s-k6@ti.com>
Link: https://patch.msgid.link/20260122-schneider-6-19-rc1-qspi-v4-3-f9c21419a3e6@bootlin.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Miquel Raynal (Schneider Electric) and committed by
Mark Brown
9dfc9c1c ade3f7f8

+1 -1
+1 -1
drivers/spi/spi-cadence-quadspi.c
··· 40 40 #define CQSPI_DISABLE_DAC_MODE BIT(1) 41 41 #define CQSPI_SUPPORT_EXTERNAL_DMA BIT(2) 42 42 #define CQSPI_NO_SUPPORT_WR_COMPLETION BIT(3) 43 - #define CQSPI_SLOW_SRAM BIT(4) 43 + #define CQSPI_SLOW_SRAM BIT(4) 44 44 #define CQSPI_NEEDS_APB_AHB_HAZARD_WAR BIT(5) 45 45 #define CQSPI_RD_NO_IRQ BIT(6) 46 46 #define CQSPI_DMA_SET_MASK BIT(7)