aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/device.py
diff options
context:
space:
mode:
authorFabio Estevam <[email protected]>2020-10-16 18:36:13 -0300
committerMiquel Raynal <[email protected]>2020-10-26 18:44:14 +0100
commit1b8d1070857da3c11307b3130eb4b05bee7d521d (patch)
tree5ecdea9dedb10c2c37a889b9215c863302022b58 /scripts/gdb/linux/device.py
parent3650b228f83adda7e5ee532e2b90429c03f7b9ec (diff)
mtd: rawnand: mxc: Move the ECC engine initialization to the right place
No ECC initialization should happen during the host controller probe. In fact, we need the probe function to call nand_scan() in order to: - identify the device, its capabilities and constraints (nand_scan_ident()) - configure the ECC engine accordingly (->attach_chip()) - scan its content and prepare the core (nand_scan_tail()) Moving these lines to mxcnd_attach_chip() fixes a regression caused by a previous commit supposed to clarify these steps. When moving the ECC initialization from probe() to attach(), get rid of the pdata usage to determine the engine type and let the core decide instead. Tested on a imx27-pdk board. Fixes: d7157ff49a5b ("mtd: rawnand: Use the ECC framework user input parsing bits") Reported-by: Fabio Estevam <[email protected]> Co-developed-by: Miquel Raynal <[email protected]> Signed-off-by: Fabio Estevam <[email protected]> Tested-by: Sascha Hauer <[email protected]> Tested-by: Martin Kaiser <[email protected]> Signed-off-by: Miquel Raynal <[email protected]> Link: https://lore.kernel.org/linux-mtd/[email protected]
Diffstat (limited to 'scripts/gdb/linux/device.py')
0 files changed, 0 insertions, 0 deletions