aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iicbus/iicoc.c
Commit message (Expand)AuthorAgeFilesLines
* iicoc: fix repeated startThomas Skibo2021-11-011-10/+17
* iicoc: split up common core and PCI bus specificsPhilip Paeps2019-12-201-134/+17
* iicoc: minor whitespace and style(9) fixesPhilip Paeps2019-12-201-34/+35
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-271-2/+2
* iicbus: Use device_delete_children() instead of explicit child removalJean-Sébastien Pédron2015-10-201-0/+1
* Use IIC_EBUSBSY and IIC_BUSERR status values consistantly across all drivers.Ian Lepore2015-10-091-1/+1
* Driver for OpenCores I2C controller.Jayachandran C.2012-03-271-0/+390