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