summaryrefslogtreecommitdiff
path: root/sys/dev/i2c
AgeCommit message (Expand)Author
2008-08-01fix incomplete device_t-ificationmacallan
2008-07-12Set SDA High (it means turning off open-collector drivertsutsui
2008-06-08Remove unnecessary casts against void pointers.tsutsui
2008-06-08Replace device_lookup() with device_lookup_private() to get softctsutsui
2008-06-01Reorganize I2C bitbang ops:tsutsui
2008-05-31- use 'us' for microsecond rather than 'uS'tsutsui
2008-05-08nuke clause 3macallan
2008-05-08nuke clause 3macallan
2008-05-05Use 2-clause license.jmcneill
2008-05-04device_t/softc split and other related cosmetic changes.xtraeme
2008-05-04device_t/softc split for adt7467c(4) and adm1030, and other relatedxtraeme
2008-04-09Re-add chunk of code that got lost in rev. 1.10. Makes this file build/work a...cegger
2008-04-09deparenthesize 'return (x);' and add missing close-brace.dogcow
2008-04-06use aprint_*_dev and device_xnamecegger
2008-04-04Split device_t/softc and other related cosmetic changes.xtraeme
2008-04-04Split device_t/softc and other related cosmetic changes.xtraeme
2008-03-27Make it compile again.ad
2008-03-27Split device_t and softc, use cfdata_tjmcneill
2008-03-27Use device_t, cfdata_tjmcneill
2008-03-27Split device_t and softc, replace malloc with kmem_allocjmcneill
2007-12-25Convert many of the uses of __attribute__ to equivalentperry
2007-12-14Do not try to attach spdmem if i2c adress exceed 0x57.njoly
2007-12-13Check return value of pmf_device_register(), pointed out by joerg.xtraeme
2007-12-11use __KERNEL_RCSID()lukem
2007-12-11use __KERNEL_RCSID()lukem
2007-12-09Register to pmf(9).xtraeme
2007-12-09Merge jmcneill-pm branch.jmcneill
2007-12-01Fix lost direction for the check on status, and read/writes.kiyohara
2007-11-17Initialize sensor's statekefren
2007-11-16Set sensor state to ENVSYS_SVALID for correct values. Otherwise,njoly
2007-11-16Extend the envsys2 API (one more time, sorry) as defined in:xtraeme
2007-11-12From jmcneill-pm: don't probe for I2C device. It has limited usefulnessjoerg
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-09-20Make this report correct DDR2 speed/type, and round up thextraeme
2007-09-09Add missing SYSCTL_SETUP_PROTO() to make the LKM happy.xtraeme
2007-09-02don't include machine/autoconf.h - we don't need it (anymore?)macallan
2007-09-02defflag DEBUG_SGSMIXmacallan
2007-09-02typo: ENVSYS_FVALID -> ENVSYS_SVALID.xtraeme
2007-09-01For SMBus, add the ability to enumerate devices on the bus.riz
2007-08-18Add spdmem(4) driver. This decodes technical specifications stored intnn
2007-07-25Add missing STOP conditions at the end of I2C operations.njoly
2007-07-13Forgot to set the description in the sensor.xtraeme
2007-07-11Mark sensor as invalid if no fan is connected.njoly
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-07-04There's no need to set the "envsys-description" property in thextraeme
2007-07-04There's no need to get initial sensor data before registering the driverxtraeme
2007-07-02pic16lc_update: use the edata pointer rather than using softc's arrayxtraeme
2007-07-02adt74673_refresh_{fan,temp,volt}: use the edata pointer rather thanxtraeme
2007-07-01There's no need to use another envsys_data_t pointer that points toxtraeme
2007-07-01Imported envsys 2, a brief description of the new features:xtraeme