Re: [PATCH 4/9] mtd: devices: add AT24 eeprom support

2024-07-01 Thread Tudor Ambarus
On 7/1/24 2:53 PM, Marco Felsch wrote: > EEPROMs can become quite large nowadays (>=64K). Exposing such devices > as single device isn't always sufficient. There may be partitions which > require different access permissions. Also write access always need to > to verify the offset. > > Port the

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
s. > > 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