Re: Increasing build coverage for drivers/spi/spi-ppc4xx.c

2024-02-27 Thread Tudor Ambarus
On 2/27/24 08:46, Uwe Kleine-König wrote: > recently the spi-ppc4xx.c driver suffered from build errors and warnings > that were undetected for longer than I expected. I think it would be long enough so that we remove the driver altogether?

Re: [PATCH 00/20] mtd: Convert to platform remove callback returning void

2023-10-09 Thread Tudor Ambarus
t; > All drivers touched here returned zero unconditionally in their remove > callback, so they could all be converted trivially to .remove_new(). > > See commit 5c5a7680e67b ("platform: Provide a remove callback that > returns no value") for an extended explanation and the eventual goal. > Acked-by: Tudor Ambarus