[PATCH] spi: Introduce initial eeprom driver mode support
Tom Rini
trini at konsulko.com
Tue Mar 4 18:47:40 CET 2025
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 <joao.loureiro at philips.com>
> ---
> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20250304/79d4c3d5/attachment.sig>
More information about the U-Boot
mailing list