diff for duplicates of <43CC0D7B.4090309@sh.cvut.cz> diff --git a/a/1.txt b/N1/1.txt index cc6e7e6..fd6e9a1 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -49,9 +49,9 @@ Bit Description 110: 55K. 4-3 Bus Delay Timer Setting. The base clock is set in the previous field. This timer decides when the SMB bus is actually idle. - 00: Base Clock ? 4. - 01: Base Clock ? 2. - 10: Base Clock ? 8. + 00: Base Clock × 4. + 01: Base Clock × 2. + 10: Base Clock × 8. 11: Reserved. 2-0 Reserved. @@ -64,12 +64,12 @@ please can you send back output of lscpi -d 10b9:7101 -x -x -x before you load Also you both can try to change the delay a bit, after the driver loads (or kill the above line that sets it). -for andrey (1535): setpci -d 10b9:7101 f2.b( +for andrey (1535): setpci -d 10b9:7101 f2.b=28 (this should set it to base*8) for Claudio: I dont know if you want to dig into this, but if you want so please try with such driver that reports that it reset the controller. -setpci -d 10b9:7101 e2.b( +setpci -d 10b9:7101 e2.b=28 (this should set it to base*128) when done please load your chip device driver and let it run, observe if it resets more or less often. You may play with the smbus clock too if you want. @@ -131,7 +131,7 @@ Perhaps this dev_err can be move down > } > > - if (ali1535_transaction(adap)) { -> + if (((result = ali1535_transaction(adap)) = -2) && retry--) { +> + if (((result = ali1535_transaction(adap)) == -2) && retry--) { > + /* Adapter hung and was reset; retry */ > + dev_dbg(&adap->dev, "Adapter hung, retrying after reset\n"); > + result = 0; diff --git a/a/content_digest b/N1/content_digest index e27b4f1..c323242 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,9 +2,9 @@ "ref\0200601152248.07800.arvidjaar@newmail.ru\0" "ref\043CAB1B7.6020903@sh.cvut.cz\0" "ref\0200601162240.09985.arvidjaar@newmail.ru\0" - "From\0r.marek@sh.cvut.cz (Rudolf Marek)\0" - "Subject\0[lm-sensors] 2.6.15: lm90 0-004c: Register 0x13 read failed (-1)\0" - "Date\0Mon, 16 Jan 2006 21:17:47 +0000\0" + "From\0Rudolf Marek <r.marek@sh.cvut.cz>\0" + "Subject\0Re: [lm-sensors] 2.6.15: lm90 0-004c: Register 0x13 read failed (-1)\0" + "Date\0Mon, 16 Jan 2006 22:17:47 +0100\0" "To\0Andrey Borzenkov <arvidjaar@newmail.ru>\0" "Cc\0Jean Delvare <khali@linux-fr.org>" linux-kernel@vger.kernel.org @@ -63,9 +63,9 @@ " 110: 55K.\n" "4-3 Bus Delay Timer Setting. The base clock is set in the previous field. This timer decides\n" " when the SMB bus is actually idle.\n" - " 00: Base Clock ? 4.\n" - " 01: Base Clock ? 2.\n" - " 10: Base Clock ? 8.\n" + " 00: Base Clock \303\227 4.\n" + " 01: Base Clock \303\227 2.\n" + " 10: Base Clock \303\227 8.\n" " 11: Reserved.\n" "2-0 Reserved.\n" "\n" @@ -78,12 +78,12 @@ "\n" "Also you both can try to change the delay a bit, after the driver loads (or kill the above line that sets it).\n" "\n" - "for andrey (1535): setpci -d 10b9:7101 f2.b(\n" + "for andrey (1535): setpci -d 10b9:7101 f2.b=28\n" "(this should set it to base*8)\n" "\n" "for Claudio:\n" "I dont know if you want to dig into this, but if you want so please try with such driver that reports that it reset the controller.\n" - "setpci -d 10b9:7101 e2.b(\n" + "setpci -d 10b9:7101 e2.b=28\n" "(this should set it to base*128)\n" "\n" "when done please load your chip device driver and let it run, observe if it resets more or less often. You may play with the smbus clock too if you want.\n" @@ -145,7 +145,7 @@ "> \t}\n" "> \n" "> -\tif (ali1535_transaction(adap)) {\n" - "> +\tif (((result = ali1535_transaction(adap)) = -2) && retry--) {\n" + "> +\tif (((result = ali1535_transaction(adap)) == -2) && retry--) {\n" "> +\t\t/* Adapter hung and was reset; retry */\n" "> +\t\tdev_dbg(&adap->dev, \"Adapter hung, retrying after reset\\n\");\n" "> +\t\tresult = 0;\n" @@ -166,4 +166,4 @@ "regards\n" Rudolf -5d0e6b0c910f6580c074444f139e213528cd6a76df589c283347de5c7a6efda7 +481d9201e760632b59ddec1fb829842b261c61f257236e109c17a1fa74d13238
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.