]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mtd: nand: omap_elm: use bch_type instead of nibble count to differentiate between...
authorpekon gupta <pekon@ti.com>
Fri, 11 Apr 2014 07:25:30 +0000 (12:55 +0530)
committerTom Rini <trini@ti.com>
Fri, 6 Jun 2014 21:45:48 +0000 (17:45 -0400)
commit41bbe4dd49a3825e024e874ee19c6527860a3f16
treec04b28965d10c1c89496859e761bafcf330f1ffa
parentb98c5755c04eb5e15c614efefa7b9a2f3b0cd06c
mtd: nand: omap_elm: use bch_type instead of nibble count to differentiate between BCH4/BCH8/BCH16

ELM hardware engine support ECC error detection for multiple ECC strengths like
 +------+------------------------+
 |Type  | ECC syndrome length    |
 +------+------------------------+
 |BCH4  | 6.5 bytes = 13 nibbles |
 |BCH8  | 13 byte = 26 nibbles   |
 |BCH16 | 26 bytes = 52 nibbles  |
 +------+------------------------+

Current implementation of omap_elm driver uses ECC syndrom length (in 'nibbles')
to differentiate between BCH4/BCH8/BCH16. This patch replaces it with 'bch_type'

Signed-off-by: Pekon Gupta <pekon@ti.com>
Reviewed-by: Stefan Roese <sr@denx.de>
drivers/mtd/nand/omap_elm.c
drivers/mtd/nand/omap_gpmc.c
include/linux/mtd/omap_elm.h