Skip to content
  • Thomas Gleixner's avatar
    [MTD] NAND Expose the new raw mode function and status info to userspace · f1a28c02
    Thomas Gleixner authored
    
    
    The raw read/write access to NAND (without ECC) has been changed in the
    NAND rework. Expose the new way - setting the file mode via ioctl - to
    userspace. Also allow to read out the ecc statistics information so userspace
    tools can see that bitflips happened and whether errors where correctable
    or not. Also expose the number of bad blocks for the partition, so nandwrite
    can check if the data fits into the parition before writing to it.
    
    Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
    f1a28c02