aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ofw/ofw_iicbus.c
Commit message (Expand)AuthorAgeFilesLines
* Use EARLY_DRIVER_MODULE() with BUS_PASS_BUS priority for ofw_gpiobusMichal Meloun2016-03-151-2/+4
* OFW_IICBUS: Register ofw_iicbus node.Michal Meloun2015-12-131-0/+2
* Improve r290373, do a runtime check rather than a compile time switch. IAndreas Tobler2015-11-081-6/+25
* Add a compile time switch to distinguish between 7-bit and 8-bit I2C addressAndreas Tobler2015-11-041-2/+8
* Fix parsing of I2C addresses properties in fdt data. I2C address isIan Lepore2015-10-211-1/+5
* Provide the number of interrupt resources added to the listRuslan Bukin2015-05-151-1/+2
* Remove unnecessary code and make use of generic implementations forLuiz Otavio O Souza2015-05-101-12/+0
* Handle IRQ resources on iicbus and ofw_iicbus.Luiz Otavio O Souza2015-05-091-1/+16
* Allow i2c bus speed to be configured via hints, FDT data, and sysctl.Ian Lepore2014-11-181-4/+15
* Allow the use of OFW I2C bus together with iicbb(4) on OFW-based systems.Luiz Otavio O Souza2014-02-131-0/+1
* Make all Open Firmware internal interfaces endian-safe by using the newNathan Whitehorn2013-10-231-6/+5
* Merging of projects/armv6, part 4Oleksandr Tymoshenko2012-08-151-2/+5
* Make ofw_bus_get_node() consistently return -1 when there is no associatedNathan Whitehorn2012-03-151-1/+1
* s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mentionMarius Strobl2011-11-221-1/+1
* bus_add_child: change type of order parameter to u_intAndriy Gapon2010-09-101-3/+3
* Fix style.Marius Strobl2009-06-141-14/+11
* Some Apple I2C buses give the device's I2C address in a property with theNathan Whitehorn2009-03-021-2/+9
* Set the wrong softc size when defining the ofw_iicbus class. Change it toNathan Whitehorn2009-01-201-2/+2
* Import an Open Firmware I2C bus module. This attaches firmware device treeNathan Whitehorn2009-01-151-0/+183