1. 07 8月, 2008 2 次提交
  2. 06 8月, 2008 3 次提交
  3. 04 8月, 2008 1 次提交
  4. 03 8月, 2008 1 次提交
  5. 02 8月, 2008 2 次提交
  6. 01 8月, 2008 11 次提交
  7. 31 7月, 2008 1 次提交
  8. 30 7月, 2008 3 次提交
  9. 25 7月, 2008 14 次提交
  10. 24 7月, 2008 2 次提交
    • A
      UBI: fix gcc warning · eeb16e87
      Artem Bityutskiy 提交于
      Fix the following warning:
      
      drivers/mtd/ubi/vmt.c: In function 'ubi_rename_volumes':
      drivers/mtd/ubi/vmt.c:642: warning: statement with no effect
      Signed-off-by: NArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
      eeb16e87
    • A
      UBI: remove pre-sqnum images support · 9869cd80
      Artem Bityutskiy 提交于
      Before UBI got into mainline, there was a slight flash format
      change - we did not have sequence number support, then added it.
      
      We have carried full support of those ancient images till this
      moment. Now the support is removed, well, not fully removed.
      
      Now UBI will support only _clean_ old images, which were cleanly
      detached last time (just before kernel upgrade). This is most
      likely the case.
      
      But we will not support unclean ancient images. Surprisingly,
      this allows us to remove a big chunk of legacy code.
      
      And the same should be true for downgrading: clean images should
      downgrade fine, but unclean ones will not.
      Signed-off-by: NArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
      9869cd80