summaryrefslogtreecommitdiff
path: root/sys/dev/i2c
AgeCommit message (Expand)Author
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
2007-06-15KNF, from Anon Ymous. Also kill extra unneeded initializers and use size_tchristos
2007-06-14Eliminate unnessary floating point.christos
2007-04-30add support for i2c waitstates so we can actually talk to slow slavesmacallan
2007-04-15Fix envsys ranges.njoly
2007-02-06Missing LIST_INIT. Pointed out by uebayasi@jmcneill
2007-02-05Remove debug printf accidentally added in last commit.jmcneill
2007-02-05Register an SMBus interrupt handler to trap the reset on eject "feature"jmcneill
2007-02-05Allow i2c child devices to register interrupt handlers to the smbus hostjmcneill
2007-01-17add sgsmixmacallan
2007-01-17driver for the SGS 7433 mixer found in some G3 macsmacallan
2007-01-13Complete initializers so those files compile.cube
2007-01-12Add missing initializers in cdevsw structs.cube
2007-01-12Update a few comments based on newer members of the at24xx family.imp
2007-01-10Complete initialiser of the cdevsw structure.cube
2007-01-07Rename a few possible avpack values to reflect reality.jmcneill
2007-01-07Move register definitions to a separate header.jmcneill
2007-01-06Report the version string from the PIC16LC.jmcneill
2007-01-06Provide external functions for setting the LED, rebooting, and powering offjmcneill
2007-01-06Microsoft Xbox serial EEPROM driver. Currently reports the system serialjmcneill
2007-01-06Fix __KERNEL_RCSID text (missing $)jmcneill
2007-01-06Driver for the Xbox System Management Controller. Currently reports CPU andjmcneill
2007-01-05Remove include of machine/autoconf.h to make this compile.jmcneill
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-09Convert to MI clock_ymdhms versions of todr calls.gdamore
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-07-14Add support for 10-bit addressing, per i2c specs. This has not been testedgdamore
2006-07-10Put appropriate prefixes on property names to reduce chances of namethorpej
2006-06-26remove the "name" element from the i2cbus attach args, that's whatdrochner
2006-06-12It necessary to mask to validate bits.kiyohara
2006-05-17Support LM77 Temperature.kiyohara