Re: [PATCH 00/33] spi: get rid of some legacy macros

2024-01-16 Thread Uwe Kleine-König
Hello Mark, On Tue, Jan 16, 2024 at 02:40:39PM +, Mark Brown wrote: > On Mon, Jan 15, 2024 at 09:12:46PM +0100, Uwe Kleine-König wrote: > > > In commit 8caab75fd2c2 ("spi: Generalize SPI "master" to "controller"") > > some functions were renamed. Further some compat defines were introduced >

Re: [PATCH 00/33] spi: get rid of some legacy macros

2024-01-16 Thread Mark Brown
On Mon, Jan 15, 2024 at 09:12:46PM +0100, Uwe Kleine-König wrote: > In commit 8caab75fd2c2 ("spi: Generalize SPI "master" to "controller"") > some functions were renamed. Further some compat defines were introduced > to map the old names to the new ones. > Patch #18 and #19 touch the same driver,

[PATCH 00/33] spi: get rid of some legacy macros

2024-01-15 Thread Uwe Kleine-König
Hello, In commit 8caab75fd2c2 ("spi: Generalize SPI "master" to "controller"") some functions were renamed. Further some compat defines were introduced to map the old names to the new ones. In this series all drivers still using the old names are changed to use the new ones and then in patch #32