1. 20 Aug, 2008 1 commit
    • frans's avatar
      [MTD] [NAND] nand_ecc.c: fix big endian, strengthen test, add printk · 1077be58
      frans authored
      This patch for nand_ecc.c fixes three issues
      
      - fix code so it also works on big endian architectures
      - added a printk in case of an uncorrectable ecc error
      - strengthen the test for correctable errors (decreasing the chance
        that multiple bit faults by accident will be seen as correctable)
      
      Note: the big endian code is only tested in a testbed (running on big endian
      hardware) as I cannot rebuild and test a big endian kernel at the moment.
      However the only thing that can go wrong is if <asm/byteorder.h> does not
      give __BIG_ENDIAN in that case. In my eyes very unlikely.
      Signed-off-by: default avatarFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
      Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
      1077be58
  2. 18 Aug, 2008 1 commit
  3. 17 Aug, 2008 1 commit
  4. 16 Aug, 2008 2 commits
  5. 15 Aug, 2008 1 commit
  6. 14 Aug, 2008 1 commit
  7. 12 Aug, 2008 3 commits
  8. 11 Aug, 2008 18 commits
  9. 10 Aug, 2008 12 commits