1. 13 2月, 2007 1 次提交
    • J
      [WATCHDOG] timers cleanup · 82eb7c50
      Jiri Slaby 提交于
      - Use timer macros to set function and data members and to modify
        expiration time.
      - Use DEFINE_TIMER for single (platform dependent) watchdog timers and
        do not init them at run-time in these cases.
      - del_timer_sync is common in most cases -- we want to wait for timer
        function if it's still running.
      Signed-off-by: NJiri Slaby <jirislaby@gmail.com>
      Cc: Steve Hill <steve@navaho.co.uk>
      Cc: Heiko Ronsdorf <hero@ihg.uni-duisburg.de>
      Cc: Fernando Fuganti <fuganti@conectiva.com.br>
      Cc: Gergely Madarasz <gorgo@itc.hu>
      Cc: Ken Hollis <khollis@bitgate.com>
      Cc: Paul Mundt <lethal@linux-sh.org>
      Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      82eb7c50
  2. 02 2月, 2007 1 次提交
  3. 31 1月, 2007 1 次提交
  4. 29 1月, 2007 4 次提交
  5. 28 1月, 2007 7 次提交
  6. 24 1月, 2007 1 次提交
  7. 23 1月, 2007 2 次提交
  8. 17 1月, 2007 1 次提交
  9. 12 1月, 2007 6 次提交
  10. 11 1月, 2007 3 次提交
  11. 10 1月, 2007 2 次提交
    • W
      [WATCHDOG] pcwd_usb.c - get heartbeat from dip switches · f3dc0733
      Wim Van Sebroeck 提交于
      The PCWD cards normally use the heartbeat that is set via
      the dip-switches of the card. There are only 3 switches,
      thus 8 combinations that each have a certain heartbeat.
      The card can however be programmed with a heartbeat from
      1 till 65535 seconds. This is what our driver does: it
      programs the heartbeat on the card.
      
      There are however a lot of people that don't know that
      we set the heartbeat of the watchdog card to the value
      provided by the heartbeat module parameter. Instead they
      think that the heartbeat value is the same as set by the
      dip-switches.
      
      This patch changes the driver so that at startup you can
      take the heartbeat from the dip-switches. You do this
      by setting the heartbeat module parameter to 0. This
      patch also makes this the default behaviour.
      Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      f3dc0733
    • W
      [WATCHDOG] pcwd.c - e-mail adres update · f9146f26
      Wim Van Sebroeck 提交于
      update Simon Machell's e-mail adres
      Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      f9146f26
  12. 09 1月, 2007 2 次提交
    • W
      [WATCHDOG] pcwd_usb.c - get heartbeat from dip switches · 2ef473de
      Wim Van Sebroeck 提交于
      The PCWD cards normally use the heartbeat that is set via
      the dip-switches of the card. There are only 3 switches,
      thus 8 combinations that each have a certain heartbeat.
      The card can however be programmed with a heartbeat from
      1 till 65535 seconds. This is what our driver does: it
      programs the heartbeat on the card.
      
      There are however a lot of people that don't know that
      we set the heartbeat of the watchdog card to the value
      provided by the heartbeat module parameter. Instead they
      think that the heartbeat value is the same as set by the
      dip-switches.
      
      This patch changes the driver so that at startup you can
      take the heartbeat from the dip-switches. You do this
      by setting the heartbeat module parameter to 0. This
      patch also makes this the default behaviour.
      Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      2ef473de
    • W
      [WATCHDOG] pcwd_usb.c - document includes · d26d9096
      Wim Van Sebroeck 提交于
      document and review the include files.
      Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      d26d9096
  13. 08 1月, 2007 3 次提交
    • =
      i915: Fix a DRM_ERROR that should be DRM_DEBUG. · eac681b3
      =?utf-8?q?Michel_D=C3=A4nzer?= 提交于
      It would clutter up the kernel output in a situation which is legitimate before
      X.org 7.2 and handled correctly by the 3D driver.
      Signed-off-by: NDave Airlie <airlied@linux.ie>
      eac681b3
    • W
      [WATCHDOG] pcwd_pci.c - spinlock fixes · 045798b5
      Wim Van Sebroeck 提交于
      the keepalive and get_temperature functions should
      use spinlocks also.
      Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      045798b5
    • W
      [WATCHDOG] pcwd_pci.c - get heartbeat from dip switches · 39e3a055
      Wim Van Sebroeck 提交于
      The PCWD cards normally use the heartbeat that is set via
      the dip-switches of the card. There are only 3 switches,
      thus 8 combinations that each have a certain heartbeat.
      The card can however be programmed with a heartbeat from
      1 till 65535 seconds. This is what our driver does: it
      programs the heartbeat on the card.
      
      There are however a lot of people that don't know that
      we set the heartbeat of the watchdog card to the value
      provided by the heartbeat module parameter. Instead they
      think that the heartbeat value is the same as set by the
      dip-switches.
      
      This patch changes the driver so that at startup you can
      take the heartbeat from the dip-switches. You do this
      by setting the heartbeat module parameter to 0. This
      patch also makes this the default behaviour.
      Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      39e3a055
  14. 06 1月, 2007 1 次提交
    • A
      [PATCH] ip2 warning fix · 2723f960
      Andrew Morton 提交于
      Make this:
      
      drivers/char/ip2/ip2main.c: In function 'ip2_loadmain':
      drivers/char/ip2/ip2main.c:654: warning: control may reach end of non-void function 'iiSetAddress' being inlined
      drivers/char/ip2/ip2main.c:808: warning: control may reach end of non-void function 'iiInitialize' being inlined
      
      go away.
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      2723f960
  15. 03 1月, 2007 1 次提交
  16. 31 12月, 2006 3 次提交
  17. 29 12月, 2006 1 次提交