commit | 91da09cfbce0c1de05d6d84aa8363d666fa7ea3c | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Fri Jun 01 15:15:12 2007 +0200 |
committer | Stefan Roese <sr@denx.de> | Fri Jun 01 15:15:12 2007 +0200 |
tree | b2d60bfae2237e3e62445031da879f80112bf3b2 | |
parent | 17b5e862287cca76f19dcf8b741e61a7d06617f2 [diff] |
NAND: Add hardware ECC support to the PPC4xx NAND driver ndfc.c This patch adds hardware ECC support to the NDFC driver. It also changes the register access from using the "simple" in32/out32 functions to the in_be32/out_be32 functions, which make sure that the access is correctly synced. This is the only recommended access to SoC registers in the current Linux kernel. Signed-off-by: Stefan Roese <sr@denx.de>