1. 13 Dec, 2009 1 commit
  2. 07 Dec, 2009 1 commit
    • Dominik Brodowski's avatar
      pcmcia: CodingStyle fixes · 9fea84f4
      Dominik Brodowski authored
      
      Fix several CodingStyle issues in drivers/pcmcia/ . checkpatch.pl no longer
      reports errors in the PCMCIA core. The remaining warnings mostly relate to
      wrong indent -- PCMCIA historically used 4 spaces --, to lines over 80
      characters and to hundreds of typedefs. The cleanup of those will follow
      in the future.
      Signed-off-by: default avatarDominik Brodowski <linux@dominikbrodowski.net>
      9fea84f4
  3. 06 Dec, 2009 1 commit
    • Russell King's avatar
      Fix soc_common PCMCIA configuration · 1bf8e621
      Russell King authored
      
      Jonathan Cameron reports that building PCMCIA as modules doesn't work:
      
      As module get a load of undefined symbols:
      ERROR: "soc_pcmcia_request_irqs" [drivers/pcmcia/pxa2xx_stargate2.ko] undefined!
      ERROR: "soc_pcmcia_free_irqs" [drivers/pcmcia/pxa2xx_stargate2.ko] undefined!
      ERROR: "soc_pcmcia_enable_irqs" [drivers/pcmcia/pxa2xx_stargate2.ko] undefined!
      ERROR: "soc_pcmcia_disable_irqs" [drivers/pcmcia/pxa2xx_stargate2.ko] undefined!
      ERROR: "soc_pcmcia_add_one" [drivers/pcmcia/pxa2xx_base.ko] undefined!
      ERROR: "soc_common_pcmcia_get_timing" [drivers/pcmcia/pxa2xx_base.ko] undefined!
      ERROR: "soc_pcmcia_remove_one" [drivers/pcmcia/pxa2xx_base.ko] undefined!
      make[1]: *** [__modpost] Error 1
      make: *** [modules] Error 2
      
      This is because soc_common tries to be built-in, but it should be a module.
      Allow soc_common to be a module.
      Reported-by: default avatarJonathan Cameron <jic23@cam.ac.uk>
      Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      1bf8e621
  4. 09 Nov, 2009 1 commit
  5. 08 Nov, 2009 1 commit
  6. 30 Sep, 2009 1 commit
  7. 04 Jun, 2009 1 commit
  8. 14 Dec, 2008 1 commit
  9. 28 Oct, 2008 1 commit
    • Paul Mundt's avatar
      sh: Kill off long-dead HD64465 cchip support. · 3eeebf17
      Paul Mundt authored
      
      This code has been dead for many years. The last update it received
      was in 2003 in order to update it for the driver model changes, though
      it had already been in disarray and unused before that point. The only
      boards that ever used this chip have not had users in many years either,
      so it is finally safe to just kill it off and move on with life.
      Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
      3eeebf17
  10. 07 Oct, 2008 1 commit
  11. 09 Sep, 2008 1 commit
  12. 10 Jul, 2008 1 commit
  13. 24 Jun, 2008 1 commit
  14. 28 Apr, 2008 1 commit
    • Adrian Bunk's avatar
      ARM: always select HAVE_IDE · 2064c946
      Adrian Bunk authored
      
      It's plain wrong for PCMCIA to select HAVE_IDE that implies e.g. the
      availability of an asm/ide.h
      
      It turns out this was done for ARM, and we can simply always select 
      HAVE_IDE on ARM instead of manually tracking which platforms might 
      possible have an IDE controller directly or indirectly.
      Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
      Cc: Russell King <rmk+lkml@arm.linux.org.uk>
      Cc: Sam Ravnborg <sam@ravnborg.org>
      Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
      2064c946
  15. 21 Apr, 2008 1 commit
  16. 19 Apr, 2008 1 commit
  17. 09 Feb, 2008 1 commit
  18. 17 Oct, 2007 1 commit
  19. 16 Oct, 2007 1 commit
  20. 10 Jul, 2007 1 commit
  21. 10 Jul, 2006 1 commit
    • Andrew Morton's avatar
      [PATCH] don't select CONFIG_HOTPLUG · 135c294f
      Andrew Morton authored
      
      It's useful to be able to turn off CONFIG_HOTPLUG for compile-coverage testing
      and for section-checking coverage.  But a few things go and select
      CONFIG_HOTPLUG, making it a royal PITA to turn the thing off.
      
      It's only turnable offable if CONFIG_EMBEDDED anyway.  So let's make those
      things depend on HOTPLUG, not select it.
      
      Cc: Greg KH <greg@kroah.com>
      Cc: Dominik Brodowski <linux@dominikbrodowski.net>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      135c294f
  22. 21 Apr, 2006 1 commit
  23. 31 Mar, 2006 1 commit
  24. 05 Jan, 2006 3 commits
  25. 10 Nov, 2005 1 commit
  26. 28 Oct, 2005 1 commit
    • Marcelo Tosatti's avatar
      [PATCH] MPC8xx PCMCIA driver · de957c89
      Marcelo Tosatti authored
      
      Here is an uptodated version of the MPC8xx PCMCIA driver for v2.6,
      addressing comments by Jeff and Dominik:
      
      - use IO accessors instead of direct device memory referencing
      - avoid usage of non-standard "uint/uchar" data types
      - kill struct typedef's
      
      Will submit it for inclusion once v2.6.14 is out.
      
      Testing on 8xx platforms is more than welcome! Works like a charm
      on our custom hardware (CONFIG_PRxK).
      
      Cc: Dominik Brodowski <linux@dominikbrodowski.net>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
      de957c89
  27. 26 Sep, 2005 1 commit
  28. 09 Sep, 2005 1 commit
  29. 07 Jul, 2005 2 commits
  30. 27 Jun, 2005 3 commits
  31. 21 Jun, 2005 1 commit
  32. 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