Searched hist:"3 c0fe36a" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/linux/mtd/ |
H A D | nand-ecc-sw-bch.h | 3c0fe36a Tue Sep 29 18:01:08 CDT 2020 Miquel Raynal <miquel.raynal@bootlin.com> mtd: nand: ecc-bch: Stop exporting the private structure
The NAND BCH control structure has nothing to do outside of this driver, all users of the nand_bch_init/free() functions just save it to chip->ecc.priv so do it in this driver directly and return a regular error code instead.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20200929230124.31491-5-miquel.raynal@bootlin.com
|
/openbmc/linux/drivers/mtd/nand/ |
H A D | ecc-sw-bch.c | 3c0fe36a Tue Sep 29 18:01:08 CDT 2020 Miquel Raynal <miquel.raynal@bootlin.com> mtd: nand: ecc-bch: Stop exporting the private structure
The NAND BCH control structure has nothing to do outside of this driver, all users of the nand_bch_init/free() functions just save it to chip->ecc.priv so do it in this driver directly and return a regular error code instead.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20200929230124.31491-5-miquel.raynal@bootlin.com
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | omap2.c | 3c0fe36a Tue Sep 29 18:01:08 CDT 2020 Miquel Raynal <miquel.raynal@bootlin.com> mtd: nand: ecc-bch: Stop exporting the private structure
The NAND BCH control structure has nothing to do outside of this driver, all users of the nand_bch_init/free() functions just save it to chip->ecc.priv so do it in this driver directly and return a regular error code instead.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20200929230124.31491-5-miquel.raynal@bootlin.com
|
H A D | fsmc_nand.c | 3c0fe36a Tue Sep 29 18:01:08 CDT 2020 Miquel Raynal <miquel.raynal@bootlin.com> mtd: nand: ecc-bch: Stop exporting the private structure
The NAND BCH control structure has nothing to do outside of this driver, all users of the nand_bch_init/free() functions just save it to chip->ecc.priv so do it in this driver directly and return a regular error code instead.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20200929230124.31491-5-miquel.raynal@bootlin.com
|
H A D | nand_base.c | 3c0fe36a Tue Sep 29 18:01:08 CDT 2020 Miquel Raynal <miquel.raynal@bootlin.com> mtd: nand: ecc-bch: Stop exporting the private structure
The NAND BCH control structure has nothing to do outside of this driver, all users of the nand_bch_init/free() functions just save it to chip->ecc.priv so do it in this driver directly and return a regular error code instead.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20200929230124.31491-5-miquel.raynal@bootlin.com
|