summaryrefslogtreecommitdiff
path: root/sys/dev/i2c
AgeCommit message (Expand)Author
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
2011-08-04Add Conexant/Samsung CX24227/S5H1409 demodulator subroutines.jakllsch
2011-08-04Add subroutines to support Microtune MT2131 silicon tuner.jakllsch
2011-08-02Prevent multiple attachments at the same i2c address.pgoyette
2011-08-02When detaching the device, tear down its sysctl tree.pgoyette
2011-08-01appease gcc 4.5macallan
2011-08-01Modularize the spdmem(4) driverpgoyette
2011-07-31modularizejmcneill
2011-07-31add detach support, modularize, build with WARNS=4jmcneill
2011-07-31add rescan supportjmcneill
2011-07-22Fix printf formatnjoly
2011-07-15add lg3303_get_snr, lg3303_get_signal_strength, lg3303_get_ucblocksjmcneill
2011-07-15lg3303_set_modulation: program the requested modulation on every requestjmcneill