An error occurred fetching the project authors.
  1. 17 Apr, 2007 1 commit
  2. 02 Apr, 2007 1 commit
  3. 09 Feb, 2007 1 commit
    • akpm@osdl.org's avatar
      [MTD] CK804XROM must depend on PCI · 862c93b9
      akpm@osdl.org authored
      CONFIG_MTD_CK804XROM=y, CONFIG_PCI=n results in the following compile
      error:
      
        CC      drivers/mtd/maps/ck804xrom.o
      ck804xrom.c: In function 'ck804xrom_init_one':
      ck804xrom.c:114: error: implicit declaration of function 'pci_dev_get'
      ck804xrom.c:114: warning: assignment makes pointer from integer without a cast
      make[4]: *** [drivers/mtd/maps/ck804xrom.o] Error 1
      
      Considering what hardware this driver is driving, a dependency on PCI
      also seems logical.
      Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
      Cc: Ryan Jackson <rjackson@lnxi.com>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
      862c93b9
  4. 11 Dec, 2006 1 commit
  5. 10 Dec, 2006 1 commit
  6. 08 Dec, 2006 1 commit
  7. 30 Nov, 2006 1 commit
  8. 28 Nov, 2006 1 commit
  9. 21 Oct, 2006 1 commit
  10. 22 Sep, 2006 1 commit
  11. 15 Aug, 2006 1 commit
  12. 09 Jun, 2006 1 commit
  13. 17 May, 2006 1 commit
  14. 12 May, 2006 2 commits
  15. 07 May, 2006 1 commit
    • Lennert Buytenhek's avatar
      [MTD] Convert physmap to platform driver · 73566edf
      Lennert Buytenhek authored
      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: default avatarLennert Buytenhek <buytenh@wantstofly.org>
      Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
      73566edf
  16. 29 Apr, 2006 1 commit
    • Daniel Drake's avatar
      mtd: SC520CDP should depend on MTD_CONCAT · fbbc21c6
      Daniel Drake authored
      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: default avatarDaniel Drake <dsd@gentoo.org>
      Signed-off-by: default avatarJosh Boyer <jwboyer@gmail.com>
      fbbc21c6
  17. 08 Jan, 2006 1 commit
  18. 23 Dec, 2005 1 commit
  19. 29 Nov, 2005 1 commit
  20. 13 Nov, 2005 1 commit
  21. 07 Nov, 2005 2 commits
  22. 06 Nov, 2005 4 commits
  23. 06 Jul, 2005 2 commits
  24. 28 Jun, 2005 1 commit
  25. 23 May, 2005 5 commits
  26. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4