1. 29 10月, 2005 2 次提交
    • P
      [PATCH] hwmon: Fix w83627ehf/hf vs PNPACPI conflict (bug #4014) · ada0c2f8
      Petr Vandrovec 提交于
      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: NPetr Vandrovec <vandrove@vc.cvut.cz>
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      ada0c2f8
    • J
      [PATCH] hwmon: Discard bogus comment about init setting limits · 7d845b10
      Jean Delvare 提交于
      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: NJean Delvare <khali@linux-fr.org>
      Signed-off-by: NGreg 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. 10 9月, 2005 1 次提交
  3. 06 9月, 2005 7 次提交
  4. 12 7月, 2005 1 次提交
  5. 22 6月, 2005 1 次提交
  6. 21 6月, 2005 1 次提交
  7. 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