aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/w1/slaves/w1_ds2760.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-11power: supply: ds2760_battery: merge ds2760 supply driver with its w1 slave companionDaniel Mack1-175/+0
2017-06-09w1: Add subsystem kernel public interfaceAndrew F. Davis1-3/+4
2017-05-25w1: Organize driver source to natural/common orderAndrew F. Davis1-6/+5
2016-08-02w1: add helper macro module_w1_familyAndrew F. Davis1-14/+1
2016-08-02w1: remove need for ida and use PLATFORM_DEVID_AUTOAndrew F. Davis1-23/+5
2014-06-19w1/slaves: use pr_* instead of printkFjodor Schelichow1-2/+1
2013-08-22w1: slaves: w1_ds2760: convert to use w1_family_ops.groupsGreg Kroah-Hartman1-17/+18
2013-06-03w1: add family based automatic module loadingAlexander Stein1-0/+1
2013-04-30drivers/w1/slaves/w1_ds2760.c: fix the error handling in w1_ds2760_add_slave()Wei Yongjun1-1/+2
2012-06-13W1: split master mutex to avoid deadlocks.NeilBrown1-4/+4
2011-11-02w1: ds2760 and ds2780, use ida for id and ida_simple_get() to get itJonathan Cameron1-42/+6
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-06-08w1: ds2760: add support for EEPROM read and writeDaniel Mack1-0/+30
2008-10-20x86: sysfs: kill owner field from attributeParag Warudkar1-1/+0
2007-07-15git-battery vs git-acpiAndrew Morton1-2/+3
2007-07-15Power supply class and drivers: remove non obligatory return statementsAnton Vorontsov1-4/+0
2007-07-10[BATTERY] ds2760 W1 slaveAnton Vorontsov1-0/+213