summaryrefslogtreecommitdiffstats
path: root/sys/dev/i2c/i2c.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* we have been knocking out i2c when ipmi exists on a machine (becausederaadt2007-10-091-12/+1
* if ipmi is on the machine: instead of (confusingly) failing in match,deraadt2006-02-261-8/+10
* add a member to the i2c_attach args so that a controller can pass adlg2006-02-081-1/+2
* Disable iic whenever ipmi is enabled. This fixes boxes like Sun x4200 thatmarco2006-01-291-1/+10
* switch from macppc-specific maciic(4) driver to the generic iic(4),deraadt2006-01-011-4/+6
* no longer use ia_compat; tested by a fewderaadt2005-12-271-2/+1
* make direct mappings fail for now, since noone will test that for mederaadt2005-12-271-3/+3
* the name belongs in "quotes"deraadt2005-12-271-2/+2
* if probe falls, iic_print should print the name we attempted to match underderaadt2005-12-261-1/+3
* upon startup, only scan-and-attach devices which specify an addressderaadt2005-12-231-9/+10
* permit outsider to call iic_printderaadt2005-12-221-2/+1
* Do bus scanning only if underlying controller asked for it.grange2005-12-201-2/+3
* First attempt to have a table of known I2C slave devices that wegrange2005-12-191-1/+7
* instead of passing OF nodes down to the drivers, pass name/compat stringderaadt2005-11-151-1/+3
* I2C framework originally written by Steve C. Woodford and Jason R. Thorpegrange2004-05-231-0/+133