]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
spi: microchip core-qspi gpio-cs fixes + cleanup
authorMark Brown <broonie@kernel.org>
Mon, 4 May 2026 13:23:04 +0000 (22:23 +0900)
committerMark Brown <broonie@kernel.org>
Mon, 4 May 2026 13:23:04 +0000 (22:23 +0900)
commit4b50e6cc2aff1688b66da3847c85f3ce9786ff40
tree2db311060a85aba826e3241956f9a8e2b3e4c84d
parent5b33b756aba9237813216476538abcc8afe8af8b
parent0b2eb1f8473eddeff5317e521498329581432f89
spi: microchip core-qspi gpio-cs fixes + cleanup

Conor Dooley <conor@kernel.org> says:

v3 with the review comment about the core handing CS_HIGH dealt with.
I noticed that in the same function there was a "raw" BIT(1), which I
replaced with a macro that the patch was already adding for use in the
setup function...