Timeline


and .

10/30/05:

18:28 Changeset [3163] by khali
Update my record.
16:42 Changeset [3162] by khali
Big update.
16:41 Changeset [4012] by khali
Update.
16:24 Changeset [3161] by khali
Support the ADM1032-2 and ADT7461-2, which have address 0x4d. Backported …
16:04 Changeset [3160] by khali
List the i845G as supported. PCI IDs cleanups.
16:03 Changeset [3159] by khali
The 82845G is supported by this driver.
16:01 Changeset [3158] by khali
Update the list of supported busses (i810E, i845G, VT8237R).
16:00 Changeset [3157] by khali
Update i2c-i810 help text.
15:15 Changeset [3156] by khali
Fix functions being declared static and then implemented non-static. …
14:52 Changeset [4011] by khali
Update to reflect the "new" memory allocation model. Backport from Linux …
14:02 Changeset [3155] by khali
Drop useless w83627hf initialization step (backported from Linux 2.6).
12:52 Changeset [3154] by khali
Misc fixes: * The IT8705F and SiS950 have no SMBus interface. * Fix a …
12:42 Changeset [3153] by khali
The IT8705F and SiS950 do not have an SMBus interface (backport from Linux …
12:24 Changeset [4010] by khali
Comment update: i2c_smbus_read_i2c_block_data too returns the number of …
11:34 Changeset [3152] by khali
Using s8 instead of u8 to store temperature register values saves a few …
11:18 Changeset [3151] by khali
Trivial whitespace fixes.
11:16 Changeset [3150] by khali
Revert request_region name change, this one driver does not register as a …
11:02 Changeset [3149] by khali
Backport from Linux 2.6: Clean up name string usage in 11 i2c bus …
10:58 Changeset [3148] by khali
Remove dead code.
10:05 Changeset [3147] by khali
Drop a common comment about limits being set in initialization functions. …
09:51 Changeset [3146] by khali
Backport updates from Linux 2.6.
09:41 Changeset [3145] by khali
Strip trailing whitespace and break longs lines, as was done in the Linux …

10/29/05:

23:49 Changeset [3144] by khali
Resync with Linux 2.6.
23:47 Changeset [3143] by khali
Improve register dump. This is a backport from Linux 2.6.
23:36 Changeset [3142] by khali
Refactor a control outb. This allows for some other simplifications. …
23:13 Changeset [3141] by khali
Update the list of supported chips, stating which ones support I2C block …
23:04 Changeset [3140] by khali
Code cleanups, backported from Linux 2.6.
21:48 Changeset [3139] by khali
Support I2C block read when possible. This is a backport from Linux 2.6.
21:15 Changeset [3138] by khali
Coding style cleanups, backported from Linux 2.6.
21:01 Changeset [3137] by mds
add Aweta donation
20:44 Changeset [3136] by khali
Drop dead code, and fix annotations accordingly.
20:35 Changeset [3135] by khali
Remove i2c read/write wrapper interface as it does nothing. Original patch …
19:17 Changeset [3134] by khali
Save 0.5kB of lookup table data. This is a backport from Linux 2.6, …

10/28/05:

05:32 Changeset [3133] by mmh
Fix bug in smsc47b397_features table, noticed by Jean Delvare.

10/24/05:

19:22 Changeset [3132] by khali
Mention the SMSC LPC47M997.

10/21/05:

21:16 Changeset [3131] by khali
Mass-fix typos and trailing whitespace.
20:22 Changeset [3130] by khali
Update the list of supported chips.
20:08 Changeset [3129] by khali
Update the general advice section.

10/19/05:

23:29 Changeset [3128] by ruik
Add /me as Khali noticed recently
23:21 Changeset [3127] by ruik
Added TYAN sensors.conf database link

10/18/05:

08:07 Changeset [3126] by khali
Drop useless cast on kmalloc return (backport from Linux 2.6).

10/17/05:

21:29 Changeset [3125] by khali
Drop useless instruction. This is a backport from Linux 2.6.
20:25 Changeset [3124] by khali
Minor updates: driver ID, mailing list.

10/15/05:

12:36 Changeset [3123] by khali
Update.
12:34 Changeset [3122] by khali
Fix MAX6659 reported driver. Add Fintek F71805F detection. Fix multi-byte …
12:28 Changeset [3121] by khali
Fix rounding error in PCxxxx DDR SDRAM speed computation.
09:17 Changeset [4009] by khali
Update.

10/14/05:

18:51 Changeset [3120] by khali
Disable iconv when uclibc is used.

10/12/05:

05:49 Changeset [3119] by mmh
Add a new ID for a smsc47b397 variant.

10/06/05:

19:27 Changeset [3118] by khali
Get rid of free_the_label(), we really can do without it.

10/05/05:

23:21 Changeset [4008] by khali
Patch from Hideki Iwamoto: The name which can be set to i2c_driver is up …
23:07 Changeset [3117] by khali
Update FAQ: * Add Q: Why did you decide not to support undocumented chips? …
22:00 Changeset [4007] by khali
Drop out-of-date I2C_ALGO_*_MAX defines. These were no more needed since …

10/02/05:

16:55 Changeset [3116] by mmh
A trivial cleanup for getsysname() - there's no reason for matches[] to be …
14:04 Changeset [4006] by khali
Delete 2 out-of-date, colliding ioctl defines. I2C_UDELAY and I2C_MDELAY …

10/01/05:

17:38 Changeset [3115] by mmh
Minor cleanup: get rid of an unnecessary forward declaration.
17:34 Changeset [3114] by khali
The ADM1032 and ADT7461 chips have variants with address 0x4d instead of …
17:31 Changeset [3113] by mmh
Remove a workaround for sysfs support that is no longer needed.

09/30/05:

19:38 Changeset [3112] by khali
Update.
19:30 Changeset [3111] by khali
Display the real addresses (rather than offsets thereto) in flat mode.
19:25 Changeset [3110] by khali
Continuous byte mode needs not only read byte capability but also write …
19:16 Changeset [3109] by khali
Fix a bug in argc check. Only use PEC on the register write, not the …
Note: See TracTimeline for information about the timeline view.