1. 10 11月, 2008 1 次提交
  2. 03 11月, 2008 1 次提交
  3. 02 11月, 2008 3 次提交
  4. 28 10月, 2008 1 次提交
    • P
      sh: Kill off long-dead HD64465 cchip support. · 3eeebf17
      Paul Mundt 提交于
      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: NPaul Mundt <lethal@linux-sh.org>
      3eeebf17
  5. 18 10月, 2008 1 次提交
  6. 17 10月, 2008 1 次提交
  7. 16 10月, 2008 2 次提交
  8. 15 10月, 2008 1 次提交
    • M
      [ARM] 5307/1: pxa: fix CM-X2XX PCMCIA build error · af2010da
      Mike Rapoport 提交于
      Fix build error introduced by commit 27c4cae2
      [ARM] pxa: allow multi-machine PCMCIA builds
      
      MODPOST 76 modules
      ERROR: "cmx270_pcmcia_exit" [drivers/pcmcia/pxa2xx_cm_x2xx.ko] undefined!
      ERROR: "cmx255_pcmcia_exit" [drivers/pcmcia/pxa2xx_cm_x2xx.ko] undefined!
      ERROR: "cmx270_pcmcia_init" [drivers/pcmcia/pxa2xx_cm_x2xx.ko] undefined!
      ERROR: "cmx255_pcmcia_init" [drivers/pcmcia/pxa2xx_cm_x2xx.ko] undefined!
      make[2]: *** [__modpost] Error 1
      make[1]: *** [modules] Error 2
      make: *** [sub-make] Error 2
      Signed-off-by: NMike Rapoport <mike@compulab.co.il>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      af2010da
  9. 08 10月, 2008 1 次提交
  10. 07 10月, 2008 3 次提交
  11. 22 9月, 2008 1 次提交
    • A
      pcmcia: Fix broken abuse of dev->driver_data · cec5eb7b
      Alan Cox 提交于
      PCMCIA abuses dev->private_data in the probe methods. Unfortunately it
      continues to abuse it after calling drv->probe() which leads to crashes and
      other nasties (such as bogus probes of multifunction devices) giving errors like
      
      pcmcia: registering new device pcmcia0.1
      kernel: 0.1: GetNextTuple: No more items
      
      Extract the passed data before calling the driver probe function that way
      we don't blow up when the driver reuses dev->private_data as its right.
      
      As its close to the final release just move the hack so it works out,
      hopefully someone will be sufficiently embarrassed to produce a nice rework
      for 2.6.28.
      Signed-off-by: NAlan Cox <alan@redhat.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      cec5eb7b
  12. 14 9月, 2008 1 次提交
  13. 09 9月, 2008 1 次提交
  14. 31 8月, 2008 2 次提交
  15. 29 8月, 2008 1 次提交
  16. 26 8月, 2008 4 次提交
  17. 23 8月, 2008 15 次提交