summaryrefslogtreecommitdiffstats
path: root/drivers/w1/masters/ds2482.c
Commit message (Expand)AuthorAgeFilesLines
* w1: ds2482: make module parameter extra_config staticColin Ian King2018-07-031-1/+1
* drivers: w1: Extend 1W master driver DS2482 with module option to support PPM...Andrew Worsley2017-08-281-4/+8
* w1: Add subsystem kernel public interfaceAndrew F. Davis2017-06-091-2/+1Star
* w1: Organize driver source to natural/common orderAndrew F. Davis2017-05-251-26/+19Star
* w1: enable active pullup for DS2482 by defaultMariusz Bialonczyk2016-05-011-0/+18
* w1: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-08-051-1/+0Star
* w1: ds2482: Add i2c module alias nameLudek Hlavacek2015-06-011-0/+1
* w1/masters: use pr_* instead of printkFjodor Schelichow2014-06-201-1/+1
* w1: ds2482: Added 1-Wire pull-up support to the driverMichael Arndt2013-02-181-6/+45
* w1/ds2482: use module_i2c_driver to simplify the codeWei Yongjun2012-10-251-12/+1Star
* w1: fix test in ds2482_wait_1wire_idle()Roel Kluin2010-03-131-1/+1
* ds2482: Discard obsolete detect methodJean Delvare2009-10-041-30/+5Star
* w1/ds2482: Convert to a new-style driverJean Delvare2008-07-161-60/+44Star
* i2c: normal_i2c can be made const (remaining drivers)Jean Delvare2008-01-271-1/+1
* [PATCH] w1: fix idle check loop in ds2482Ben Gardner2006-07-131-1/+1
* [PATCH] w1: Use mutexes instead of semaphores.Evgeniy Polyakov2006-06-221-12/+12
* [PATCH] W1: Add the DS2482 I2C-to-w1 bridge driver.Evgeniy Polyakov2006-03-241-0/+564