u-boot/drivers/mtd/spi
Andre Przywara 452dfcc3b4 mtd: spi-nor-tiny: annotate switch/case fallthrough
The SPI NOR code uses an implicit switch/case fallthrough when checking
different vendors to determine how to deal with extended addressig modes.

Add our "fallthrough;" statement-like macro before some label in the
4-byte addressing mode code, to avoid a warning when GCC's
-Wimplicit-fallthrough warning option is enabled.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
2025-04-08 16:23:51 -06:00
..
fsl_espi_spl.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
Kconfig mtd: spi-nor-ids: Add Puya Semiconductor chips description 2024-10-24 18:08:51 +05:30
Makefile global: Rename SPL_TPL_ to PHASE_ 2024-10-11 11:44:48 -06:00
sandbox.c spi: spi-uclass: Read chipselect and restrict capabilities 2024-10-09 09:01:54 -06:00
sf_bootdev.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
sf_dataflash.c drivers: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD 2024-10-11 11:44:48 -06:00
sf_internal.h drivers: mtd: Remove duplicate newlines 2024-07-22 10:53:05 -06:00
sf_mtd.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
sf_probe.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
sf-uclass.c drivers: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD 2024-10-11 11:44:48 -06:00
spi-nor-core.c mtd: spi-nor: Fix the spi_nor_read() when config SPI_STACKED_PARALLEL is enabled 2024-12-30 08:20:15 -06:00
spi-nor-ids.c mtd: spi-nor: Add mt35xu01gbba octal mode SPI NOR flash 2024-10-24 18:10:50 +05:30
spi-nor-tiny.c mtd: spi-nor-tiny: annotate switch/case fallthrough 2025-04-08 16:23:51 -06:00