nuttx/drivers/bch
jingfei d5f224022a Revert "[feature] Expose more public functions of the BCH library."
This patch was originally intended to expose more interfaces
 of bch and integrate them into ftl, allowing ftl to add
file operations. In this way, we can pass oflags to ftl
through the open interface, allowing ftl to determine
some of its own behaviors based on Oflags: whether the
write operation needs to perform
readback - erase - write , or choose to write directly.

However, a better approach has been proposed at present:
the Oflags parameter can be passed to
ftl_initialize_by_path through mtd_proxy during the
open process, so this patch is no longer required

This reverts commit a537a3432dd337de4f522a0cb69327896c15f88b.

Signed-off-by: jingfei <jingfei@xiaomi.com>
2026-04-21 01:25:52 +08:00
..
CMakeLists.txt Revert "[feature] Expose more public functions of the BCH library." 2026-04-21 01:25:52 +08:00
Kconfig Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
Make.defs Revert "[feature] Expose more public functions of the BCH library." 2026-04-21 01:25:52 +08:00
bch.h drivers: migrate to SPDX identifier 2026-04-21 01:13:35 +08:00
bchdev_driver.c Revert "[feature] Expose more public functions of the BCH library." 2026-04-21 01:25:52 +08:00
bchdev_register.c [feature] Add a direct writing method for ftl 2026-04-21 01:25:10 +08:00
bchdev_unregister.c drivers: migrate to SPDX identifier 2026-04-21 01:13:35 +08:00
bchlib_cache.c drivers: migrate to SPDX identifier 2026-04-21 01:13:35 +08:00
bchlib_read.c drivers: migrate to SPDX identifier 2026-04-21 01:13:35 +08:00
bchlib_setup.c [feature] Add a direct writing method for ftl 2026-04-21 01:25:10 +08:00
bchlib_teardown.c drivers: migrate to SPDX identifier 2026-04-21 01:13:35 +08:00
bchlib_write.c Revert "[feature] Expose more public functions of the BCH library." 2026-04-21 01:25:52 +08:00