zephyr/tests
Peter Bigot 77aa89bcb5 drivers: flash: remove W25QXXDV driver
The spi_flash_w25qxxdv driver has been superseded by the generic
spi_nor driver for over a year.  The only non-refactoring change to
the W25Q driver in the last 18 months was done to support a backport
to 1.14.

All devices supported by spi_flash_w25qxxdv driver are expected to be
supported by the spi_nor driver, using the standard `jedec,spi-nor`
devicetree compatible.  No in-tree devicetree files make use of this
driver.

Remove the confusion about which driver to select by removing the
unmaintained redundant driver.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-08-27 17:39:21 +02:00
..
application_development
arch sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
benchmarks sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
bluetooth sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
boards sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
crypto ztest: remove ztest_mem_domain 2020-08-26 20:35:02 -04:00
deprecated sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
drivers drivers: flash: remove W25QXXDV driver 2020-08-27 17:39:21 +02:00
kernel sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
lib sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
misc/test_build sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
net tests: net: dns: Add tests for catching malformed packets 2020-08-27 08:05:52 -04:00
portability
posix sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
shell
subsys sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
unit
ztest