aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/w1/masters/ds2482.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-13w1: ds2482: Switch back to use struct i2c_driver's .probe()Uwe Kleine-König1-1/+1
2023-04-20w1: ds2482: do not use assignment in if conditionKrzysztof Kozlowski1-1/+2
2023-04-20w1: ds2482: drop unnecessary headerKrzysztof Kozlowski1-1/+0
2023-04-20w1: use octal for file permissionsKrzysztof Kozlowski1-1/+1
2023-04-20w1: minor white-space and code style fixesKrzysztof Kozlowski1-4/+2
2023-04-20w1: ds2482: add i2c id for DS2484Stefan Wahren1-0/+1
2023-03-09w1: ds2482: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-2/+1
2021-05-26w1: ds2482: fix kernel-doc syntax in fileAditya Srivastava1-47/+47
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...Andrew 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