summaryrefslogtreecommitdiff
path: root/sys/dev/i2c
AgeCommit message (Expand)Author
2013-02-08Handle direct configuration if ia->ia_name is set, using iic_compat_match().jdc
2013-02-03Also set ia.ia_size from size when doing direct config.jdc
2012-12-31add TPS65950 RTC supportjmcneill
2012-12-31add support for TPS65950 watchdog timerjmcneill
2012-12-31TI TPS65950 driver, right now about all it can do is control LEDsjmcneill
2012-10-27split device_t/softc for all remaining drivers.chs
2012-09-12Initialize the sysctl(9) stuff before configuring the spd(4) devices.pgoyette
2012-09-01pic16lcreg.h has been unused since removal of Xbox support, remove.jakllsch
2012-07-29Use const nodes. Let sysctl_createv initialize sysctl_data.mlelstv
2012-07-28Use (void *) instead of (type **) which gcc complains about.matt
2012-07-25Clean up error messages.matt
2012-06-02Add some pre-processor magic to verify that the type of the data itemdsl
2012-05-31Update handling of sysctl stuff when built as modulespgoyette
2012-04-28Fix logical errors (&& instead of & in a few places).wiz
2012-04-22Identify SMBus block-mode operations.pgoyette
2012-03-15always set *data to appease gcc -03 (some users of cx24227_readreg() don'tbouyer
2012-03-14Don't try to match a device if there's already a device attached atpgoyette
2012-02-23Rework this driver to support other dsrtc than just the DS1307.matt
2012-02-02Clean up display of initial hardware provided limits. No functional change.pgoyette
2012-01-22Add "dimm" found on Sun US-IIe based machines (eg. Netra X1, Blade 100).nakayama
2012-01-21fix my license notice.nonaka
2012-01-07Add direct config support.phx
2012-01-07Fixed 12/24h mode. Bit 6 from the hours register indicates 12h mode.phx
2011-11-18remove Xbox supportjmcneill
2011-11-17tidy up.christos
2011-11-17Fix last envsys2 conversion (1.10). From Tetsuya Isaki in PR#45622.jakllsch
2011-11-09Support setting the temperature threshold for the LM75's alarm/interruptmacallan
2011-10-11remove spurious warning about duplicate devices when using info from MDmacallan
2011-10-03iic_ioctl_exec: if the i2c controller's "exec" function uses -1 instead ofjmcneill
2011-10-03fix build for kernels with i2c host controller drivers but no iic(4)jmcneill
2011-10-02iic_ioctl_exec: initialize cmd before using itjmcneill
2011-10-02now that iic is a module, add "iic" dependency to iic driversjmcneill
2011-10-02add support for detaching iic(4)jmcneill
2011-10-02I2C_IOCTL_EXEC: only allow i2c write ops if the device was opened for writingjmcneill
2011-10-02Install dev/i2c/i2c_io.h and implement the API in the iic(4) driver.jmcneill
2011-10-02Consistent use of 'return'.mbalmer
2011-10-02Build iic(4) and gpioiic(4) as modules.mbalmer
2011-10-02ii2c can be built as module.mbalmer
2011-08-29Fix RCS keyword string.jruoho
2011-08-29Add Zarlink ZL10353 DVB demodulator (or as it is now know, Intel CE623x).jruoho
2011-08-18fix gcc-4.5 warningschristos
2011-08-13lg3303 depends on dtv_math, not xc3028jmcneill
2011-08-09lg3303 should depend on dtv_math, not xc3028jmcneill
2011-08-09add dtv_math.hjmcneill
2011-08-09modify the dtv device api so hardware drivers can be loaded independentlyjmcneill
2011-08-05hide debug messages under CX24227_DEBUGjmcneill
2011-08-05Various cleanup, mostly reducing debugging spew.jakllsch
2011-08-05add QAM64/256 supportjmcneill
2011-08-04modularize cx24227jmcneill
2011-08-04modularize mt2131jmcneill