summaryrefslogtreecommitdiff
path: root/sys/dev/i2c/i2c.c
AgeCommit message (Expand)Author
2005-12-27no longer use ia_compat; tested by a fewTheo de Raadt
2005-12-27make direct mappings fail for now, since noone will test that for meTheo de Raadt
2005-12-27the name belongs in "quotes"Theo de Raadt
2005-12-26if probe falls, iic_print should print the name we attempted to match underTheo de Raadt
2005-12-23upon startup, only scan-and-attach devices which specify an addressTheo de Raadt
2005-12-22permit outsider to call iic_printTheo de Raadt
2005-12-20Do bus scanning only if underlying controller asked for it.Alexander Yurchenko
2005-12-19First attempt to have a table of known I2C slave devices that weAlexander Yurchenko
2005-11-15instead of passing OF nodes down to the drivers, pass name/compat stringTheo de Raadt
2004-05-23I2C framework originally written by Steve C. Woodford and Jason R. ThorpeAlexander Yurchenko