root/i2c/trunk/CHANGES @ 3548

Revision 3548, 2.6 KB (checked in by mds, 12 years ago)

update w/ algo-pcf and elektor changes

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1i2c CHANGES file
2-----------------------
3This is a list of the most important changes between 2.x versions. It is by
4no means complete, listing only user-visible changes which are interesting.
5The ultimate way to know what has changed is to run diff, or even neater,
6ask CVS about it:
7
8  * Checkout the archive (see doc/cvs for how you can do this)
9  * Determine which tags are valid, by running this command from the
10    project root directory:
11      cvs status -v -l Makefile
12    Valid tags are usually like form V2-1-0 for version 2.1.0
13  * Ask cvs for the difference between two versions:
14      cvs diff -r TAG1 -r TAG2 DIFF-OPTIONS
15    for example:
16      cvs diff -r V2-0-0 -r V2-0-1 -u
17
18-----------------------------------------------------------------------------
19
202.6.0 (2001????)
21  Makefile: Added support for alpha architecture
22  i2c.h: Add #defines from lm_sensors i2c-isa.h
23  i2c-algo-8xx.[ch]: New - not built or mkpatched by default
24  i2c-algo-pcf.c: Increase I2C clock speed from 6.25 kHz to 50 kHz;
25                  add detect code; remove test_bus function;
26                  add support for multiple messages (proper generation
27                  of stop/repstart sequences)
28  i2c-algo-ppc405.[ch]: New - not built or mkpatched by default
29  i2c-dev.c: Fix cleanup
30  i2c-elektor.c: Add Alpha detection; add support for memory mapped 8584
31                 behind a PCI bridge on Alphas; set interrupt bit correctly
32  i2c-elektor.h: Comment out unused structure for now
33  i2c-id.h: Add device ID's from lm_sensors sensors.h; add DEC Tsunami
34  i2c-ppc405.[ch]: New - not built or mkpatched by default
35  i2c-ppc405adap.h: New
36  i2c-proc.[ch]: New, from lm_sensors sensors.[ch]
37  i2c-rpx.c: New - not built or mkpatched by default
38  mkpatch: Add support for i2c-proc.[ch]
39
402.5.5 (20010115)        (in kernel 2.4.0-prerelease)
41  mkpatch no longer supports 2.3 kernels
42  i2c-core.c: Fix SMBus emulated i2c block writes
43
442.5.4 (20001012)
45  i2c-id.h: Add VES1893, VES1820, SAA7113, TDA8444
46  i2c-pcf-epp.c: New (no .h file, not compiled or patched to kernel)
47
482.5.3 (20001008)
49  i2c-dev.c: Fix bug that MOD_COUNT was incremented instead of decremented
50             on close; add devfs support.
51  i2c-id.h: Add algorithms for ACPI and ACCESS.bus
52  i2c-id.h: Add smart battery devices
53  i2c-id.h: Add ALI 1535 device
54  i2c-core.c, i2c-dev.c, i2c-dev.h, i2c.h: Add i2c block write support
55
562.5.2 (20000709)
57  i2c-philips-par: Now compiles on all 2.2 kernels
58  i2c-core: Corrected some SMBus block commands-related stuff
59  i2c-core: Much better error checking in (de)registering functions
60  i2c-core: Saner and now even documented handling of dummy drivers
61
622.5.1 (20000618) and older:
63  No data available
64
Note: See TracBrowser for help on using the browser.