diff options
author | Daniel Golle <daniel@makrotopia.org> | 2022-04-30 15:17:46 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-04-30 16:00:15 +0100 |
commit | 9b4041fa2e10f6417f41fdc727752e60df7da3e6 (patch) | |
tree | b50938e12b796e0a01ce31ae8124b312e6af2190 /target/linux/mediatek/patches-5.15/120-03-v5.18-mtd-nand-ecc-Provide-a-helper-to-retrieve-a-pileline.patch | |
parent | 5d135fcf9d46835caea4eb88820ca129dc1bab96 (diff) | |
download | upstream-9b4041fa2e10f6417f41fdc727752e60df7da3e6.tar.gz upstream-9b4041fa2e10f6417f41fdc727752e60df7da3e6.tar.bz2 upstream-9b4041fa2e10f6417f41fdc727752e60df7da3e6.zip |
mediatek: refresh patches for Linux 5.15
Run `make target/linux/refresh` to align patches with OpenWrt style.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/mediatek/patches-5.15/120-03-v5.18-mtd-nand-ecc-Provide-a-helper-to-retrieve-a-pileline.patch')
-rw-r--r-- | target/linux/mediatek/patches-5.15/120-03-v5.18-mtd-nand-ecc-Provide-a-helper-to-retrieve-a-pileline.patch | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/target/linux/mediatek/patches-5.15/120-03-v5.18-mtd-nand-ecc-Provide-a-helper-to-retrieve-a-pileline.patch b/target/linux/mediatek/patches-5.15/120-03-v5.18-mtd-nand-ecc-Provide-a-helper-to-retrieve-a-pileline.patch index ce353a9226..29b62880ab 100644 --- a/target/linux/mediatek/patches-5.15/120-03-v5.18-mtd-nand-ecc-Provide-a-helper-to-retrieve-a-pileline.patch +++ b/target/linux/mediatek/patches-5.15/120-03-v5.18-mtd-nand-ecc-Provide-a-helper-to-retrieve-a-pileline.patch @@ -21,11 +21,9 @@ Link: https://lore.kernel.org/linux-mtd/20211216111654.238086-16-miquel.raynal@b include/linux/mtd/nand.h | 1 + 2 files changed, 32 insertions(+) -diff --git a/drivers/mtd/nand/ecc.c b/drivers/mtd/nand/ecc.c -index 078f5ec38de3..5250764cedee 100644 --- a/drivers/mtd/nand/ecc.c +++ b/drivers/mtd/nand/ecc.c -@@ -699,6 +699,37 @@ void nand_ecc_put_on_host_hw_engine(struct nand_device *nand) +@@ -699,6 +699,37 @@ void nand_ecc_put_on_host_hw_engine(stru } EXPORT_SYMBOL(nand_ecc_put_on_host_hw_engine); @@ -63,11 +61,9 @@ index 078f5ec38de3..5250764cedee 100644 MODULE_LICENSE("GPL"); MODULE_AUTHOR("Miquel Raynal <miquel.raynal@bootlin.com>"); MODULE_DESCRIPTION("Generic ECC engine"); -diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h -index b617efa0a881..615b3e3a3920 100644 --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h -@@ -309,6 +309,7 @@ struct nand_ecc_engine *nand_ecc_get_sw_engine(struct nand_device *nand); +@@ -309,6 +309,7 @@ struct nand_ecc_engine *nand_ecc_get_sw_ struct nand_ecc_engine *nand_ecc_get_on_die_hw_engine(struct nand_device *nand); struct nand_ecc_engine *nand_ecc_get_on_host_hw_engine(struct nand_device *nand); void nand_ecc_put_on_host_hw_engine(struct nand_device *nand); @@ -75,6 +71,3 @@ index b617efa0a881..615b3e3a3920 100644 #if IS_ENABLED(CONFIG_MTD_NAND_ECC_SW_HAMMING) struct nand_ecc_engine *nand_ecc_sw_hamming_get_engine(void); --- -2.35.1 - |