aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iicbus/iicbus.h
Commit message (Expand)AuthorAgeFilesLines
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-231-4/+2
* Add plug and play information macroses for ACPI and I2C buses.Vladimir Kondratyev2020-10-311-0/+6
* iicbus(4): Add support for ACPI-based children enumerationVladimir Kondratyev2020-03-091-0/+16
* Restore the ability for i2c slave devices to do IO from their probe method.Ian Lepore2019-07-081-0/+1
* revert r273728 and parts of r306589, iicbus no-stop by default featureAndriy Gapon2019-05-291-4/+1
* Rename IICBUS_FDT_PNPINFO -> IICBUS_FDT_PNP_INFO because all the otherIan Lepore2019-05-231-2/+2
* Define macros making it easier to define bus-specific pnpinfo for FDT systems.Ian Lepore2019-05-231-0/+6
* Allow i2c hardware drivers to declare their own relationships to ofw_iicbusIan Lepore2018-02-181-0/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add support for tracking nested calls to iicbus_request/release_bus().Ian Lepore2017-07-261-0/+1
* Handle IRQ resources on iicbus and ofw_iicbus.Luiz Otavio O Souza2015-05-091-0/+1
* Allow i2c bus speed to be configured via hints, FDT data, and sysctl.Ian Lepore2014-11-181-1/+3
* Add a method to iicbus to request IIC_M_NOSTOP behaviour for multibyteKonstantin Belousov2014-10-271-1/+4
* Allow the i2c node requirements to be slightly relaxed.Adrian Chadd2011-12-041-0/+2
* Add locking to the core iicbus(4) drivers:John Baldwin2008-08-041-6/+9
* MFp4: Create an ivar for each iic device on the iicbus. This ivarWarner Losh2007-03-231-1/+24
* Allow iic bridges to support a generalized transfer, rather thanWarner Losh2006-07-141-0/+3
* Remove public declarations of variables that were forgotten when they wereDavid E. O'Brien2005-08-101-2/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Change /dev/smb and /dev/iic interface to allow user programs to interact withNicolas Souchu1999-01-091-1/+3
* iicbb is generic support for I2C bit-banging.Nicolas Souchu1998-10-311-2/+1
* Submitted by: nsouchNicolas Souchu1998-09-031-0/+42