On Mon, Feb 24, 2025 at 11:43:38AM +0000, Loureiro, Joao wrote:

> This patch introduces the initial SPI EEPROM driver mode support
> analogous to the I2C EEPROM driver mode support. The SPI EEPROM
> driver mode support is enabled by default in the sandbox_defconfig.
> 
> Signed-off-by: João Loureiro <[email protected]>
> ---
>  configs/sandbox_defconfig |   1 +
>  drivers/misc/Kconfig      |   5 +
>  drivers/misc/Makefile     |   1 +
>  drivers/misc/spi_eeprom.c | 254 ++++++++++++++++++++++++++++++++++++++
>  include/dm/uclass-id.h    |   1 +
>  include/spi_eeprom.h      |  88 +++++++++++++
>  6 files changed, 350 insertions(+)
>  create mode 100644 drivers/misc/spi_eeprom.c
>  create mode 100644 include/spi_eeprom.h

In theory, this seems fine. This patch however produces a large number
of checkpatch.pl warnings and errors to resolve first. Thanks!

-- 
Tom

Attachment: signature.asc
Description: PGP signature

Reply via email to