An error occurred fetching the project authors.
  1. 28 Oct, 2005 3 commits
    • Jean Delvare's avatar
      [PATCH] hwmon: Drop useless w83627hf initialization step · 862bc36f
      Jean Delvare authored
      Drop a useless initialization step in the w83627hf driver. The comment
      says that the W83627HF PWM2 can be disabled, but it can't. I suppose
      this is a leftover from the w83781d driver (from which the w83627hf
      driver is derived), as for example the W83782D had the ability to
      disable PWM2.
      Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      862bc36f
    • Petr Vandrovec's avatar
      [PATCH] hwmon: Fix w83627ehf/hf vs PNPACPI conflict (bug #4014) · ada0c2f8
      Petr Vandrovec authored
      This patch changes w83627hf and w83627ehf drivers to reserve only ports
      0x295-0x296, instead of full 0x290-0x297 range.  While some other
      sensors chips respond to all addresses in 0x290-0x297 range, Winbond
      chips respond to 0x295-0x296 only (this behavior is implied by
      documentation, and matches behavior observed on real systems).  This is
      not problem alone, as no BIOS was found to put something at these unused
      addresses, and sensors chip itself provides nothing there as well.
      
      But in addition to only respond to these two addresses, also BIOS
      vendors report in their ACPI-PnP structures that there is some resource
      at I/O address 0x295 of length 2.  And when later this hwmon driver
      attempts to request region with base 0x290/length 8, it fails as one
      request_region cannot span more than one device.
      
      Due to this we have to ask only for region this hardware really
      occupies, otherwise driver cannot be loaded on systems with ACPI-PnP
      enabled.
      Signed-off-by: default avatarPetr Vandrovec <vandrove@vc.cvut.cz>
      Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      ada0c2f8
    • Jean Delvare's avatar
      [PATCH] hwmon: Discard bogus comment about init setting limits · 7d845b10
      Jean Delvare authored
      Discard a common out-of-date comment in 5 hardware monitoring drivers.
      The hardware monitoring chip drivers are no more setting sensor limits
      at initialization time, for quite some time already.
      Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      
       drivers/hwmon/lm78.c     |    1 -
       drivers/hwmon/via686a.c  |    1 -
       drivers/hwmon/w83627hf.c |    1 -
       drivers/hwmon/w83781d.c  |    1 -
       drivers/hwmon/w83792d.c  |    1 -
       5 files changed, 5 deletions(-)
      7d845b10
  2. 09 Sep, 2005 1 commit
  3. 05 Sep, 2005 7 commits
  4. 11 Jul, 2005 1 commit
  5. 22 Jun, 2005 1 commit
  6. 20 Jun, 2005 1 commit
  7. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      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