summaryrefslogtreecommitdiff
path: root/drivers/tsi108_i2c.c
Commit message (Collapse)AuthorAgeLines
* Some code cleanup.Wolfgang Denk2007-03-04-26/+11
|
* Clean up the code according to codestyle:roy zang2006-12-01-31/+29
| | | | | | | | | | | | (1) remove some C++ comments. (2) remove trailing white space. (3) remove trailing empty line. (4) Indentation by table. (5) remove {} in one line condition. (6) add space before '(' in function call. Remove some weird printf () output. Add necessary comments. Modified Makefile to support building in a separate directory.
* Tsi108 on chip i2c support.roy zang2006-11-02-0/+300
The i2c Interface provides a master-only, serial interface that can be used for initializing Tsi108/Tsi109 registers from an EEPROM after a device reset. Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>