summaryrefslogtreecommitdiff
path: root/sys/dev/i2c/i2c_exec.c
AgeCommit message (Expand)Author
2019-07-25If cold, automagically set I2C_F_POLL.thorpej
2018-12-10Make i2c_acquire_bus() / i2c_release_bus() real symbols.thorpej
2015-03-07i2c devices don't actually have a dependency on "iic" (the bus driver)jmcneill
2013-09-12Fix evil "sizeof(void*)" botchmartin
2012-04-22Identify SMBus block-mode operations.pgoyette
2009-02-03Handle i2c quick_read/quick_write bus protocol in the generic i2c_exec()pgoyette
2007-12-11use __KERNEL_RCSID()lukem
2006-03-27Implement a handful of missing smbus protocol functions. Proposed onjmcneill
2005-12-11merge ktrace-lwp.christos
2003-10-29Remove bogus initializer, and instead fix an =/== typo.mycroft
2003-10-25Don't return random errors.christos
2003-09-30New generic I2C framework. Supports bit-bang and "intelligent" I2Cthorpej