summaryrefslogtreecommitdiffstats
path: root/sys/dev/onewire (follow)
Commit message (Expand)AuthorAgeFilesLines
* simple size for free()deraadt2015-08-271-2/+2
* Remove some includes include-what-you-use claims don'tjsg2015-03-143-6/+3
* remove uneeded proc.h includesjsg2014-09-145-10/+5
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-122-4/+4
* simplify kthread_create(). no more stdargderaadt2013-11-181-2/+2
* Fix various glitches in queue macro usage.guenther2013-04-101-4/+2
* Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingmatthew2011-07-032-6/+2
* just use a buffer and make onewire_crc16() operate like onewire_crc()deraadt2010-07-193-57/+52
* - use nitems() where applicablejasper2010-07-084-12/+8
* tag itderaadt2010-07-071-0/+1
* one wire counter driver 2nd rev, from John L. Scarfone" <j0@cox.net> PR 6422deraadt2010-07-064-5/+325
* fix a variety of uninit errors. ok and one correction deraadttedu2010-07-021-1/+2
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-134-12/+12
* Some casts to please format strings a little bit later onderaadt2009-06-021-4/+4
* Unify error message.kettenis2009-01-261-2/+2
* Update copyright.grange2009-01-181-2/+2
* Add support for DS1822 to owtemp(4).grange2009-01-171-3/+5
* Remember the id of all devices found, not only those for which a drivermiod2009-01-021-10/+10
* implement support for another temperature sensor, DS18B20todd2008-12-261-12/+23
* put the serial number into the name of the devices (for sysctl), becausederaadt2008-10-253-3/+9
* Allow a 1-Wire controller to request an immediate scan, and also to preventmiod2008-04-072-2/+15
* More device families, from Dallas datasheets.miod2008-02-231-2/+23
* Regenmiod2008-02-232-6/+48
* my brother, David Fries david at fries dot net, noticed that if you put yourtodd2007-11-281-2/+2
* MALLOC -> mallocgilles2007-10-091-4/+4
* rework sensor tasks to use the kernels generic workq rather than a specialdlg2007-06-242-6/+13
* remove strings from sensor.desc which are now present in sysctl variable names; ok grange@cnst2007-06-011-2/+1
* remove strings from sensor.desc which are now present in sysctl variable names; ok grange@cnst2007-06-011-2/+1
* split userland & kernel struct sensor/sensordev so that the additionderaadt2007-03-223-12/+12
* syncderaadt2007-02-282-2/+7
* place types needed by onewiredevs_data.h, directly into that file so that itderaadt2007-02-282-6/+9
* Add Smart Battery Monitor device driver. Provided bygrange2007-02-282-1/+269
* regengrange2007-02-282-4/+6
* Add DS2438 Smart Battery Monitor family.grange2007-02-281-1/+2
* adapt to new two-level sensor api; Constantine A. Mureninderaadt2006-12-232-11/+14
* syncgrange2006-12-202-4/+6
* Add Java iButton mbalmer gave me at h2k6.grange2006-12-201-1/+2
* Implement high resolution temperature measuring.grange2006-12-201-4/+29
* Rework bus scanning code so that most of work could be offloadedgrange2006-10-082-68/+93
* Don't reuse bus lock for locking sensor task thread. Use agrange2006-10-011-16/+8
* Protect sensor_task_unregister() with some locking.grange2006-10-011-1/+4
* Reduce max number of devices per bus to 16.grange2006-09-301-2/+2
* Allow to offload the match rom command to hardware.grange2006-09-302-2/+9
* Convert from using lockmgr to rwlock.grange2006-09-301-8/+8
* Extend bus master interface so that block read/write operationsgrange2006-09-292-21/+33
* Fix a nasty bug in the search algorithm, i was just lucky not to spot itgrange2006-08-031-7/+11
* In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesmiod2006-06-232-4/+4
* syncgrange2006-03-101-2/+2
* Oops.grange2006-03-101-2/+2
* syncgrange2006-03-042-0/+39