On Mon, Jan 22, 2024 at 07:07:21PM +0100, Uwe Kleine-König wrote:
In commit 8caab75fd2c2 ("spi: Generalize SPI "master" to "controller"") some functions and struct members were renamed. To not break all drivers compatibility macros were provided.
To be able to remove these compatibility macros push the renaming into this driver.
Acked-by: Viresh Kumar viresh.kumar@linaro.org Signed-off-by: Uwe Kleine-König u.kleine-koenig@pengutronix.de
Acked-by: Greg Kroah-Hartman gregkh@linuxfoundation.org