spi: pxa2xx: Extract pxa2xx_spi_platform_*() callbacks
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 30 May 2024 15:10:05 +0000 (18:10 +0300)
committerMark Brown <broonie@kernel.org>
Mon, 3 Jun 2024 15:00:02 +0000 (16:00 +0100)
commit20ade9b9771c80eb58eb42ccd0a48ba24bdc3c4f
tree71915e31143ed57fef576047983342c82ad85f5d
parent75bfdccaecf96189318b29100b880c416d89ed46
spi: pxa2xx: Extract pxa2xx_spi_platform_*() callbacks

In preparation of the extracting platform driver from spi-pxa2xx.c
split the probe and remove functions so we have bus independent
and platform device ones.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://msgid.link/r/20240530151117.1130792-10-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-pxa2xx.c