zephyr/drivers/flash
Declan Snyder efdd8580ca soc: nxp: Flatten MCX SOCs
Turn MCX series into families.

Reasoning:
 1. The MCX SOCs are quite different from each other and having them all
    under one family in the HWMv2 hierarchy is fruitless because there
    are so many differences that it is confusing to try to introduce
    family-level code and configs since they would each only apply to a
    subset of the series. There is almost nothing that can be shared
    between all of them. Which is why there are comments in the MCX
    family files saying not to put anything in them. This is a technical
    waste.
 2. Therefore, turning all of them into families is almost 0 effort and
    makes sense. It will allow these different types of MCX to be
    further subdivided into series in the future as the MCX portfolio
    expands and such division will be necessary as new SOCs within each
    letter family are released.

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
2025-07-19 13:25:29 -04:00
..
CMakeLists.txt drivers: flash: Add MAX32 SPIXF NOR flash driver 2025-07-19 10:08:46 +02:00
flash_ambiq.c
flash_andes_qspi.c
flash_andes_qspi.h
flash_cadence_nand_ll.c
flash_cadence_nand_ll.h
flash_cadence_nand.c
flash_cadence_qspi_nor_ll.c
flash_cadence_qspi_nor_ll.h
flash_cadence_qspi_nor.c
flash_esp32.c
flash_gd32_v1.c
flash_gd32_v2.c
flash_gd32_v3.c
flash_gd32.c
flash_gd32.h
flash_gecko.c
flash_handlers.c
flash_ifx_cat1_qspi.c
flash_ifx_cat1.c
flash_ite_it8xxx2.c
flash_max32_spixf_nor.c drivers: flash: Enable static/runtime SFDP data for SPIXF driver 2025-07-19 10:08:46 +02:00
flash_max32.c
flash_mcux_flexspi_hyperflash.c drivers: nxp: flexspi: fix hyper flash hang issue 2025-06-26 22:14:38 -05:00
flash_mcux_flexspi_mx25um51345g.c
flash_mcux_flexspi_nor.c
flash_mspi_atxp032.c
flash_mspi_emul_device.c
flash_mspi_is25xX0xx.c
flash_mspi_nor_quirks.h
flash_mspi_nor.c
flash_mspi_nor.h
flash_npcx_fiu_nor.c
flash_npcx_fiu_qspi.c
flash_npcx_fiu_qspi.h
flash_nxp_s32_qspi_hyperflash.c
flash_nxp_s32_qspi_nor.c
flash_nxp_s32_qspi.c
flash_nxp_s32_qspi.h
flash_page_layout.c
flash_priv.h
flash_realtek_rts5912.c
flash_renesas_ra_ospi_b.c
flash_renesas_ra_ospi_b.h
flash_rpi_pico.c
flash_sam0.c
flash_sam.c
flash_shell.c
flash_si32.c
flash_simulator_native.c
flash_simulator_native.h
flash_simulator.c
flash_smartbond.c
flash_stm32_ex_op.c
flash_stm32_ospi.c
flash_stm32_ospi.h
flash_stm32_qspi.c drivers: flash: stm32_qspi: Fix flash not reset when in QPI mode 2025-07-11 09:41:38 -05:00
flash_stm32_xspi.c drivers: flash: stm32 xspi flash driver skip init when executing in place 2025-07-19 09:49:44 +02:00
flash_stm32_xspi.h
flash_stm32.c
flash_stm32.h
flash_stm32f1x.c
flash_stm32f2x.c
flash_stm32f4x.c
flash_stm32f7x.c
flash_stm32g0x.c
flash_stm32g4x.c
flash_stm32h7x.c
flash_stm32l4x.c
flash_stm32l5x.c
flash_stm32u3x.c
flash_stm32wb0x.c
flash_stm32wba_fm.c
flash_stm32wbax.c
flash_stm32wbx.c
flash_util.c
jesd216.c
jesd216.h
Kconfig drivers: flash: Add MAX32 SPIXF NOR flash driver 2025-07-19 10:08:46 +02:00
Kconfig.adi_max32_spixf drivers: flash: Enable static/runtime SFDP data for SPIXF driver 2025-07-19 10:08:46 +02:00
Kconfig.ambiq
Kconfig.andes
Kconfig.at45
Kconfig.b91
Kconfig.cadence_nand
Kconfig.cadence_qspi_nor
Kconfig.cc13xx_cc26xx
Kconfig.cc23x0
Kconfig.esp32
Kconfig.gd32
Kconfig.gecko
Kconfig.ifx_cat1
Kconfig.it8xxx2
Kconfig.lpc
Kconfig.max32
Kconfig.mcux
Kconfig.mspi
Kconfig.nor
Kconfig.nordic_qspi_nor
Kconfig.npcx_fiu
Kconfig.nrf
Kconfig.nrf_mram
Kconfig.nrf_rram
Kconfig.numaker
Kconfig.numaker_rmc
Kconfig.nxp_s32
Kconfig.renesas_ra
Kconfig.renesas_ra_ospi
Kconfig.rpi_pico
Kconfig.rts5912
Kconfig.rv32m1
Kconfig.sam
Kconfig.sam0
Kconfig.si32
Kconfig.silabs
Kconfig.simulator
Kconfig.siwx91x
Kconfig.smartbond
Kconfig.stm32
Kconfig.stm32_ospi
Kconfig.stm32_qspi
Kconfig.stm32_xspi
Kconfig.xmc4xxx
nrf_qspi_nor.c
soc_flash_b91.c
soc_flash_cc13xx_cc26xx.c
soc_flash_cc23x0.c
soc_flash_lpc.c
soc_flash_mcux.c soc: nxp: Flatten MCX SOCs 2025-07-19 13:25:29 -04:00
soc_flash_nrf_mram.c
soc_flash_nrf_rram.c
soc_flash_nrf.c
soc_flash_nrf.h
soc_flash_numaker_rmc.c
soc_flash_numaker.c
soc_flash_renesas_ra_hp_ex_op.c
soc_flash_renesas_ra_hp.c
soc_flash_renesas_ra_hp.h
soc_flash_rv32m1.c
soc_flash_silabs_series2.c
soc_flash_silabs_siwx91x.c
soc_flash_xmc4xxx.c
spi_flash_at45.c
spi_nor_s28hx512t.h
spi_nor.c
spi_nor.h