1. 15 Jul, 2004 4 commits
    • David Woodhouse's avatar
      NOR flash drivers update · 67d4878e
      David Woodhouse authored
       - Handle cached access to flash chips on supporting platforms
       - Handle arrangements of chips larger than a single bus width
       - Clean up the AMD/Fujitsu chip driver
       - Update board 'mapping' drivers to match
       - New mapping drivers for new platforms.
      67d4878e
    • David Woodhouse's avatar
      MTD core include and device code cleanup · 7df80b4c
      David Woodhouse authored
       - Move user-visible bits from headers to include/mtd/ directory.
       - Update old DiskOnChip drivers for newer hardware.
       - Switch NFTL and INFTL support to work with new DiskOnChip/NAND code.
       - New phram driver, reimplenting the ugly slram driver.
       - Bug fixes in partitioning code
      7df80b4c
    • David Woodhouse's avatar
      JFFS2 file system update · 4af8e944
      David Woodhouse authored
       - Improved support for NAND flash
       - More generic compression support, allowing for extra compressors
       - Fix potential deadlock with kupdated
      4af8e944
    • David Woodhouse's avatar
      NAND flash driver updates. · 987817ef
      David Woodhouse authored
      Update the core NAND code:
       - support multiple chips
       - support bad block tables
       - improved generic ECC support and 'spare area' usage.
       - 16-bit NAND
       - Large-block NAND devices
       - Renesas AG-AND devices
       - M-Systems DiskOnChip devices
       - Other new board support wrappers
      
      Most of the work was done by Thomas Gleixner.
      Signed-Off-By: default avatarDavid Woodhouse <dwmw2@infradead.org>
      987817ef
  2. 14 Jul, 2004 36 commits