summaryrefslogtreecommitdiffstats
path: root/sys/dev/i2c/files.i2c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak the build on amd64 by making sure that inteldrm pulls in the generickettenis2013-03-311-2/+2
| | | | | | | | i2c bit-banging code. Requires us to move around the i2c_bitbang define. Also move the onewire_bitbang define to be close to i2c_bitbang since they are similar. ok jsing@
* Enter nvt(4), a driver for the W83795G and W83795ADG hardware monitor.kettenis2011-07-031-1/+6
| | | | ok deraadt@, miod@
* Split existing spdmem@i2c code into bus-agnostic spd record decoding code,miod2010-03-221-4/+3
| | | | | and an i2c attachment. No functional change; ok jsg@ deraadt@
* only pull in the source file if it is needed, so that all the othersderaadt2009-08-121-2/+3
| | | | | we use compile brilliant cnst, please learn to test better
* New lisa(4) driver for ST LIS331DL accelerometer in HP 2133 Mini-Note PC; ok deraadtcnst2009-08-121-1/+6
|
* A very very rough start at an adt7462 driverderaadt2008-04-211-1/+5
|
* New sensor driver for JDEC JC-42.4 standard dimm temperature sensorsderaadt2008-04-071-1/+6
| | | | (still extremely rare devices.. so rare I had to wire up a chip myself)
* New andl(4) driver for Andigilog aSC7611 Hardware Monitor.cnst2008-03-231-1/+6
| | | | | | | Tested in my i2c sandbox against an i2c dump from D946GZIS, a dmesg for which was kindly donated to our dmesg@. 'commit it' deraadt@
* Phillips -> Philips in commentsmartin2007-10-261-2/+2
|
* wbng(4) driver for Winbond W83793G Hardware Monitor; 'commit it' deraadtcnst2007-10-141-1/+6
|
* Port of Nicolas Joly, Paul Goyette & Tobias Nygren'sjsg2007-10-071-1/+6
| | | | spdmem(4) driver for Serial Presence Detect memory information.
* thmc vs tmhc screwupderaadt2007-09-091-4/+4
|
* new driver for TI tmhc50 / adm1022 / adm1028; checked by kettenisderaadt2007-09-091-1/+6
|
* Enter adl(4), a driver for the Andigilog aSC7621 written by Mike Belopuhov.kettenis2007-09-071-1/+6
|
* driver for i2c lm93 sensor; very common on ipmi machines which have i2cderaadt2007-09-041-1/+6
| | | | | | bmc's watching on the shared bus. if you disable ipmi, you might see it pop up (reminder why ipmi / i2c mixes are disabled: some ipmi's seem to violate the i2c bus locking protocol). tested by Alexander Lobodzinski
* Driver for the Philips PCA9532 LCD dimmer controller, found on thecus.drahn2006-06-171-1/+6
|
* Fan controller for Thecus N2100, still needs more work, currently sets thedrahn2006-06-151-1/+5
| | | | | fan so it is running. The nice auto fan speed isn't working currently. Also gives temperature sensors.
* Ricoh rtc support for armish, driver from netbsd.drahn2006-06-151-1/+7
|
* sch5017 is an adt7460 clone of some type. also, we are seeing somederaadt2006-04-101-6/+1
| | | | | | ways to determine the actual voltage multipliers, so move to a table driven model, which we can tweak as we see more varients. checked by kettenis jolan and roman
* new sch5017 driver by roman.hunt@comcast.netderaadt2006-04-101-1/+6
|
* Rename lm_i2c.c to lm78_i2c.c.kettenis2006-01-281-2/+2
| | | | requested by deraadt@
* Initial stab at glenv(4), a driver for the GL518SM.kettenis2006-01-241-1/+6
|
* wbenv(4), a driver for the Winbond W83L784R/5R/5TS-L hardware monitor.kettenis2006-01-151-1/+6
|
* Rename nslm7x.c into lm78.c and nslm7xvar.h into lm78var.h, and clean upkettenis2006-01-141-2/+2
| | | | | | lm78var.h. Now that I've completely rewritten the driver, replace copyright with my own. suggested by deraadt@
* Put back i2c bit-banging code, we'll need it soon.grange2006-01-131-1/+3
|
* Remove orphaned i2c_bitbang code, as well as i2c_bitbang and i2cexecmiod2006-01-021-6/+3
| | | | attributes.
* add i2c driver for Asus ASB100 sensors using register info from lm_sensorsdjm2005-12-301-1/+6
| | | | | driver (Asus believe this chip is such critically important IP they won't release docs for it); feedback deraadt@ and kettenis@, ok kettenis@
* first draft of an adm1026 driver, without fan code yetderaadt2005-12-281-1/+6
|
* 3 drivers that mistakenly claim to need gpiobusderaadt2005-12-271-4/+4
|
* lm(4) at iic(4)kettenis2005-12-271-1/+5
| | | | ok grange@, deraadt@
* typoderaadt2005-12-251-2/+2
|
* support adm1024, kind of like adm1025 but some voltage pins more around and 2 fans show upderaadt2005-12-251-1/+6
|
* adm1031 driver, pvalchev has one in a machinederaadt2005-12-241-1/+6
|
* start at a driver for the stupid ADM 1021deraadt2005-12-221-1/+6
|
* adm1025 ... another day, another chip..deraadt2005-12-221-1/+6
|
* First attempt to have a table of known I2C slave devices that wegrange2005-12-191-1/+2
| | | | | | | | have drivers for. iic(4) will scan the bus for them and try to attach an appropriate driver. For now iic(4) scans for all possible addresses for debugging purposes. ok deraadt@
* basic driver for adt7460 found in some machinesderaadt2005-11-171-1/+6
|
* basic driver for apple fcu fan controller. can read up to 6 fan rpm'sderaadt2005-11-161-1/+6
| | | | | and up to 2 fan pwms. we do not yet adjust the fan speeds, because we do not have a death wish
* driver for maxim ds1631, might work, might not!deraadt2005-11-161-1/+6
|
* driver for the philips pca9554 i2c gpio devicederaadt2005-11-161-1/+6
|
* driver for adm1030 i2c temp + fan controllerderaadt2005-11-151-1/+6
|
* Driver for the TAOS TSL2560/61 light sensors.kettenis2005-11-151-1/+6
|
* simple driver for the Analog Devices AD7417/7418 (does not cope rightderaadt2005-11-151-2/+7
| | | | with 7416 without ADC yet)
* driver for the maxim6690 i2c dual temperature sensorderaadt2005-11-151-1/+6
|
* move lm87 to dev/i2c; ok kettenisderaadt2005-11-151-1/+6
|
* Unbreak i386.kettenis2005-11-121-3/+3
|
* Define attachment-like attribute i2c and attach lmtemp to that instead of iic.kettenis2005-11-121-3/+4
|
* Cosmetics...tdeval2005-03-081-2/+2
| | | | | Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies.
* tiny comments sync with netbsd, was lost during importinggrange2004-05-241-1/+5
|
* lmtemp(4) -- National Semiconductor LM75/LM77 temperature sensor driver.grange2004-05-231-1/+6
| | | | | | | Based on the driver from NetBSD (r) written by Jason R. Thorpe, adapted for our sensors infrastructure and with LM77 support. ok deraadt@