summaryrefslogtreecommitdiffstats
path: root/drivers/w1/masters/ds2482.c
Commit message (Expand)AuthorAgeFilesLines
* w1: ds2482: Switch back to use struct i2c_driver's .probe()Uwe Kleine-König2023-09-131-1/+1
* w1: ds2482: do not use assignment in if conditionKrzysztof Kozlowski2023-04-201-1/+2
* w1: ds2482: drop unnecessary headerKrzysztof Kozlowski2023-04-201-1/+0
* w1: use octal for file permissionsKrzysztof Kozlowski2023-04-201-1/+1
* w1: minor white-space and code style fixesKrzysztof Kozlowski2023-04-201-4/+2
* w1: ds2482: add i2c id for DS2484Stefan Wahren2023-04-201-0/+1
* w1: ds2482: Convert to i2c's .probe_new()Uwe Kleine-König2023-03-091-3/+2
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-2/+1
* w1: ds2482: fix kernel-doc syntax in fileAditya Srivastava2021-05-261-47/+47
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-4/+1
* w1: ds2482: cosmetic fixes after 54865314f5a1Mariusz Bialonczyk2019-03-281-7/+11
* 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/+1
* w1: Organize driver source to natural/common orderAndrew F. Davis2017-05-251-26/+19
* w1: enable active pullup for DS2482 by defaultMariusz Bialonczyk2016-05-011-0/+18
* w1: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-08-051-1/+0
* w1: ds2482: Add i2c module alias nameLudek Hlavacek2015-06-011-0/+1
* w1/masters: use pr_* instead of printkFjodor Schelichow2014-06-191-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-241-12/+1
* w1: fix test in ds2482_wait_1wire_idle()Roel Kluin2010-03-121-1/+1
* ds2482: Discard obsolete detect methodJean Delvare2009-10-041-30/+5
* w1/ds2482: Convert to a new-style driverJean Delvare2008-07-161-60/+44
* 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-121-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-231-0/+564