spi: cadence-quadspi: setup ADDR Bits in cmd reads
authorDhruva Gole <d-gole@ti.com>
Wed, 25 Jan 2023 08:10:22 +0000 (13:40 +0530)
committerMark Brown <broonie@kernel.org>
Tue, 14 Feb 2023 13:25:25 +0000 (13:25 +0000)
commita8674ae02db232927385c2d0a063e10c0118f5ca
tree1a53137c7ef79247b993439cd9b326d106b6b1f8
parente8c51b164355c1d519a4b8ad0873f131035d26b7
spi: cadence-quadspi: setup ADDR Bits in cmd reads

Setup the Addr bit field while issuing register reads in STIG mode. This
is needed for example flashes like cypress define in their transaction
table that to read any register there is 1 cmd byte and a few more address
bytes trailing the cmd byte. Absence of addr bytes will obviously fail
to read correct data from flash register that maybe requested by flash
driver because the controller doesn't even specify which address of the
flash register the read is being requested from.

Signed-off-by: Dhruva Gole <d-gole@ti.com>
Link: https://lore.kernel.org/r/20230125081023.1573712-4-d-gole@ti.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-cadence-quadspi.c