Add patch descriptions and upstream references.

OBS-URL: https://build.opensuse.org/package/show/Base:System/i2c-tools?expand=0&rev=22
This commit is contained in:
Jean Delvare
2013-02-13 14:26:38 +00:00
committed by Git OBS Bridge
parent eae9978104
commit 6b129132d3
8 changed files with 36 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
Subject: decode-dimms: Don't choke when no EEPROM is found
Upstream: yes, r6063
Don't choke when no SPD EEPROM is found while the eeprom or at24 driver
is loaded. This can happen, handle the case gracefully.
---
eeprom/decode-dimms | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)

View File

@@ -1,3 +1,8 @@
Subject: decode-dimms: Update vendor list
Upstream: yes, r6106
Update vendor list based on Jedec document JEP106AG. Contributed by
Thomas Gibson.
---
eeprom/decode-dimms | 69 ++++++++++++++++++++++++++++++++++++++++++----------
1 file changed, 56 insertions(+), 13 deletions(-)

View File

@@ -1,3 +1,7 @@
Subject: decode-dimms: Update vendor list
Upstream: yes, r6107
Add manufacturer names from Jedec document JEP106AJ.
---
eeprom/decode-dimms | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

View File

@@ -1,3 +1,7 @@
Subject: decode-dimms: Remove duplicate "ns" in SDR timings
Upstream: yes, r6108
Remove duplicate "ns" in SDR timings.
---
eeprom/decode-dimms | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)

View File

@@ -1,3 +1,8 @@
Subject: decode-dimms: Fix decoding of SDR SPD revision
Upstream: yes, r6109
Fix decoding of SDR SPD revision. The encoding changed with
revision 1.2.
---
eeprom/decode-dimms | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

View File

@@ -1,3 +1,7 @@
Subject: i2cdetect: Clarify the SMBus commands used for probing by default
Upstream: yes, r6110
Clarify the SMBus commands used for probing by default.
---
tools/i2cdetect.8 | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)

View File

@@ -1,3 +1,8 @@
Subject: decode-dimms: Prevent hang on reserved DDR3 module type
Upstream: yes, r6121
Prevent hang on reserved DDR3 module type. Function sprint doesn't
exist, sprintf was intended.
---
eeprom/decode-dimms | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

View File

@@ -1,3 +1,7 @@
Subject: decode-dimms: Decode more DDR3 module types
Upstream: yes, r6122
Decode more DDR3 module types.
---
eeprom/decode-dimms | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)