]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
spi: cadence-xspi: Replace OF/ACPI specifics by agnostic APIs
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Sat, 29 Nov 2025 15:07:04 +0000 (16:07 +0100)
committerMark Brown <broonie@kernel.org>
Sun, 14 Dec 2025 10:39:20 +0000 (19:39 +0900)
commite83ba2e698aafa052d0df82564f7c8cd777fd5c7
tree37cec537ef5e83398cf6ea6d152b3e15dbde5940
parent6f9e4740e8591176eb90bb1dae95bbbb5c7d789e
spi: cadence-xspi: Replace OF/ACPI specifics by agnostic APIs

Replace OF/ACPI specific call to get matched driver data with
the agnostic one. This doesn't change functionality. While at
it, add missing property.h include, and drop now unneeded of.h.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://patch.msgid.link/20251129150704.3998301-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-cadence-xspi.c