[Bug 242761] Re: hwmon: (lm78) Fix I/O resource conflict with PNP

2009-04-14 Thread Tim Gardner
** Changed in: linux (Ubuntu)
   Importance: Low => Undecided

** Changed in: linux (Ubuntu)
   Status: Fix Committed => Invalid

** Changed in: linux (Ubuntu)
Milestone: ubuntu-8.04.2 => None

** Changed in: linux (Ubuntu)
 Assignee: Tim Gardner (timg-tpi) => (unassigned)

-- 
hwmon: (lm78) Fix I/O resource conflict with PNP 
https://bugs.launchpad.net/bugs/242761
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 242761] Re: hwmon: (lm78) Fix I/O resource conflict with PNP

2008-10-14 Thread Martin Pitt
linux 2.6.24-21 copied to hardy-updates.

** Changed in: linux (Ubuntu Hardy)
   Status: Fix Committed => Fix Released

-- 
hwmon: (lm78) Fix I/O resource conflict with PNP 
https://bugs.launchpad.net/bugs/242761
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 242761] Re: hwmon: (lm78) Fix I/O resource conflict with PNP

2008-09-18 Thread Steve Beattie
** Tags added: hw-specific

-- 
hwmon: (lm78) Fix I/O resource conflict with PNP 
https://bugs.launchpad.net/bugs/242761
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 242761] Re: hwmon: (lm78) Fix I/O resource conflict with PNP

2008-07-17 Thread Steve Langasek
Accepted into -proposed, please test and give feedback here. Please see
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: linux (Ubuntu Hardy)
   Status: New => Fix Committed

** Tags added: verification-needed

-- 
hwmon: (lm78) Fix I/O resource conflict with PNP 
https://bugs.launchpad.net/bugs/242761
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 242761] Re: hwmon: (lm78) Fix I/O resource conflict with PNP

2008-06-24 Thread Tim Gardner
SRU Justification:

Impact: The lm-sensors module fails to load on some motherboards

Patch Description: Only request I/O ports 0x295-0x296 instead of the
full I/O address range. This solves a conflict with PNP resources on a
few motherboards.

Patch: Upstream cherry-pick http://kernel.ubuntu.com/git?p=ubuntu
/ubuntu-hardy.git;a=commit;h=12c0aa7d1af0468d5c8941ee30056bc3e74c2c07

Test Case: See Bug description.

-- 
hwmon: (lm78) Fix I/O resource conflict with PNP 
https://bugs.launchpad.net/bugs/242761
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 242761] Re: hwmon: (lm78) Fix I/O resource conflict with PNP

2008-06-24 Thread Tim Gardner
http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-
hardy.git;a=commit;h=12c0aa7d1af0468d5c8941ee30056bc3e74c2c07

** Changed in: linux (Ubuntu)
Sourcepackagename: None => linux
   Importance: Undecided => Low
 Assignee: (unassigned) => Tim Gardner (timg-tpi)
   Status: New => Fix Committed
   Target: None => ubuntu-8.04.2

-- 
hwmon: (lm78) Fix I/O resource conflict with PNP 
https://bugs.launchpad.net/bugs/242761
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 242761] Re: hwmon: (lm78) Fix I/O resource conflict with PNP

2008-06-24 Thread Ralph Krimmel
** Description changed:

  Hello, i found this bug which was the reason, that lm-sensors couldnt find 
any sensors, altough it should have with the lm78 driver.
- khali wrote a patch and i tested it and it works now. Here are some further 
information:
+ khali wrote a patch, i tested it and it works now. Here are some further 
information:
  
  From: Jean Delvare <[EMAIL PROTECTED]>
  Subject: hwmon: (lm78) Fix I/O resource conflict with PNP
  
  Only request I/O ports 0x295-0x296 instead of the full I/O address
  range. This solves a conflict with PNP resources on a few motherboards.
  
  Also request the I/O ports in two parts (4 low ports, 4 high ports)
  during device detection, otherwise the PNP resource make the request
  (and thus the detection) fail.
  
  This is the exact same fix that was applied to driver w83781d in
  March 2008 to address the same problem:
  
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2961cb22ef02850d90e7a12c28a14d74e327df8d

-- 
hwmon: (lm78) Fix I/O resource conflict with PNP 
https://bugs.launchpad.net/bugs/242761
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 242761] Re: hwmon: (lm78) Fix I/O resource conflict with PNP

2008-06-24 Thread Ralph Krimmel

** Attachment added: "lm78-patch"
   http://launchpadlibrarian.net/15566675/lm78-patch

** Description changed:

- Hello, i found this bug which was the reason, that sensors couldnt find any 
sensors, altough it should have with the lm78 driver.
+ Hello, i found this bug which was the reason, that lm-sensors couldnt find 
any sensors, altough it should have with the lm78 driver.
  khali wrote a patch and i tested it and it works now. Here are some further 
information:
  
  From: Jean Delvare <[EMAIL PROTECTED]>
  Subject: hwmon: (lm78) Fix I/O resource conflict with PNP
  
  Only request I/O ports 0x295-0x296 instead of the full I/O address
  range. This solves a conflict with PNP resources on a few motherboards.
  
  Also request the I/O ports in two parts (4 low ports, 4 high ports)
  during device detection, otherwise the PNP resource make the request
  (and thus the detection) fail.
  
  This is the exact same fix that was applied to driver w83781d in
  March 2008 to address the same problem:
  
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2961cb22ef02850d90e7a12c28a14d74e327df8d

-- 
hwmon: (lm78) Fix I/O resource conflict with PNP 
https://bugs.launchpad.net/bugs/242761
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs