Nicolas Souchu
67c13fce36
Handle correctly iicbus request/release mechanism. Add iicbus allocation
...
to the general purpose i/o iic(4) driver.
1999-02-13 18:01:55 +00:00
Nicolas Souchu
bf896bd0e2
Change /dev/smb and /dev/iic interface to allow user programs to interact with
...
devices dynamically. That means,
+ only one /dev/iic or /dev/smb device for each smb/iic bus to access
+ I2C/SMB device address must be given to any ioctl
+ new devices may be plugged and accessed after boot, which was
impossible previously (device addresses were hardcoded into
the kernel)
1999-01-09 18:08:24 +00:00
Archie Cobbs
f1d19042b0
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
...
and local variables, goto labels, and functions declared but not defined.
1998-12-07 21:58:50 +00:00
Nicolas Souchu
04f89a63cb
iicbb is generic support for I2C bit-banging.
...
Other files: timeout management added to the I2C framework.
1998-10-31 11:31:07 +00:00
Nicolas Souchu
7da75285d5
Major number allocated for generic I2C i/o -> 105
1998-09-09 18:57:24 +00:00
Nicolas Souchu
c498ec5f46
Device registration temporaly removed until major number allocation ok.
1998-09-04 17:53:42 +00:00
Nicolas Souchu
c3e2dc6b48
Submitted by: nsouch
...
Philips I2C bus generic support other new bus architecture.
1998-09-03 20:51:50 +00:00