Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
855675f6e6a65688a7f4cf45b9b5a98cf6c6f5c3
/
drivers
/
w1
/
w1.c
fdc9167
w1: use pr_* instead of printk
by Fjodor Schelichow
· 10 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
· 11 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
· 12 years ago
dd0aa67
Revert "w1: introduce a slave mutex for serializing IO"
by Greg Kroah-Hartman
· 12 years ago
526be41
w1: cleanup w1_uevent
by Devendra Naga
· 12 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
· 13 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
40f91de
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
· 17 years ago
7b59575
sysfs: kill unnecessary attribute->owner
by Tejun Heo
· 17 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
db2d000
[PATCH] w1: Added inline functions on top of container_of().
by Evgeniy Polyakov
· 19 years ago
5e8eb85
[PATCH] w1: Fixed 64bit compilation warning.
by Evgeniy Polyakov
· 19 years ago
7f772ed
[PATCH] w1: hotplug support.
by Evgeniy Polyakov
· 19 years ago
2da5bf8
[PATCH] w1: more debug level decrease.
by Evgeniy Polyakov
· 19 years ago
0e65f82
[PATCH] w1: fix CRC calculation on bigendian platforms.
by Evgeniy Polyakov
· 19 years ago
3e1d1d2
[PATCH] Cleanup patch for process freezing
by Christoph Lameter
· 19 years ago
6adf87b
[PATCH] w1: reconnect feature.
by Evgeniy Polyakov
· 19 years ago
99c5bfe
[PATCH] w1: Adds a default family so that new slave families will show up in sysfs.
by Evgeniy Polyakov
· 19 years ago
2a9d0c1
[PATCH] w1: Adds a sysfs entry (w1_master_search) that allows you to disable/enable periodic searches.
by Evgeniy Polyakov
· 19 years ago
6b72986
[PATCH] w1: Added the triplet w1 master method and changes w1_search() to use it.
by Evgeniy Polyakov
· 19 years ago
ca775c6
[PATCH] w1: new family structure.
by Evgeniy Polyakov
· 19 years ago
7785925
[PATCH] w1: cleanups.
by Evgeniy Polyakov
· 19 years ago
060b884
[PATCH] Driver Core: drivers/usb/input/aiptek.c - drivers/zorro/zorro-sysfs.c: update device attribute callbacks
by Yani Ioannou
· 19 years ago
8523ff4
[PATCH] w1: real fix for big endian machines.
by johnpol@2ka.mipt.ru
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago