index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
w1
/
slaves
/
w1_ds2433.c
Age
Commit message (
Expand
)
Author
2023-12-20
w1: ds2433: add support for ds28ec20 eeprom
Marc Ferland
2023-12-20
w1: ds2433: use the kernel bitmap implementation
Marc Ferland
2023-12-20
w1: ds2433: introduce a configuration structure
Marc Ferland
2023-12-20
w1: ds2433: remove unused definitions
Marc Ferland
2023-04-20
w1: ds2433: do not use assignment in if condition
Krzysztof Kozlowski
2023-04-20
w1: minor white-space and code style fixes
Krzysztof Kozlowski
2023-04-20
w1: ds2433: correct kerneldoc annotation
Krzysztof Kozlowski
2020-10-05
w1: Constify static w1_family_ops structs
Rikard Falkeborn
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230
Thomas Gleixner
2017-06-09
w1: Add subsystem kernel public interface
Andrew F. Davis
2017-05-25
w1: Organize driver source to natural/common order
Andrew F. Davis
2016-08-02
w1: add helper macro module_w1_family
Andrew F. Davis
2013-08-22
w1: slaves: w1_ds2433: convert to use w1_family_ops.groups
Greg Kroah-Hartman
2013-06-03
w1: add family based automatic module loading
Alexander Stein
2012-06-13
W1: split master mutex to avoid deadlocks.
NeilBrown
2010-05-21
sysfs: add struct file* to bin_attr callbacks
Chris Wright
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2009-02-27
w1_ds2433: clear the validcrc flag after a write
Ben Gardner
2007-07-19
some kmalloc/memset ->kzalloc (tree wide)
Yoann Padioleau
2007-07-11
sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...
Zhang Rui
2007-07-11
sysfs: kill unnecessary attribute->owner
Tejun Heo
2006-12-07
[PATCH] better CONFIG_W1_SLAVE_DS2433_CRC handling
Evgeniy Polyakov
2006-06-22
[PATCH] w1: Use mutexes instead of semaphores.
Evgeniy Polyakov
2006-06-22
[PATCH] w1: Userspace communication protocol over connector.
Evgeniy Polyakov
2006-03-23
[PATCH] W1: Move w1 bus master code into 'w1/masters' and move w1 slave code ...
Evgeniy Polyakov