|
|
|
@5307
|
[5307]
|
07/15/08 23:09:38 |
khali |
Properly report bus arbitration lost.
Backport from Linux 2.6. |
|
|
|
@5306
|
[5306]
|
07/15/08 23:06:46 |
khali |
Dumping the register values before and after every transaction was
useful … |
|
|
|
@5305
|
[5305]
|
07/15/08 23:04:22 |
khali |
Minor cleanups to the i2c-piix4 driver, backported from Linux 2.6:
* … |
|
|
|
@5284
|
[5284]
|
06/19/08 10:21:55 |
khali |
lm90: Fix LM86 detection. This closes ticket #2335. |
|
|
|
@5257
|
[5257]
|
05/19/08 10:53:02 |
khali |
Fix functionality flags. Backport from Linux 2.6. |
|
|
|
@5231
|
[5231]
|
05/02/08 14:48:17 |
khali |
Add Intel ICH10 support. |
|
|
|
@5220
|
[5220]
|
05/02/08 12:12:30 |
khali |
There's nothing we can do about read errors on the W83L785TS-S, so
don't … |
|
|
|
@5219
|
[5219]
|
05/02/08 12:10:34 |
khali |
High-byte first is not opposite to the usual practice - that's what
almost … |
|
|
|
@5218
|
[5218]
|
05/02/08 12:08:28 |
khali |
Remove some dead code (backported from Linux 2.6). |
|
|
|
@5217
|
[5217]
|
05/01/08 12:53:50 |
khali |
Fix an error path. If initialization fails, we want to restore the … |
|
|
|
@5216
|
[5216]
|
05/01/08 12:22:49 |
khali |
Minor cleanups in sis5595_access, backported from Linux 2.6:
* Remove … |
|
|
|
@5215
|
[5215]
|
05/01/08 12:21:30 |
khali |
Minor cleanups backported from Linux 2.6:
* Remove a needless include.
* … |
|
|
|
@5148
|
[5148]
|
03/16/08 19:04:20 |
khali |
Drop broken I2C block read support. |
|
|
|
@5146
|
[5146]
|
03/16/08 18:10:10 |
khali |
Drop unused defines. |
|
|
|
@5121
|
[5121]
|
02/09/08 11:01:12 |
khali |
w83627hf: Enable VBAT monitoring (#2282, 2.6 backport). |
|
|
|
@5120
|
[5120]
|
02/08/08 20:10:35 |
khali |
lm90: Use generic i2c reads during detection (2.6 backport). |
|
|
|
@5119
|
[5119]
|
02/08/08 11:34:10 |
khali |
gl518sm: Fix fan speed reading (2.6 backport).
gl520sm: Fix fan speed … |
|
|
|
@5054
|
[5054]
|
12/01/07 11:50:40 |
khali |
adm1026: Various cleanups. |
|
|
|
@5053
|
[5053]
|
12/01/07 11:42:58 |
khali |
Drop outdated URL. |
|
|
|
@5042
|
[5042]
|
11/24/07 17:58:08 |
khali |
Discard dead e-mail address. |
|
|
|
@5021
|
[5021]
|
11/16/07 10:08:44 |
khali |
Recognize VGN as a valid Sony Vaio name prefix. This is a backport … |
|
|
|
@5020
|
[5020]
|
11/16/07 10:02:12 |
khali |
eeprom: Drop useless and possibly unsafe debugging log messages. |
|
|
|
@5019
|
[5019]
|
11/16/07 09:48:06 |
khali |
Hide Sony Vaio serial number and UUID to regular users. This is a … |
|
|
|
@4953
|
[4953]
|
10/14/07 14:35:10 |
khali |
i2c-nforce2: Declare PEC as supported. This is a backport from Linux … |
|
|
|
@4950
|
[4950]
|
10/14/07 13:42:41 |
khali |
Rename I2C_FUNC_SMBUS_HWPEC_CALC to I2C_FUNC_SMBUS_PEC, as was done
in the … |
|
|
|
@4946
|
[4946]
|
10/14/07 12:23:09 |
khali |
Add support for the Intel Tolapai to i2c-i801. This is a backport … |
|
|
|
@4891
|
[4891]
|
09/26/07 20:15:47 |
khali |
Clean up alarm bit definitions. |
|
|
|
@4739
|
[4739]
|
09/01/07 10:19:13 |
khali |
Fix ATI SB700 SMBus support, add SB800 support (backport from Linux … |
|
|
|
@4659
|
[4659]
|
08/12/07 19:03:09 |
khali |
Add a missing register read in fscher. Original patch from Hans de … |
|
|
|
@4658
|
[4658]
|
08/12/07 18:55:35 |
khali |
Fix an array overrun in lm93. Original patch by Hans J. Koch, … |
|
|
|
@4652
|
[4652]
|
08/11/07 19:22:20 |
khali |
Delete dead code. |
|
|
|
@4651
|
[4651]
|
08/11/07 09:30:31 |
khali |
Add missing new line at end of log messages. Indirectly reported
by Joe … |
|
|
|
@4634
|
[4634]
|
07/21/07 10:36:54 |
khali |
Fix the writing of the temperature interrupt configuration.
The old code … |
|
|
|
@4633
|
[4633]
|
07/21/07 10:35:40 |
khali |
Use PCI_REVISION_ID instead of our own define (backport from Linux 2.6.) |
|
|
|
@4625
|
[4625]
|
07/18/07 23:02:42 |
khali |
Whitespace cleaups (backport from Linux 2.6). |
|
|
|
@4624
|
[4624]
|
07/18/07 23:01:35 |
khali |
Add ATI SB700 support to the i2c-piix4 driver. This is a backport from
a … |
|
|
|
@4623
|
[4623]
|
07/18/07 22:58:12 |
khali |
Delete many unused defines. Backport from Linux 2.6. |
|
|
|
@4614
|
[4614]
|
07/14/07 20:55:14 |
khali |
Warning fix. |
|
|
|
@4613
|
[4613]
|
07/14/07 19:19:47 |
khali |
Warning fix. |
|
|
|
@4612
|
[4612]
|
07/14/07 18:59:50 |
khali |
Warning fix. |
|
|
|
@4608
|
[4608]
|
07/13/07 16:57:31 |
khali |
Fix broken links to datasheets. |
|
|
|
@4574
|
[4574]
|
07/07/07 10:09:38 |
khali |
Add support for the EMC6D102 extra resolution bits. The chip offers
4 … |
|
|
|
@4573
|
[4573]
|
07/07/07 09:55:35 |
khali |
Clean up needless casts and initializations. |
|
|
|
@4565
|
[4565]
|
07/06/07 17:44:28 |
khali |
Add user-space support for it87 fan4 and fan5. Closes half of ticket … |
|
|
|
@4558
|
[4558]
|
07/05/07 22:51:51 |
khali |
thmc50: Fix the i2c address range.
Add link to the datasheets. |
|
|
|
@4557
|
[4557]
|
07/05/07 22:44:31 |
khali |
lm85: Fix setting the fan speed min limit to 0. |
|
|
|
@4542
|
[4542]
|
07/03/07 15:09:56 |
khali |
Don't redefine vid_from_reg(). |
|
|
|
@4457
|
[4457]
|
06/18/07 17:32:53 |
khali |
Optimizations: we don't need to initialize fan_min values, and we … |
|
|
|
@4456
|
[4456]
|
06/18/07 17:17:43 |
khali |
Add support for the w83627ehf thermal sensor types. I made them … |
|
|
|
@4455
|
[4455]
|
06/18/07 14:17:05 |
khali |
If VBAT monitoring is disabled, enable it. Original patch from … |
|
|
|
@4454
|
[4454]
|
06/17/07 20:52:53 |
khali |
Really preserve the fan speed reading when changing the fan clock … |
|
|
|
@4453
|
[4453]
|
06/17/07 18:50:57 |
khali |
Add support for the w83627ehf VID function. |
|
|
|
@4452
|
[4452]
|
06/17/07 15:00:02 |
khali |
Really preserve the fan speed reading when changing the fan clock divider. |
|
|
|
@4448
|
[4448]
|
06/15/07 11:21:06 |
khali |
Disable debugging by default. |
|
|
|
@4447
|
[4447]
|
06/15/07 11:15:18 |
khali |
New w83627ehf driver, for the W83627EHF/EHG chip. Backported from Linux … |
|
|
|
@4417
|
[4417]
|
05/28/07 10:57:41 |
khali |
Support and use the new I2C block read with variable length which will
be … |
|
|
|
@4401
|
[4401]
|
05/13/07 05:43:05 |
mmh |
Bugfix: report current prochot value properly. |
|
|
|
@4396
|
[4396]
|
05/09/07 14:48:28 |
khali |
Delete useless files. |
|
|
|
@4395
|
[4395]
|
05/09/07 14:47:20 |
khali |
Minor cleanup to the "clean" target. |
|
|
|
@4389
|
[4389]
|
05/05/07 17:41:38 |
khali |
i2c-nforce2: Add support for the nForce MCP61 and MCP65. This is … |
|
|
|
@4348
|
[4348]
|
03/18/07 10:45:21 |
khali |
Spelling fix: explicitly. |
|
|
|
@4332
|
[4332]
|
02/23/07 15:48:54 |
khali |
smsc47m1: Get rid of a useless semaphore (backport from Linux 2.6). |
|
|
|
@4331
|
[4331]
|
02/23/07 15:33:32 |
khali |
Add support for the SMSC LPC47M292 fans. |
|
|
|
@4328
|
[4328]
|
02/20/07 10:40:08 |
khali |
Cleanup a legacy comment that has been replicated to many drivers
but is … |
|
|
|
@4327
|
[4327]
|
02/20/07 10:32:55 |
khali |
Drop unused mutexes in 3 drivers. Backport from Linux 2.6. |
|
|
|
@4324
|
[4324]
|
02/15/07 11:42:43 |
khali |
i2c-ali1563: Fix device initialization (backported from Linux 2.6)
… |
|
|
|
@4323
|
[4323]
|
02/15/07 11:36:29 |
khali |
Improve the status messages printed by the i2c-ali1563 driver.
This is a … |
|
|
|
@4322
|
[4322]
|
02/15/07 11:17:37 |
khali |
bmcsensors: Fix debugging messages. |
|
|
|
@4321
|
[4321]
|
02/15/07 11:16:08 |
khali |
i2c-nforce2: Drop unused reference to pci_dev. (2.6 backport) |
|
|
|
@4320
|
[4320]
|
02/15/07 11:05:43 |
khali |
Add ATI SB600 SMBus support, backported from Linux 2.6. |
|
|
|
@4319
|
[4319]
|
02/15/07 10:56:04 |
khali |
Add VIA CX700 SMBus support, backported from Linux 2.6. |
|
|
|
@4318
|
[4318]
|
02/15/07 10:34:08 |
khali |
i2c-amd8111: Cleanups and fixes backported from Linux 2.6.
* Add an … |
|
|
|
@4292
|
[4292]
|
01/12/07 13:30:22 |
khali |
vid_from_reg: Trim the VID value to the correct number of bits for each … |
|
|
|
@4278
|
[4278]
|
01/02/07 19:42:54 |
khali |
Fix typo: successful. |
|
|
|
@4277
|
[4277]
|
01/02/07 19:41:52 |
khali |
bmcsensors: Fix fragile structure initialization. |
|
|
|
@4276
|
[4276]
|
01/02/07 19:35:41 |
khali |
bmcsensors: Fix several compilation warnings. |
|
|
|
@4263
|
[4263]
|
12/15/06 10:25:45 |
khali |
f71805f: Fix the device address decoding
The lowest 3 bits are ignored, … |
|
|
|
@4252
|
[4252]
|
12/03/06 16:08:15 |
khali |
Add Intel ICH9 support. |
|
|
|
@4224
|
[4224]
|
10/26/06 14:34:27 |
mmh |
Added svn:ignore properties such that 'svn status' will be clean, even … |
|
|
|
@4218
|
[4218]
|
10/19/06 11:55:14 |
khali |
List the SMSC LPC47M112 as supported. |
|
|
|
@4197
|
[4197]
|
10/06/06 16:39:58 |
khali |
Delete the icspll driver. It was rather useless, not built by … |
|
|
|
@4168
|
[4168]
|
09/23/06 11:32:29 |
khali |
vt1211: Rework the voltage and temperature conversions and the … |
|
|
|
@4163
|
[4163]
|
09/20/06 17:47:04 |
khali |
Remove empty include directories on make user_uninstall. |
|
|
|
@4157
|
[4157]
|
09/17/06 23:01:35 |
ruik |
Fix the homepage address |
|
|
|
@4154
|
[4154]
|
09/07/06 21:51:25 |
khali |
vt1211 fixes:
* No in6
* More inputs can be missing (depends on UCH … |
|
|
|
@4125
|
[4125]
|
08/31/06 23:00:44 |
ruik |
Backport VT8237A and VT8251 support |
|
|
|
@4096
|
[4096]
|
08/18/06 18:06:55 |
khali |
Enhance w83791d support. Add output for in7, in8, in9, fan4 and fan5.
Also … |
|
|
|
@4070
|
[4070]
|
07/24/06 21:38:38 |
khali |
Oops, revert a change which I did not intend to commit at this point. |
|
|
|
@4069
|
[4069]
|
07/24/06 21:34:09 |
khali |
Makefile: Silent errors on missing dependency files. |
|
|
|
@4064
|
[4064]
|
07/02/06 22:15:09 |
ruik |
Transion to new website, part2 - move more links, fix the CVS->SVN |
|
|
|
@4061
|
[4061]
|
06/23/06 23:05:37 |
khali |
Various cleanups to the i2c-i801 driver:
* Fix self file name reference.
* … |
|
|
|
@4060
|
[4060]
|
06/23/06 21:10:41 |
khali |
i2c-i801: Remove PCI function check
Remove the PCI function number check … |
|
|
|
@4059
|
[4059]
|
06/23/06 20:39:51 |
khali |
i2c-i801: Fix block transaction poll loops
Two of the three poll loops … |
|
|
|
@4057
|
[4057]
|
06/23/06 19:43:54 |
ruik |
Revert the last bus hang fix. Further research neccessary. |
|
|
|
@4054
|
[4054]
|
06/23/06 17:53:26 |
khali |
Add support for the new nForce4 MCP51 (also known as nForce 410 or
430) … |
|
|
|
@4053
|
[4053]
|
06/23/06 17:08:03 |
khali |
Properly document on which systems the i2c-piix4 SMBus driver will
refuse … |
|
|
|
@4051
|
[4051]
|
06/23/06 16:36:15 |
khali |
i2c-piix4: Drop the fix_hstcfg parameter (2.6 backport) |
|
|
|
@4050
|
[4050]
|
06/23/06 15:45:08 |
khali |
i2c-piix4: Add ATI IXP200, IXP300, IXP400 support (2.6 backport) |
|
|
|
@4048
|
[4048]
|
06/23/06 15:16:09 |
khali |
lm83: Add LM82 support (2.6 backport) |
|
|
|
@4042
|
[4042]
|
06/06/06 18:32:41 |
ruik |
Backport of 2.6 - Workaround the controller hang |