1. 02 4月, 2006 1 次提交
  2. 22 3月, 2006 1 次提交
    • N
      [PATCH] smc91x: allow for dynamic bus access configs · 09779c6d
      Nicolas Pitre 提交于
      All accessor's different methods are now selected with C code and unused
      ones statically optimized away at compile time instead of being selected
      with #if's and #ifdef's.  This has many advantages such as allowing the
      compiler to validate the syntax of the whole code, making it cleaner and
      easier to understand, and ultimately allowing people to define
      configuration symbols in terms of variables if they really want to
      dynamically support multiple bus configurations at the same time (with
      the unavoidable performance cost).
      Signed-off-by: NNicolas Pitre <nico@cam.org>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      09779c6d
  3. 09 1月, 2006 1 次提交
    • R
      [PATCH] IRQ type flags · 9ded96f2
      Russell King 提交于
      Some ARM platforms have the ability to program the interrupt controller to
      detect various interrupt edges and/or levels.  For some platforms, this is
      critical to setup correctly, particularly those which the setting is dependent
      on the device.
      
      Currently, ARM drivers do (eg) the following:
      
      	err = request_irq(irq, ...);
      
      	set_irq_type(irq, IRQT_RISING);
      
      However, if the interrupt has previously been programmed to be level sensitive
      (for whatever reason) then this will cause an interrupt storm.
      
      Hence, if we combine set_irq_type() with request_irq(), we can then safely set
      the type prior to unmasking the interrupt.  The unfortunate problem is that in
      order to support this, these flags need to be visible outside of the ARM
      architecture - drivers such as smc91x need these flags and they're
      cross-architecture.
      
      Finally, the SA_TRIGGER_* flag passed to request_irq() should reflect the
      property that the device would like.  The IRQ controller code should do its
      best to select the most appropriate supported mode.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      9ded96f2
  4. 13 11月, 2005 1 次提交
  5. 11 11月, 2005 1 次提交
  6. 31 10月, 2005 1 次提交
    • H
      [PATCH] m32r: SMC91x driver update · f3ac9fbf
      Hirokazu Takata 提交于
      Update SMC91x driver for m32r.
      
      - Remove needless NONCACHE_OFFSET adjustment.
        > [PATCH 2.6.14-rc4] m32r: NONCACHE_OFFSET in _port2addr
        > Change _port2addr() not to add NONCACHE_OFFSET.
        > Adding NONCACHE_OFFSET requires needless address adjusting by a driver
        > using ioremap() like a SMC91x driver.
      
      - Fix lots of warnings as following:
      /usr/src/ctest/git/kernel/drivers/net/smc91x.c: In function `smc_reset':
      /usr/src/ctest/git/kernel/drivers/net/smc91x.c:324: warning: passing arg 2 of `_outw' makes integer from pointer without a cast
      /usr/src/ctest/git/kernel/drivers/net/smc91x.c:325: warning: passing arg 2 of `_outw' makes integer from pointer without a cast
      /usr/src/ctest/git/kernel/drivers/net/smc91x.c:341: warning: passing arg 2 of `_outw' makes integer from pointer without a cast
      /usr/src/ctest/git/kernel/drivers/net/smc91x.c:342: warning: passing arg 2 of `_outw' makes integer from pointer without a cast
        :
      /usr/src/ctest/git/kernel/drivers/net/smc91x.c:1915: warning: passing arg 1 of `_inw' makes integer from pointer without a cast
      /usr/src/ctest/git/kernel/drivers/net/smc91x.c:1915: warning: passing arg 1 of `_inw' makes integer from pointer without a cast
      Signed-off-by: NHayato Fujiwara <fujiwara@linux-m32r.org>
      Signed-off-by: NHirokazu Takata <takata@linux-m32r.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      f3ac9fbf
  7. 08 9月, 2005 1 次提交
  8. 31 7月, 2005 1 次提交
    • T
      [PATCH] Fix OMAP specific typo in smc91x.h · af44f5bf
      Tony Lindgren 提交于
      --ReaqsoxgOBHFXBhH
      Content-Type: text/plain; charset=us-ascii
      Content-Disposition: inline
      
      Hi Jeff,
      
      Here's a little patch fixing a typo in smc91x.h.
      
      Regards,
      
      Tony
      
      --ReaqsoxgOBHFXBhH
      Content-Type: text/x-chdr; charset=us-ascii
      Content-Disposition: inline; filename="patch-fix-typo-smc91x.h"
      Signed-off-by: NJeff Garzik <jgarzik@pobox.com>
      af44f5bf
  9. 28 6月, 2005 1 次提交
  10. 28 5月, 2005 1 次提交
  11. 13 5月, 2005 1 次提交
  12. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      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