summaryrefslogtreecommitdiffstats
path: root/sys/dev/ofw/ofw_iicbus.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix style.marius2009-06-141-14/+11
|
* Some Apple I2C buses give the device's I2C address in a property with thenwhitehorn2009-03-021-2/+9
| | | | | | | | name i2c-address instead of reg. Change the OFW I2C probe to check both locations for the address. Submitted by: Marco Trillo Reported by: Justin Hibbits
* Set the wrong softc size when defining the ofw_iicbus class. Change it tonwhitehorn2009-01-201-2/+2
| | | | the correct value.
* Import an Open Firmware I2C bus module. This attaches firmware device treenwhitehorn2009-01-151-0/+183
indicated I2C devices, and provides an ofw_bus interface for driver probing. This should be MI, but is currently provided only on PowerPC due to lack of sparc64 hardware with an I2C controller. Discussed on: freebsd-arch
OpenPOWER on IntegriCloud