1. 12 12月, 2006 1 次提交
  2. 10 12月, 2006 1 次提交
  3. 08 12月, 2006 1 次提交
  4. 30 11月, 2006 3 次提交
  5. 29 11月, 2006 5 次提交
  6. 21 10月, 2006 4 次提交
  7. 11 10月, 2006 1 次提交
  8. 04 10月, 2006 1 次提交
  9. 02 10月, 2006 1 次提交
  10. 22 9月, 2006 5 次提交
  11. 15 8月, 2006 1 次提交
  12. 01 7月, 2006 1 次提交
  13. 28 6月, 2006 1 次提交
  14. 27 6月, 2006 2 次提交
  15. 26 6月, 2006 1 次提交
  16. 09 6月, 2006 2 次提交
  17. 29 5月, 2006 1 次提交
  18. 17 5月, 2006 2 次提交
  19. 14 5月, 2006 2 次提交
  20. 13 5月, 2006 1 次提交
  21. 12 5月, 2006 1 次提交
  22. 08 5月, 2006 1 次提交
    • L
      [MTD] Convert physmap to platform driver · 73566edf
      Lennert Buytenhek 提交于
      After dwmw2 let me know it ought to be done, I rewrote the physmap map
      driver to be a platform driver.  I know zilch about the driver model,
      so I probably botched it in some way, but I've done some tests on an
      ixp23xx board which uses physmap, and it all seems to work.
      
      In order to not break existing physmap users, I've added some compat
      code that will instantiate a platform device iff CONFIG_MTD_PHYSMAP_LEN
      is defined and != 0.  Also, I've changed the default value for
      CONFIG_MTD_PHYSMAP_LEN to zero, so that people who inadvertently
      compile in physmap (or new, platform-style, users of physmap) don't get
      burned.
      
      This works pretty well -- the new physmap driver is a drop-in replacement
      for the old one, and works on said ixp23xx board without any code changes
      needed.  (This should hold as long as users don't touch 'physmap_map'
      directly.)
      
      Once all physmap users have been converted to instantiate their own
      platform devices, the compat code can go.  (Or we decide that we can
      change all the in-tree users at the same time, and never merge the
      compat code.)
      Signed-off-by: NLennert Buytenhek <buytenh@wantstofly.org>
      Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
      73566edf
  23. 29 4月, 2006 1 次提交
    • D
      mtd: SC520CDP should depend on MTD_CONCAT · fbbc21c6
      Daniel Drake 提交于
      Toralf Förster found a compile error when CONFIG_MTD_SC520CDP=y and
      CONFIG_MTD_CONCAT=n:
      
      drivers/built-in.o: In function `init_sc520cdp':
      sc520cdp.c:(.init.text+0xb4de): undefined reference to `mtd_concat_create'
      drivers/built-in.o: In function `cleanup_sc520cdp':
      sc520cdp.c:(.exit.text+0x14bc): undefined reference to `mtd_concat_destroy'
      
      This patch fixes it.
      Signed-off-by: NDaniel Drake <dsd@gentoo.org>
      Signed-off-by: NJosh Boyer <jwboyer@gmail.com>
      fbbc21c6