aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/w1/slaves/w1_ds2433.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-05w1: Constify static w1_family_ops structsRikard Falkeborn1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner1-3/+1
2017-06-09w1: Add subsystem kernel public interfaceAndrew F. Davis1-3/+3
2017-05-25w1: Organize driver source to natural/common orderAndrew F. Davis1-5/+5
2016-08-02w1: add helper macro module_w1_familyAndrew F. Davis1-13/+1
2013-08-22w1: slaves: w1_ds2433: convert to use w1_family_ops.groupsGreg Kroah-Hartman1-25/+22
2013-06-03w1: add family based automatic module loadingAlexander Stein1-0/+1
2012-06-13W1: split master mutex to avoid deadlocks.NeilBrown1-4/+4
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-2/+2
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-02-27w1_ds2433: clear the validcrc flag after a writeBen Gardner1-1/+6
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributesZhang Rui1-4/+6
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-1/+0
2006-12-07[PATCH] better CONFIG_W1_SLAVE_DS2433_CRC handlingEvgeniy Polyakov1-15/+15
2006-06-22[PATCH] w1: Use mutexes instead of semaphores.Evgeniy Polyakov1-16/+4
2006-06-22[PATCH] w1: Userspace communication protocol over connector.Evgeniy Polyakov1-1/+0
2006-03-23[PATCH] W1: Move w1 bus master code into 'w1/masters' and move w1 slave code into 'w1/slaves'Evgeniy Polyakov1-0/+329