summaryrefslogtreecommitdiffstats
path: root/drivers/w1/slaves/w1_ds2780.c
Commit message (Expand)AuthorAgeFilesLines
* w1: minor white-space and code style fixesKrzysztof Kozlowski2023-04-201-0/+1
* w1: Use kobj_to_dev()[RESEND]dongjian2021-03-241-1/+1
* w1: Constify static w1_family_ops structsRikard Falkeborn2020-10-051-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
* w1: Add subsystem kernel public interfaceAndrew F. Davis2017-06-091-3/+4
* w1: Organize driver source to natural/common orderAndrew F. Davis2017-05-251-1/+1
* w1: add helper macro module_w1_familyAndrew F. Davis2016-08-021-13/+1
* w1: remove need for ida and use PLATFORM_DEVID_AUTOAndrew F. Davis2016-08-021-21/+4
* w1: slaves: w1_ds2780: convert to use w1_family_ops.groupsGreg Kroah-Hartman2013-08-221-18/+18
* w1: add family based automatic module loadingAlexander Stein2013-06-031-0/+1
* drivers/w1/slaves/w1_ds2780.c: fix the error handling in w1_ds2780_add_slave()Wei Yongjun2013-04-301-1/+2
* W1: split master mutex to avoid deadlocks.NeilBrown2012-06-131-18/+4
* drivers/power/ds2780_battery.c: add a nolock function to w1 interfaceClifton Barnes2011-11-021-13/+35
* w1: ds2760 and ds2780, use ida for id and ida_simple_get() to get itJonathan Cameron2011-11-021-42/+6
* w1: add Maxim/Dallas DS2780 Stand-Alone Fuel Gauge IC supportClifton Barnes2011-05-261-0/+217