aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/w1/masters/ds2482.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-4/+1
2019-03-28w1: ds2482: cosmetic fixes after 54865314f5a1Mariusz Bialonczyk1-7/+11
2018-07-03w1: ds2482: make module parameter extra_config staticColin Ian King1-1/+1
2017-08-28drivers: w1: Extend 1W master driver DS2482 with module option to support PPM/SPU/1WS featuresAndrew Worsley1-4/+8
2017-06-09w1: Add subsystem kernel public interfaceAndrew F. Davis1-2/+1
2017-05-25w1: Organize driver source to natural/common orderAndrew F. Davis1-26/+19
2016-05-01w1: enable active pullup for DS2482 by defaultMariusz Bialonczyk1-0/+18
2015-08-05w1: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-06-01w1: ds2482: Add i2c module alias nameLudek Hlavacek1-0/+1
2014-06-19w1/masters: use pr_* instead of printkFjodor Schelichow1-1/+1
2013-02-18w1: ds2482: Added 1-Wire pull-up support to the driverMichael Arndt1-6/+45
2012-10-24w1/ds2482: use module_i2c_driver to simplify the codeWei Yongjun1-12/+1
2010-03-12w1: fix test in ds2482_wait_1wire_idle()Roel Kluin1-1/+1
2009-10-04ds2482: Discard obsolete detect methodJean Delvare1-30/+5
2008-07-16w1/ds2482: Convert to a new-style driverJean Delvare1-60/+44
2008-01-27i2c: normal_i2c can be made const (remaining drivers)Jean Delvare1-1/+1
2006-07-12[PATCH] w1: fix idle check loop in ds2482Ben Gardner1-1/+1
2006-06-22[PATCH] w1: Use mutexes instead of semaphores.Evgeniy Polyakov1-12/+12
2006-03-23[PATCH] W1: Add the DS2482 I2C-to-w1 bridge driver.Evgeniy Polyakov1-0/+564