/linux/include/linux/mtd/ |
H A D | nand-ecc-sw-bch.h | af37d2c3a8c7a05cf5b0fe6b61e2a6b9e357928b Thu Sep 06 12:05:18 UTC 2018 Boris Brezillon <boris.brezillon@bootlin.com> mtd: rawnand: Pass a nand_chip object to ecc->calculate()
Let's make the raw NAND API consistent by patching all helpers and hooks to take a nand_chip object instead of an mtd_info one.
Now is ecc->calculate()'s turn.
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
|
H A D | nand-ecc-sw-hamming.h | af37d2c3a8c7a05cf5b0fe6b61e2a6b9e357928b Thu Sep 06 12:05:18 UTC 2018 Boris Brezillon <boris.brezillon@bootlin.com> mtd: rawnand: Pass a nand_chip object to ecc->calculate()
Let's make the raw NAND API consistent by patching all helpers and hooks to take a nand_chip object instead of an mtd_info one.
Now is ecc->calculate()'s turn.
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
|
H A D | rawnand.h | af37d2c3a8c7a05cf5b0fe6b61e2a6b9e357928b Thu Sep 06 12:05:18 UTC 2018 Boris Brezillon <boris.brezillon@bootlin.com> mtd: rawnand: Pass a nand_chip object to ecc->calculate()
Let's make the raw NAND API consistent by patching all helpers and hooks to take a nand_chip object instead of an mtd_info one.
Now is ecc->calculate()'s turn.
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
|
/linux/drivers/mtd/nand/ |
H A D | ecc-sw-bch.c | af37d2c3a8c7a05cf5b0fe6b61e2a6b9e357928b Thu Sep 06 12:05:18 UTC 2018 Boris Brezillon <boris.brezillon@bootlin.com> mtd: rawnand: Pass a nand_chip object to ecc->calculate()
Let's make the raw NAND API consistent by patching all helpers and hooks to take a nand_chip object instead of an mtd_info one.
Now is ecc->calculate()'s turn.
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
|
H A D | ecc-sw-hamming.c | af37d2c3a8c7a05cf5b0fe6b61e2a6b9e357928b Thu Sep 06 12:05:18 UTC 2018 Boris Brezillon <boris.brezillon@bootlin.com> mtd: rawnand: Pass a nand_chip object to ecc->calculate()
Let's make the raw NAND API consistent by patching all helpers and hooks to take a nand_chip object instead of an mtd_info one.
Now is ecc->calculate()'s turn.
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
|
/linux/drivers/mtd/nand/raw/ingenic/ |
H A D | ingenic_nand_drv.c | af37d2c3a8c7a05cf5b0fe6b61e2a6b9e357928b Thu Sep 06 12:05:18 UTC 2018 Boris Brezillon <boris.brezillon@bootlin.com> mtd: rawnand: Pass a nand_chip object to ecc->calculate()
Let's make the raw NAND API consistent by patching all helpers and hooks to take a nand_chip object instead of an mtd_info one.
Now is ecc->calculate()'s turn.
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
|
/linux/drivers/mtd/nand/raw/ |
H A D | cs553x_nand.c | af37d2c3a8c7a05cf5b0fe6b61e2a6b9e357928b Thu Sep 06 12:05:18 UTC 2018 Boris Brezillon <boris.brezillon@bootlin.com> mtd: rawnand: Pass a nand_chip object to ecc->calculate()
Let's make the raw NAND API consistent by patching all helpers and hooks to take a nand_chip object instead of an mtd_info one.
Now is ecc->calculate()'s turn.
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
|
H A D | r852.c | af37d2c3a8c7a05cf5b0fe6b61e2a6b9e357928b Thu Sep 06 12:05:18 UTC 2018 Boris Brezillon <boris.brezillon@bootlin.com> mtd: rawnand: Pass a nand_chip object to ecc->calculate()
Let's make the raw NAND API consistent by patching all helpers and hooks to take a nand_chip object instead of an mtd_info one.
Now is ecc->calculate()'s turn.
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
|
H A D | sharpsl.c | af37d2c3a8c7a05cf5b0fe6b61e2a6b9e357928b Thu Sep 06 12:05:18 UTC 2018 Boris Brezillon <boris.brezillon@bootlin.com> mtd: rawnand: Pass a nand_chip object to ecc->calculate()
Let's make the raw NAND API consistent by patching all helpers and hooks to take a nand_chip object instead of an mtd_info one.
Now is ecc->calculate()'s turn.
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
|
H A D | txx9ndfmc.c | af37d2c3a8c7a05cf5b0fe6b61e2a6b9e357928b Thu Sep 06 12:05:18 UTC 2018 Boris Brezillon <boris.brezillon@bootlin.com> mtd: rawnand: Pass a nand_chip object to ecc->calculate()
Let's make the raw NAND API consistent by patching all helpers and hooks to take a nand_chip object instead of an mtd_info one.
Now is ecc->calculate()'s turn.
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
|
H A D | diskonchip.c | af37d2c3a8c7a05cf5b0fe6b61e2a6b9e357928b Thu Sep 06 12:05:18 UTC 2018 Boris Brezillon <boris.brezillon@bootlin.com> mtd: rawnand: Pass a nand_chip object to ecc->calculate()
Let's make the raw NAND API consistent by patching all helpers and hooks to take a nand_chip object instead of an mtd_info one.
Now is ecc->calculate()'s turn.
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
|
H A D | s3c2410.c | af37d2c3a8c7a05cf5b0fe6b61e2a6b9e357928b Thu Sep 06 12:05:18 UTC 2018 Boris Brezillon <boris.brezillon@bootlin.com> mtd: rawnand: Pass a nand_chip object to ecc->calculate()
Let's make the raw NAND API consistent by patching all helpers and hooks to take a nand_chip object instead of an mtd_info one.
Now is ecc->calculate()'s turn.
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
|
H A D | lpc32xx_slc.c | af37d2c3a8c7a05cf5b0fe6b61e2a6b9e357928b Thu Sep 06 12:05:18 UTC 2018 Boris Brezillon <boris.brezillon@bootlin.com> mtd: rawnand: Pass a nand_chip object to ecc->calculate()
Let's make the raw NAND API consistent by patching all helpers and hooks to take a nand_chip object instead of an mtd_info one.
Now is ecc->calculate()'s turn.
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
|
H A D | davinci_nand.c | af37d2c3a8c7a05cf5b0fe6b61e2a6b9e357928b Thu Sep 06 12:05:18 UTC 2018 Boris Brezillon <boris.brezillon@bootlin.com> mtd: rawnand: Pass a nand_chip object to ecc->calculate()
Let's make the raw NAND API consistent by patching all helpers and hooks to take a nand_chip object instead of an mtd_info one.
Now is ecc->calculate()'s turn.
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
|
H A D | fsmc_nand.c | af37d2c3a8c7a05cf5b0fe6b61e2a6b9e357928b Thu Sep 06 12:05:18 UTC 2018 Boris Brezillon <boris.brezillon@bootlin.com> mtd: rawnand: Pass a nand_chip object to ecc->calculate()
Let's make the raw NAND API consistent by patching all helpers and hooks to take a nand_chip object instead of an mtd_info one.
Now is ecc->calculate()'s turn.
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
|
H A D | omap2.c | af37d2c3a8c7a05cf5b0fe6b61e2a6b9e357928b Thu Sep 06 12:05:18 UTC 2018 Boris Brezillon <boris.brezillon@bootlin.com> mtd: rawnand: Pass a nand_chip object to ecc->calculate()
Let's make the raw NAND API consistent by patching all helpers and hooks to take a nand_chip object instead of an mtd_info one.
Now is ecc->calculate()'s turn.
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
|
H A D | nand_base.c | af37d2c3a8c7a05cf5b0fe6b61e2a6b9e357928b Thu Sep 06 12:05:18 UTC 2018 Boris Brezillon <boris.brezillon@bootlin.com> mtd: rawnand: Pass a nand_chip object to ecc->calculate()
Let's make the raw NAND API consistent by patching all helpers and hooks to take a nand_chip object instead of an mtd_info one.
Now is ecc->calculate()'s turn.
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
|