- 56813b2 w1: Add missing newline and fix typos in w1_bus_master comment by Thorsten Blum · 7 months ago
- a5251cd w1: make w1_bus_type const by Ricardo B. Marliere · 11 months ago
- b332af5 w1: Replace usage of found with dedicated list iterator variable by Jakob Koschel · 1 year, 8 months ago
- 51cbbcd w1: Add missing of_node_put() in w1.c by Liang He · 2 years, 7 months ago
- ecaed1a w1: no need to initialise statics to 0 by Jason Wang · 2 years, 8 months ago
- 83f3fcf w1: fix loop in w1_fini() by Dan Carpenter · 3 years, 8 months ago
- 9033ff4 w1: remove redundant initialization to variable result by Colin Ian King · 3 years, 5 months ago
- a8c4dda w1: Simplify the atribute show by zuoqilin · 3 years, 7 months ago
- 388f22f w1: Remove driver match function by Lizhe · 1 year, 10 months ago
- 2a81ada driver core: make struct bus_type.uevent() take a const * by Greg Kroah-Hartman · 2 years ago
- 36225a7 w1: fix WARNING after calling w1_process() by Yang Yingliang · 2 years, 1 month ago
- 25d5648 w1: fix deadloop in __w1_remove_master_device() by Yang Yingliang · 2 years, 1 month ago
- 48b7de6 w1/w1.c: w1 address crc quick for DS28E04 eeproms by Christian Vogel · 4 years ago
- 57de2df w1: Constify static w1_family_ops structs by Rikard Falkeborn · 4 years, 3 months ago
- 07f8569f w1: Constify struct w1_family_ops by Rikard Falkeborn · 4 years, 3 months ago
- c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
- fae6803 w1: core: match sub-nodes of bus masters in devicetree by Daniel Mack · 6 years ago
- 065c095 1wire: family module autoload fails because of upper/lower case mismatch. by Ingo Flaschberger · 7 years ago
- 0ec4eb7 w1: use put_device() if device_register() fail by Arvind Yadav · 7 years ago
- 2eb7954 drivers: w1: add hwmon support structures by Jaghathiswari Rankappagounder Natarajan · 7 years ago
- f688753 drivers: w1: Add 1w slave driver for DS28E05 EEPROM by Andrew Worsley · 7 years ago
- a890d56 w1: constify attribute_group structures. by Arvind Yadav · 7 years ago
- 2c927c0 w1: Fix slave count on 1-Wire bus (resend) by Alex A. Mihaylov · 8 years ago
- de0d6db w1: Add subsystem kernel public interface by Andrew F. Davis · 8 years ago
- 50fa295 w1: Organize driver source to natural/common order by Andrew F. Davis · 8 years ago
- 91bd285 w1: Remove unneeded use of assert() and remove w1_log.h by Andrew F. Davis · 8 years ago
- 8a0934b w1: Fixup source file headers by Andrew F. Davis · 8 years ago
- d2ce4ea w1: don't leak refcount on slave attach failure in w1_attach_slave_device() by Maciej S. Szmigiero · 8 years ago
- a46b195 w1: fix timeout_us parameter description by Wei Yongjun · 8 years ago
- b9c11a2 w1: silence an uninitialized variable warning by Dan Carpenter · 9 years ago
- cf09d64 w1: w1_process() is not freezable kthread by Jiri Kosina · 9 years ago
- c309835 w1: introduce an ability to specify microseconds bus scanning intervals by Dmitry Khromov · 10 years ago
- 4b7e4f8 w1: support auto-load of w1_bq27000 module. by NeilBrown · 10 years ago
- fdc9167 w1: use pr_* instead of printk by Fjodor Schelichow · 11 years ago
- a0f1046 w1: do not unlock unheld list_mutex in __w1_remove_master_device() by Alexey Khoroshilov · 11 years ago
- 18d7f89 w1: avoid recursive device_add by David Fries · 11 years ago
- a7155f4 w1: small type cleanup in sysfs by Dan Carpenter · 11 years ago
- b3be177 w1: format for DocBook and fixes by David Fries · 11 years ago
- 9fcbbac w1: process w1 netlink commands in w1_process thread by David Fries · 11 years ago
- 70b34d2 w1: new netlink commands, add/remove/list slaves by David Fries · 11 years ago
- 3c6955e w1: continue slave search where previous left off by David Fries · 11 years ago
- a161305 w1: increase w1_max_slave_count, allow write access by David Fries · 11 years ago
- af8c723 w1: Only wake up the search process if it is going to be searching by David Fries · 11 years ago
- 4210569 w1: fixup search to support abort from netlink by David Fries · 11 years ago
- bb67093 drivers: w1: make w1_slave::flags long to avoid memory corruption by Michal Nazarewicz · 11 years ago
- bc04d76 w1 - call request_module with w1 master mutex unlocked by Hans-Frieder Vogt · 11 years ago
- 2962aec w1 - fix fops in w1_bus_notify by Hans-Frieder Vogt · 11 years ago
- bf4228f drivers/w1/w1.c: replace strict_strtol() with kstrtol() by Jingoo Han · 11 years ago
- 36c27a6 w1: add attribute groups to struct w1_family_ops by Greg Kroah-Hartman · 11 years ago
- 5b187b3 w1: use default attribute groups for w1 slave devices by Greg Kroah-Hartman · 11 years ago
- 47eba33 w1: remove race with sysfs file creation by Greg Kroah-Hartman · 11 years ago
- 8d7bda5 w1: add family based automatic module loading by Alexander Stein · 12 years ago
- 9d1817c w1: fix oops when w1_search is called from netlink connector by Marcin Jurkowski · 12 years ago
- 2c9e9fd w1: remove CONFIG_HOTPLUG ifdefs by Bill Pemberton · 12 years ago
- b02f8be W1: split master mutex to avoid deadlocks. by NeilBrown · 13 years ago
- dd0aa67 Revert "w1: introduce a slave mutex for serializing IO" by Greg Kroah-Hartman · 13 years ago
- 526be41 w1: cleanup w1_uevent by Devendra Naga · 13 years ago
- 59d4467 w1: introduce a slave mutex for serializing IO by NeilBrown · 13 years ago
- ecf1948 w1: fix slave driver registration error message by Dmitry Artamonow · 13 years ago
- c9cbf55 w1: add fast search for single slave bus by Evgeniy Polyakov · 13 years ago
- a801876 MAINTAINERS: Evgeniy has moved by Evgeniy Polyakov · 13 years ago
- 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
- 963bb10 w1: have netlink search update kernel list by David Fries · 14 years ago
- 12aa4c6 w1: don't allow arbitrary users to remove w1 devices by Brian Swetland · 14 years ago
- 2c3c8be sysfs: add struct file* to bin_attr callbacks by Chris Wright · 15 years ago
- 73a98fc w1: add __init/__exit macros to w1.c by Peter Huewe · 15 years ago
- 40f91de6 w1: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
- 7dc8f52 W1: w1.c s/printk/dev_dbg/ by David Fries · 16 years ago
- 07e0034 W1: w1_slave_read_id read bug, use device_attribute by David Fries · 16 years ago
- cd7b28d W1: recode w1_slave_found logic by David Fries · 16 years ago
- 9b46741 W1: be able to manually add and remove slaves by David Fries · 16 years ago
- 6a158c0 W1: feature, enable hardware strong pullup by David Fries · 16 years ago
- 3c52e4e W1: w1_process, block or sleep by David Fries · 16 years ago
- 01e14d6 W1: don't delay search start by David Fries · 16 years ago
- 0d671b2 W1: abort search early on on exit by David Fries · 16 years ago
- c30c9b1 W1: fix deadlocks and remove w1_control_thread by David Fries · 16 years ago
- 18a2354 w1: remove unused and confusing variable. by Evgeniy Polyakov · 17 years ago
- a2a6c74 w1: decrement slave counter only in ->release() callback by Evgeniy Polyakov · 17 years ago
- 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 17 years ago
- d1cf16c missing null termination in one wire uevent by Stephen Hemminger · 17 years ago
- dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 17 years ago
- 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
- 91a6902 sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributes by Zhang Rui · 18 years ago
- 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 18 years ago
- 60ed34b W1 printk format warning fix by Evgeniy Polyakov · 18 years ago
- 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
- c6976a4 [PATCH] w1: warning fix by Andrew Morton · 19 years ago
- 2c5bfda [PATCH] W1: cleanups by Evgeniy Polyakov · 19 years ago
- abd52a1 [PATCH] w1: Use mutexes instead of semaphores. by Evgeniy Polyakov · 19 years ago
- 1200337 [PATCH] w1: Userspace communication protocol over connector. by Evgeniy Polyakov · 19 years ago
- f522d23 [PATCH] w1: Added default generic read/write operations. by Evgeniy Polyakov · 19 years ago
- 674a396c [PATCH] w1: use kthread api. by Evgeniy Polyakov · 19 years ago
- f73b5e7 [PATCH] W1: u64 is not long long by Andrew Morton · 19 years ago
- a9fb1c7 [PATCH] w1: misc cleanups by Adrian Bunk · 19 years ago
- ccd6994 [PATCH] W1: Change the type 'unsigned long' member of 'struct w1_bus_master' to 'void *'. by Evgeniy Polyakov · 19 years ago
- 312c004 [PATCH] driver core: replace "hotplug" by "uevent" by Kay Sievers · 19 years ago
- 2d1f87a [PATCH] Dallas's 1-wire bus compile error by Evgeniy Polyakov · 19 years ago
- 7c8f570 [PATCH] w1: Decreased debug level. by Evgeniy Polyakov · 19 years ago
- 3aca692 [PATCH] w1: Detouching bug fixed. by Evgeniy Polyakov · 19 years ago
- d2a4ef6 [PATCH] w1: Added add/remove slave callbacks. by Evgeniy Polyakov · 19 years ago