Skip to content

Commit d9cd5c9

Browse files
mwalleambarus
authored andcommitted
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>
1 parent 022545e commit d9cd5c9

4 files changed

Lines changed: 0 additions & 24 deletions

File tree

drivers/mtd/spi-nor/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ spi-nor-objs += atmel.o
55
spi-nor-objs += eon.o
66
spi-nor-objs += esmt.o
77
spi-nor-objs += everspin.o
8-
spi-nor-objs += fujitsu.o
98
spi-nor-objs += gigadevice.o
109
spi-nor-objs += intel.o
1110
spi-nor-objs += issi.o

drivers/mtd/spi-nor/core.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2002,7 +2002,6 @@ static const struct spi_nor_manufacturer *manufacturers[] = {
20022002
&spi_nor_eon,
20032003
&spi_nor_esmt,
20042004
&spi_nor_everspin,
2005-
&spi_nor_fujitsu,
20062005
&spi_nor_gigadevice,
20072006
&spi_nor_intel,
20082007
&spi_nor_issi,

drivers/mtd/spi-nor/core.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,6 @@ extern const struct spi_nor_manufacturer spi_nor_atmel;
634634
extern const struct spi_nor_manufacturer spi_nor_eon;
635635
extern const struct spi_nor_manufacturer spi_nor_esmt;
636636
extern const struct spi_nor_manufacturer spi_nor_everspin;
637-
extern const struct spi_nor_manufacturer spi_nor_fujitsu;
638637
extern const struct spi_nor_manufacturer spi_nor_gigadevice;
639638
extern const struct spi_nor_manufacturer spi_nor_intel;
640639
extern const struct spi_nor_manufacturer spi_nor_issi;

drivers/mtd/spi-nor/fujitsu.c

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)