summaryrefslogtreecommitdiffstats
path: root/drivers/w1/slaves/w1_ds2433.c
Commit message (Expand)AuthorAgeFilesLines
* w1: Constify static w1_family_ops structsRikard Falkeborn2020-10-051-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner2019-06-191-3/+1
* w1: Add subsystem kernel public interfaceAndrew F. Davis2017-06-091-3/+3
* w1: Organize driver source to natural/common orderAndrew F. Davis2017-05-251-5/+5
* w1: add helper macro module_w1_familyAndrew F. Davis2016-08-021-13/+1
* w1: slaves: w1_ds2433: convert to use w1_family_ops.groupsGreg Kroah-Hartman2013-08-221-25/+22
* w1: add family based automatic module loadingAlexander Stein2013-06-031-0/+1
* W1: split master mutex to avoid deadlocks.NeilBrown2012-06-131-4/+4
* sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-211-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* w1_ds2433: clear the validcrc flag after a writeBen Gardner2009-02-271-1/+6
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1
* sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Zhang Rui2007-07-111-4/+6
* sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-111-1/+0
* [PATCH] better CONFIG_W1_SLAVE_DS2433_CRC handlingEvgeniy Polyakov2006-12-071-15/+15
* [PATCH] w1: Use mutexes instead of semaphores.Evgeniy Polyakov2006-06-221-16/+4
* [PATCH] w1: Userspace communication protocol over connector.Evgeniy Polyakov2006-06-221-1/+0
* [PATCH] W1: Move w1 bus master code into 'w1/masters' and move w1 slave code ...Evgeniy Polyakov2006-03-231-0/+329