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

2024-02-07 Thread Uwe Kleine-König
willing to apply the whole series to his spi tree. Assuming no other show stoper are found in this v3, I assume that's the plan still for this series now. Thanks Uwe Uwe Kleine-König (32): fpga: ice40-spi: Follow renaming of SPI "master" to "controller" ieee80215

[PATCH v3 02/32] ieee802154: ca8210: Follow renaming of SPI "master" to "controller"

2024-02-07 Thread Uwe Kleine-König
er. Reviewed-by: Simon Horman Acked-by: Stefan Schmidt Acked-by: Miquel Raynal Acked-by: Jonathan Cameron Signed-off-by: Uwe Kleine-König --- drivers/net/ieee802154/ca8210.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ieee802154/ca8210.c b/drivers/net/ieee8021

[PATCH v2 02/33] ieee802154: ca8210: Follow renaming of SPI "master" to "controller"

2024-01-22 Thread Uwe Kleine-König
er. Reviewed-by: Simon Horman Acked-by: Stefan Schmidt Signed-off-by: Uwe Kleine-König --- drivers/net/ieee802154/ca8210.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ieee802154/ca8210.c b/drivers/net/ieee802154/ca8210.c index 4ec0dab38872..f732c150462b 10064

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

2024-01-22 Thread Uwe Kleine-König
ed it here to make the kernel build bots happy. Best regards Uwe Uwe Kleine-König (33): fpga: ice40-spi: Follow renaming of SPI "master" to "controller" ieee802154: ca8210: Follow renaming of SPI "master" to "controller" iio: adc: ad_sigma_delta:

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 rena

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

2024-01-15 Thread Uwe Kleine-König
the documentation. (This one is a bit fuzzy, because it also does some s/master/host/ which doesn't match the remainder of the series). Also patch #18 is an improvement I noticed while touching this driver that doesn't match the series' topic. I still kept it included here. If you sho

[PATCH 02/33] ieee802154: ca8210: Follow renaming of SPI "master" to "controller"

2024-01-15 Thread Uwe Kleine-König
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. S

[PATCH net-next v2 8/9] ieee802154: fakelb: Convert to platform remove callback returning void

2023-12-04 Thread Uwe Kleine-König
lways returning zero in the remove callback to the void returning variant. Acked-by: Stefan Schmidt Link: https://lore.kernel.org/r/20231117095922.876489-10-u.kleine-koe...@pengutronix.de Signed-off-by: Uwe Kleine-König --- drivers/net/ieee802154/fakelb.c | 5 ++--- 1 file changed, 2 insertions(

[PATCH net-next v2 9/9] ieee802154: hwsim: Convert to platform remove callback returning void

2023-12-04 Thread Uwe Kleine-König
lways returning zero in the remove callback to the void returning variant. Acked-by: Stefan Schmidt Link: https://lore.kernel.org/r/20231117095922.876489-11-u.kleine-koe...@pengutronix.de Signed-off-by: Uwe Kleine-König --- drivers/net/ieee802154/mac802154_hwsim.c | 6 ++ 1 file chang

[PATCH net-next 09/10] ieee802154: fakelb: Convert to platform remove callback returning void

2023-11-17 Thread Uwe Kleine-König
lways returning zero in the remove callback to the void returning variant. Signed-off-by: Uwe Kleine-König --- drivers/net/ieee802154/fakelb.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/net/ieee802154/fakelb.c b/drivers/net/ieee802154/fakelb.c index 523d13e

[PATCH net-next 10/10] ieee802154: hwsim: Convert to platform remove callback returning void

2023-11-17 Thread Uwe Kleine-König
lways returning zero in the remove callback to the void returning variant. Signed-off-by: Uwe Kleine-König --- drivers/net/ieee802154/mac802154_hwsim.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/net/ieee802154/mac802154_hwsim.c b/drivers/net/ieee8