1. 29 May, 2004 21 commits
  2. 28 May, 2004 8 commits
  3. 29 May, 2004 1 commit
  4. 28 May, 2004 10 commits
    • Sean Young's avatar
      [WATCHDOG] v2.6.6 sc520_wdt.c-patch2 · f70c90bf
      Sean Young authored
      This patch also removes the cbar usage which is unnecessary. The MMCR is
      always available at 0xfffef000; there is no need to use the cbar register
      (if mmcr aliasing is enabled, then the MMCR is _also_ available at
      another address set by CBAR).
      f70c90bf
    • Wim Van Sebroeck's avatar
      [WATCHDOG] v2.6.6 sc520_wdt.c-patch1 · baae0d6b
      Wim Van Sebroeck authored
      Clean-up (general stuff: comments, keep module parameters together, ...)
      Added clear definitions for the Watchdog Timer Control Register bits
      Made start, stop and keepalive return 0 if successful
      Fixed nowayout behaviour so that it is consistent with other watchdog drivers
      Fixed release behaviour so that it is consistent with other watchdog drivers
      Added wdt_set_heartbeat function to set the timeout/heartbeat of the watchdog
      Made sure that memory remapping (wdtmrctl) is done before misc_register is started
      MMCR_BASE_DEFAULT was wrong (Bug 2497 reported by Sean Young)
      
      Tested by Sean Young
      baae0d6b
    • Wim Van Sebroeck's avatar
      [WATCHDOG] v2.6.6 w83627hf_wdt.c · 630fb05e
      Wim Van Sebroeck authored
      When drivers starts show the correct watchdog driver info.
      630fb05e
    • Greg Kroah-Hartman's avatar
      Merge kroah.com:/home/greg/linux/BK/bleed-2.6 · a7b2f24a
      Greg Kroah-Hartman authored
      into kroah.com:/home/greg/linux/BK/i2c-2.6
      a7b2f24a
    • Greg Kroah-Hartman's avatar
      Merge kroah.com:/home/greg/linux/BK/bleed-2.6 · 075769bc
      Greg Kroah-Hartman authored
      into kroah.com:/home/greg/linux/BK/usb-2.6
      075769bc
    • Alexey Fisher's avatar
      [PATCH] I2C: add max1619 driver · 0bfc2c92
      Alexey Fisher authored
      This is a driver for "Remote/Local Temperature Sensor with Dual-Alarm Outputs
      and SMBus Serial Interface" MAX1619. I found this chip an my Laptop SAMSUNG
      NV5000. Daryng I use Linux cooling didn't worked at all, naw  with this
      driwer it's working. I hope  this will be usefool for ather too.
      
      I didn't hade any expiriens with programming, but i didn't wont to wait wann
      some body make it vor me. Jean halped me correrct any mysteiks wich i made.
      Thanks Jaen :)
      Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
      0bfc2c92
    • Jean Delvare's avatar
      [PATCH] I2C: i2c-parport: support the ADM1031 evaluation board · 0c2bdd29
      Jean Delvare authored
      The following patch adds support for the ADM1030 and ADM1031 evaluation
      boards to the i2c-parport and i2c-parport-light drivers. They are almost
      compatible with the already supported ADM1025 and ADM1032 boards, except
      that the ADM1032 board needs some pins to be set high to draw its power,
      while the same pins power up heating resistors on the ADM1031 board. I
      considered it was a bit dangerous to do that by default, so I ended up
      with two different device definitions, one with powering pins set, and
      one with these pins cleared.
      Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
      0c2bdd29
    • Luiz Capitulino's avatar
      [PATCH] PCI: fix pci/probe.c possible NULL pointer. · 0abcbadd
      Luiz Capitulino authored
       In drivers/pci/probe.c::pci_scan_bridge() the call for pci_alloc_child_bus()
      can return NULL, but it is not handled by the function (detected by
      Coverity's checker).
      
       The patch bellow fix that returning `max' if we got the NULL, but
      I do not know if it is right. I guess it is, because in that case
      the function will act in the same way as with `pass != 0'.
      
      Signed-off by: Luiz Capitulino <lcapitulino@prefeitura.sp.gov.br>
      Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
      0abcbadd
    • Todd Rimmer's avatar
      [PATCH] PCI: Add InfiniCon PCI ID to pci_ids.h · e4bbb861
      Todd Rimmer authored
      We would like to have the InfiniCon PCI Vendor ID added to pci_ids.h
      Below is a context diff, which would would greatly appreciate if you
      applied and included in future kernel releases.
      Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
      e4bbb861
    • Ian Abbott's avatar
      [PATCH] USB: ftdi_sio throttling fix · 283eb063
      Ian Abbott authored
      This patch fixes throttling problems in the ftdi_sio driver for the
      2.6 kernel.  The old throttling mechanism (unlinking the read urb)
      often failed to work, and even it did work, would lose any data
      held in the transfer buffer.  The new mechanism presented here is
      based on what the whitehead driver does (defer processing and
      resubmitting of the read urb until unthrottled).
      Signed-off-by: default avatarIan Abbott <abbotti@mev.co.uk>
      Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
      283eb063