Skip to content
Snippets Groups Projects
Select Git revision
4 results

mtd.h

Blame
  • Forked from Reform / reform-boundary-uboot
    Loading
    • Thomas Chou's avatar
      d8587993
      dm: implement a MTD uclass · d8587993
      Thomas Chou authored
      
      Implement a Memory Technology Device (MTD) uclass. It should
      include most flash drivers in the future. Though no uclass ops
      are defined yet, the MTD ops could be used.
      
      The NAND flash driver is based on MTD. The CFI flash and SPI
      flash support MTD, too. It should make sense to convert them
      to MTD uclass.
      
      Signed-off-by: default avatarThomas Chou <thomas@wytron.com.tw>
      d8587993
      History
      dm: implement a MTD uclass
      Thomas Chou authored
      
      Implement a Memory Technology Device (MTD) uclass. It should
      include most flash drivers in the future. Though no uclass ops
      are defined yet, the MTD ops could be used.
      
      The NAND flash driver is based on MTD. The CFI flash and SPI
      flash support MTD, too. It should make sense to convert them
      to MTD uclass.
      
      Signed-off-by: default avatarThomas Chou <thomas@wytron.com.tw>