diff options
author | Tom Rini <trini@konsulko.com> | 2022-10-10 08:17:08 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-10-10 08:17:08 -0400 |
commit | 73e741b8ee46eba4e02a3bcc758dbd70540ed3c1 (patch) | |
tree | 54ddc86ed44eff230bc0aa3a69ba4742334323fc /include/linux/mtd/mtd.h | |
parent | 11ef7f07ce60b60fb78c330b3ae35fd1037e50c1 (diff) | |
parent | 7676811867b54d4cb7b3356505d41511614884f3 (diff) |
Merge tag 'u-boot-nand-20221009' of https://source.denx.de/u-boot/custodians/u-boot-nand-flash
- mtd: Update the function name to 'rfree'
- Support NAND ONFI EDO mode for imx8mn architecture
- dm: clk: add missing stub when CONFIG_CLK is deactivated
Diffstat (limited to 'include/linux/mtd/mtd.h')
-rw-r--r-- | include/linux/mtd/mtd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mtd/mtd.h b/include/linux/mtd/mtd.h index ff635bd716..09f5269887 100644 --- a/include/linux/mtd/mtd.h +++ b/include/linux/mtd/mtd.h @@ -122,7 +122,7 @@ struct mtd_oob_region { * @ecc: function returning an ECC region in the OOB area. * Should return -ERANGE if %section exceeds the total number of * ECC sections. - * @free: function returning a free region in the OOB area. + * @rfree: function returning a free region in the OOB area. * Should return -ERANGE if %section exceeds the total number of * free sections. */ |