aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pcf/pcf_ebus.c
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Make ofw_bus_get_node() consistently return -1 when there is no associatedNathan Whitehorn2012-03-151-1/+1
* - Consolidate module version for the pcf module into just pcf.c insteadJohn Baldwin2008-08-051-2/+0
* Add locking to the various iicbus(4) bridge drivers:John Baldwin2008-08-041-4/+6
* Don't call bus_deactivate_resource() explicitly before callingYoshihiro Takahashi2007-03-211-8/+0
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* - Use bus_setup_intr() and bus_teardown_intr() to register device driverJohn Baldwin2006-02-221-2/+2
* Account for ebus(4) defaulting to SYS_RES_MEMORY for memory resourcesMarius Strobl2005-06-041-5/+5
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and aMarius Strobl2004-08-121-8/+7
* Unbreak after struct resource was hidden. Tested with EBus front-end onMarius Strobl2004-08-111-0/+2
* Add a first version of a pcf(4) front-end for the Sun i2c devices ("i2c"Marius Strobl2004-06-101-0/+261