summaryrefslogtreecommitdiff
path: root/sys/dev/i2c/pcf8583.c
AgeCommit message (Expand)Author
2020-01-02No need to use I2C_F_POLL here.thorpej
2018-06-16More cleanup to i2c autoconfiguration:thorpej
2017-10-28Kill some more extern struct cfdriver declarations.riastradh
2014-11-20use the inline bcdtobin and bintobcd directly instead through a macro.christos
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2011-04-02Fix misplaced parenthesis. From henning.petersen@t-online.de, thanks.mbalmer
2009-12-12Remove `volatile' qualifier from argument types oftsutsui
2008-06-08Replace device_lookup() with device_lookup_private() to get softctsutsui
2008-05-04device_t/softc split and other related cosmetic changes.xtraeme
2008-04-06use aprint_*_dev and device_xnamecegger
2007-12-11use __KERNEL_RCSID()lukem
2007-01-13Complete initializers so those files compile.cube
2006-09-04Remove unused todr_setcal/todr_getcal and all the assorted stubgdamore
2006-08-23gettime and settime functions are meant to return errno values. Makebjh21
2006-03-29Use device_private().thorpej
2005-12-11merge ktrace-lwp.christos
2005-06-04Fix the various todr_gettime() and todr_settime() fallouts fromhe
2003-09-30New generic I2C framework. Supports bit-bang and "intelligent" I2Cthorpej