]> git.itanic.dy.fi Git - linux-stable/commit
mtd: spi-nor: remove Fujitsu MB85RS1MT support
authorMichael Walle <mwalle@kernel.org>
Fri, 8 Sep 2023 10:16:20 +0000 (12:16 +0200)
committerTudor Ambarus <tudor.ambarus@linaro.org>
Tue, 19 Sep 2023 15:49:15 +0000 (18:49 +0300)
commitd9cd5c9a6fe26d544551cfaa94fb0abc50c0b895
tree94912cf0968bf0a48df5c73f12a6b8aa358ccb7c
parent022545e057f395f470ca2731c2b61acb65cacaf8
mtd: spi-nor: remove Fujitsu MB85RS1MT support

This part is not a flash but an EEPROM like FRAM. It is even has a DT
binding for the (correct) driver (at25), see
Documentation/devicetree/bindings/eeprom/at25.yaml. Just remove it.

Signed-off-by: Michael Walle <mwalle@kernel.org>
Link: https://lore.kernel.org/r/20230807-mtd-flash-info-db-rework-v3-2-e60548861b10@kernel.org
Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
drivers/mtd/spi-nor/Makefile
drivers/mtd/spi-nor/core.c
drivers/mtd/spi-nor/core.h
drivers/mtd/spi-nor/fujitsu.c [deleted file]