summaryrefslogtreecommitdiff
path: root/sys/dev/onewire
AgeCommit message (Expand)Author
2017-04-03provide size to free(9)Theo de Raadt
2015-08-27simple size for free()Theo de Raadt
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2013-11-18simplify kthread_create(). no more stdargTheo de Raadt
2013-04-10Fix various glitches in queue macro usage.Philip Guenther
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2010-07-19just use a buffer and make onewire_crc16() operate like onewire_crc()Theo de Raadt
2010-07-08- use nitems() where applicableJasper Lievisse Adriaanse
2010-07-07tag itTheo de Raadt
2010-07-06one wire counter driver 2nd rev, from John L. Scarfone" <j0@cox.net> PR 6422Theo de Raadt
2010-07-02fix a variety of uninit errors. ok and one correction deraadtTed Unangst
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2009-06-02Some casts to please format strings a little bit later onTheo de Raadt
2009-01-26Unify error message.Mark Kettenis
2009-01-18Update copyright.Alexander Yurchenko
2009-01-17Add support for DS1822 to owtemp(4).Alexander Yurchenko
2009-01-02Remember the id of all devices found, not only those for which a driverMiod Vallat
2008-12-26implement support for another temperature sensor, DS18B20Todd T. Fries
2008-10-25put the serial number into the name of the devices (for sysctl), becauseTheo de Raadt
2008-04-07Allow a 1-Wire controller to request an immediate scan, and also to preventMiod Vallat
2008-02-23RegenMiod Vallat
2008-02-23More device families, from Dallas datasheets.Miod Vallat
2007-11-28my brother, David Fries david at fries dot net, noticed that if you put yourTodd T. Fries
2007-10-09MALLOC -> mallocGilles Chehade
2007-06-24rework sensor tasks to use the kernels generic workq rather than a specialDavid Gwynne
2007-06-01remove strings from sensor.desc which are now present in sysctl variable name...Constantine A. Murenin
2007-06-01remove strings from sensor.desc which are now present in sysctl variable name...Constantine A. Murenin
2007-03-22split userland & kernel struct sensor/sensordev so that the additionTheo de Raadt
2007-02-28syncTheo de Raadt
2007-02-28place types needed by onewiredevs_data.h, directly into that file so that itTheo de Raadt
2007-02-28Add Smart Battery Monitor device driver. Provided byAlexander Yurchenko
2007-02-28regenAlexander Yurchenko
2007-02-28Add DS2438 Smart Battery Monitor family.Alexander Yurchenko
2006-12-23adapt to new two-level sensor api; Constantine A. MureninTheo de Raadt
2006-12-20syncAlexander Yurchenko
2006-12-20Add Java iButton mbalmer gave me at h2k6.Alexander Yurchenko
2006-12-20Implement high resolution temperature measuring.Alexander Yurchenko
2006-10-08Rework bus scanning code so that most of work could be offloadedAlexander Yurchenko
2006-10-01Don't reuse bus lock for locking sensor task thread. Use aAlexander Yurchenko
2006-10-01Protect sensor_task_unregister() with some locking.Alexander Yurchenko
2006-09-30Reduce max number of devices per bus to 16.Alexander Yurchenko
2006-09-30Allow to offload the match rom command to hardware.Alexander Yurchenko
2006-09-30Convert from using lockmgr to rwlock.Alexander Yurchenko
2006-09-29Extend bus master interface so that block read/write operationsAlexander Yurchenko
2006-08-03Fix a nasty bug in the search algorithm, i was just lucky not to spot itAlexander Yurchenko
2006-06-23In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesMiod Vallat
2006-03-10syncAlexander Yurchenko
2006-03-10Oops.Alexander Yurchenko