Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix style. | marius | 2009-06-14 | 1 | -14/+11 |
| | |||||
* | Some Apple I2C buses give the device's I2C address in a property with the | nwhitehorn | 2009-03-02 | 1 | -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 to | nwhitehorn | 2009-01-20 | 1 | -2/+2 |
| | | | | the correct value. | ||||
* | Import an Open Firmware I2C bus module. This attaches firmware device tree | nwhitehorn | 2009-01-15 | 1 | -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 |