aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/w1/w1.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-13W1: split master mutex to avoid deadlocks.NeilBrown1-1/+8
2012-06-13Revert "w1: introduce a slave mutex for serializing IO"Greg Kroah-Hartman1-1/+0
2012-06-12w1: cleanup w1_ueventDevendra Naga1-8/+6
2012-06-12w1: introduce a slave mutex for serializing IONeilBrown1-0/+1
2012-04-09w1: fix slave driver registration error messageDmitry Artamonow1-1/+1
2011-12-09w1: add fast search for single slave busEvgeniy Polyakov1-0/+10
2011-08-25MAINTAINERS: Evgeniy has movedEvgeniy Polyakov1-2/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-05-26w1: have netlink search update kernel listDavid Fries1-3/+9
2010-10-27w1: don't allow arbitrary users to remove w1 devicesBrian Swetland1-4/+4
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-2/+2
2010-02-05w1: add __init/__exit macros to w1.cPeter Huewe1-2/+2
2009-01-06w1: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-10/+9
2008-10-16W1: w1.c s/printk/dev_dbg/David Fries1-3/+3
2008-10-16W1: w1_slave_read_id read bug, use device_attributeDavid Fries1-25/+10
2008-10-16W1: recode w1_slave_found logicDavid Fries1-20/+6
2008-10-16W1: be able to manually add and remove slavesDavid Fries1-1/+137
2008-10-16W1: feature, enable hardware strong pullupDavid Fries1-1/+39
2008-10-16W1: w1_process, block or sleepDavid Fries1-3/+17
2008-10-16W1: don't delay search startDavid Fries1-13/+6
2008-10-16W1: abort search early on on exitDavid Fries1-0/+5
2008-10-16W1: fix deadlocks and remove w1_control_threadDavid Fries1-112/+34
2008-02-06w1: remove unused and confusing variable.Evgeniy Polyakov1-4/+0
2008-01-14w1: decrement slave counter only in ->release() callbackEvgeniy Polyakov1-4/+2
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-12/+7
2007-09-25missing null termination in one wire ueventStephen Hemminger1-0/+1
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-0/+1
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributesZhang Rui1-3/+9
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-2/+0
2007-05-08W1 printk format warning fixEvgeniy Polyakov1-1/+1
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-0/+1
2006-06-22[PATCH] w1: warning fixAndrew Morton1-6/+13
2006-06-22[PATCH] W1: cleanupsEvgeniy Polyakov1-2/+4
2006-06-22[PATCH] w1: Use mutexes instead of semaphores.Evgeniy Polyakov1-75/+39
2006-06-22[PATCH] w1: Userspace communication protocol over connector.Evgeniy Polyakov1-44/+93
2006-06-22[PATCH] w1: Added default generic read/write operations.Evgeniy Polyakov1-1/+68
2006-03-23[PATCH] w1: use kthread api.Evgeniy Polyakov1-40/+16
2006-03-23[PATCH] W1: u64 is not long longAndrew Morton1-2/+5
2006-03-23[PATCH] w1: misc cleanupsAdrian Bunk1-2/+4
2006-03-23[PATCH] W1: Change the type 'unsigned long' member of 'struct w1_bus_master' to 'void *'.Evgeniy Polyakov1-4/+4
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers1-7/+7
2005-10-14[PATCH] Dallas's 1-wire bus compile errorEvgeniy Polyakov1-2/+1
2005-09-08[PATCH] w1: Decreased debug level.Evgeniy Polyakov1-6/+4
2005-09-08[PATCH] w1: Detouching bug fixed.Evgeniy Polyakov1-44/+49
2005-09-08[PATCH] w1: Added add/remove slave callbacks.Evgeniy Polyakov1-54/+67
2005-09-08[PATCH] w1: Added inline functions on top of container_of().Evgeniy Polyakov1-12/+10
2005-09-08[PATCH] w1: Fixed 64bit compilation warning.Evgeniy Polyakov1-1/+1
2005-09-08[PATCH] w1: hotplug support.Evgeniy Polyakov1-11/+79
2005-08-12[PATCH] w1: more debug level decrease.Evgeniy Polyakov1-1/+1