summaryrefslogtreecommitdiffstats
path: root/sys/dev/i2c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* missing scale factor; from Mike Belopuhovderaadt2007-09-071-2/+2
|
* Enter adl(4), a driver for the Andigilog aSC7621 written by Mike Belopuhov.kettenis2007-09-072-1/+269
|
* meaningless numbers and strings should not appear in sensor.desc; ok deraadt@cnst2007-09-061-12/+12
|
* fix copyright; spotted by cnstderaadt2007-09-061-2/+2
|
* negate -12V input value; spotted by Alexander Lobodzinskideraadt2007-09-061-2/+2
|
* typo; Mike Belopuhovderaadt2007-09-051-2/+2
|
* probe for adt7462 (no driver yet, someone want to write one), and mentionderaadt2007-09-051-3/+6
| | | | a few more sub-types as comments; ok kettenis
* remove dmesg block showing sample register layoutderaadt2007-09-051-16/+1
|
* fix over-agressive match function, oopsderaadt2007-09-051-2/+6
|
* driver for i2c lm93 sensor; very common on ipmi machines which have i2cderaadt2007-09-042-1/+254
| | | | | | 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
* there is a prototype version of the lm93 (plus spacing fixes)deraadt2007-09-031-7/+8
|
* Recognize Andigilog aSC7621.kettenis2007-09-031-1/+6
| | | | ok deraadt@
* don't duplicate .numt in .desc; 'In this driver, whatever you want' deraadt@cnst2007-07-311-5/+5
|
* change sensor type: if .value can only ever be 0 or 1, .type should be indicatorcnst2007-07-311-2/+2
|
* remove magic numbers: use PCAGPIO_NPINS instead (no binary change); ok deraadt@cnst2007-07-311-3/+3
|
* rework sensor tasks to use the kernels generic workq rather than a specialdlg2007-06-2418-36/+36
| | | | | | | | | kernel thread of its own. the api has changed (which will be fixed in the manpage shortly) so all the users of sensor tasks that i can find have been fixed too. noone tested, so its going in to force people to run with it. "put it in" deraadt@
* ``it's'' -> ``its'' when the grammar gods require this change.miod2007-04-101-2/+2
|
* Remove unused prototype.kettenis2007-04-091-3/+1
|
* split userland & kernel struct sensor/sensordev so that the additionderaadt2007-03-2219-66/+66
| | | | | | of new fields in the future is less disruptive. This is done similar to how struct proc is handled for ps(1). ok jmc (man page changes) tested fkr simon, and more suggestions from millert
* fcu fans are PWM, express as %; from mureninderaadt2007-01-071-3/+3
|
* when i2c_dumping, instead of just skipping 0xff value registers,deraadt2007-01-051-4/+23
| | | | skip the most common value read (which is often 0xff anyways)
* correct the code to handle the adt7475, which stupidly is missing somederaadt2006-12-311-20/+24
| | | | of the registers.... tested by dhartmei and others
* The adt7475 has a fixed address of 0x2e.kettenis2006-12-261-3/+2
| | | | ok deraadt@
* support adt7475; tested by dhartmeideraadt2006-12-261-10/+13
|
* identify adt7475deraadt2006-12-251-1/+4
|
* normally hardware engineers call it Vcc not VCCderaadt2006-12-241-2/+2
|
* adapt to new two-level sensor api; Constantine A. Mureninderaadt2006-12-2319-254/+162
|
* Fix register number definitions.kettenis2006-11-201-3/+3
| | | | ok deraadt@
* Add support for LM63.kettenis2006-11-201-1/+2
| | | | tested by niklas@
* Probe for National Semiconductor LM63.kettenis2006-11-191-2/+6
|
* Probe for Myson MTP008.kettenis2006-11-191-1/+5
|
* Fix typos. From Pierre Riteau <pierre.riteau at free dot fr>.kettenis2006-11-141-5/+5
|
* lm75 scoring should not show up in verbosederaadt2006-11-011-3/+3
|
* re-enable I2C_VERBOSEjsg2006-09-261-2/+2
| | | | ok deraadt@
* #undef I2C_VERBOSEkettenis2006-08-291-2/+2
| | | | ok deraadt@
* Cleanup. Add config flag to make fans blast at full speed.kettenis2006-08-261-308/+60
| | | | ok drahn@
* handle lm75a; matt@bodgit-n-scarper.comderaadt2006-08-191-2/+31
|
* probe for the lm75a, meaning that the lm75/lm75a/lm77 probe routine mustderaadt2006-08-181-31/+116
| | | | | become quite complicated. work done by matt@bodgit-n-scarper.com after i explained how daft these devices are
* Add support for Analog Devices ADM1023 (and ADM1021A).kettenis2006-07-201-1/+2
|
* Add support for Genesys Logic GL523SM and Global Mixed-mode Technology G781.kettenis2006-07-152-4/+26
| | | | tested by fgs@ and Stuart Henderson.
* spacingderaadt2006-07-121-2/+2
|
* Add missing break.kettenis2006-07-121-1/+2
|
* Sort switch statements by vendor ID.kettenis2006-07-121-68/+68
|
* match pca9555 as a name tooderaadt2006-06-271-1/+2
|
* pretty code, shorten it, etc, ok drahnderaadt2006-06-211-39/+15
|
* Avoid using the rfact member of 'struct sensor' which is on its way out.kettenis2006-06-191-3/+3
|
* Better checks to avoid attaching when device is not present.drahn2006-06-171-2/+6
|
* Driver for the Philips PCA9532 LCD dimmer controller, found on thecus.drahn2006-06-172-1/+186
|
* Fan controller for Thecus N2100, still needs more work, currently sets thedrahn2006-06-152-1/+535
| | | | | 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-152-1/+353
|