1. 09 11月, 2006 22 次提交
  2. 08 11月, 2006 15 次提交
  3. 07 11月, 2006 3 次提交
    • A
      [PATCH] e1000: Fix regression: garbled stats and irq allocation during swsusp · edd106fc
      Auke Kok 提交于
      e1000: Fix suspend/resume powerup and irq allocation
      
      From: Auke Kok <auke-jan.h.kok@intel.com>
      
      After 7.0.33/2.6.16, e1000 suspend/resume left the user with an enabled
      device showing garbled statistics and undetermined irq allocation state,
      where `ifconfig eth0 down` would display `trying to free already freed irq`.
      
      Explicitly free and allocate irq as well as powerup the PHY during resume
      fixes when needed.
      Signed-off-by: NAuke Kok <auke-jan.h.kok@intel.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      edd106fc
    • J
      [PATCH] b44: change comment about irq mask register · e78181fe
      Johannes Berg 提交于
      Through some experimentation with the similarly built bcm43xx I came to
      the conclusion that if the hw/firmware sets a bit in the interrupt
      register, an interrupt will only be raised if that bit is included in
      the interrupt mask. Hence, the interrupt mask is more like an interrupt
      control mask.
      
      This patch changes the comment to reflect that.
      Signed-off-by: NJohannes Berg <johannes@sipsolutions.net>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      e78181fe
    • L
      Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus · c836b771
      Linus Torvalds 提交于
      * 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus:
        [MIPS] Fix EV64120 and Ocelot builds by providing a plat_timer_setup().
        [MIPS] EV64120: Fix PCI interrupt allocation.
        [MIPS] Make irq number allocator generally available for fixing EV64120.
        [MIPS] EV64120: Fix timer initialization for HZ != 100.
        [MIPS] Ocelot 3: Fix MAC address detection after platform_device conversion.
        [MIPS] Ocelot C: Fix MAC address detection after platform_device conversion.
        [MIPS] SB1: On bootup only flush cache on local CPU.
        [MIPS] Ocelot 3: Fix large number of warnings.
        [MIPS] Ocelot C: Fix mapping of ioport address range.
        [MIPS] Ocelot C: Fix warning about missmatching format string.
        [MIPS] Ocelot C: fix eth registration after conversion to platform_device
        [MIPS] Ocelot C: Fix large number of warnings.
      c836b771