Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
fc497ed8361f34e465f31e9babcb88efe38fe433
/
drivers
/
w1
/
slaves
0a19f12
w1: add ability to set (SRAM) and store (EEPROM) configuration for temp sensors like DS18B20
by Ben Sen
· 9 years ago
424cfde
power: bq27xxx_battery: Platform initialization must declare a device
by Andrew F. Davis
· 9 years ago
081bab2
power: bq27x00_battery: Renaming for consistency
by Andrew F. Davis
· 9 years ago
0c6d5c8
w1: use correct lock on error in w1_seq_show()
by Dan Carpenter
· 9 years ago
a14ef24
w1: fix for loop exit condition in w1_seq_show()
by Dan Carpenter
· 9 years ago
d9411e5
w1: Add support for DS28EA00 sequence to w1-therm
by Matt Campbell
· 10 years ago
f7134ee
w1_therm reference count family data
by David Fries
· 10 years ago
4b7e4f8
w1: support auto-load of w1_bq27000 module.
by NeilBrown
· 10 years ago
6b5fa77
w1: select crc16 library for ds2406
by Arnd Bergmann
· 10 years ago
ea022ea
w1/slaves: use pr_* instead of printk
by Fjodor Schelichow
· 10 years ago
94859308
w1: new w1_ds2406 driver
by Scott Alfter
· 10 years ago
adffe4a
w1: Remove excess dependencies on W1 for masters and slaves
by Alexander Shiyan
· 11 years ago
eb2c0da
w1: use family_data instead of rom in w1_slave
by David Fries
· 11 years ago
eefafb7
w1: slaves: w1_ds2781: convert to use w1_family_ops.groups
by Greg Kroah-Hartman
· 11 years ago
0597129
w1: slaves: w1_ds2760: convert to use w1_family_ops.groups
by Greg Kroah-Hartman
· 11 years ago
9365261
w1: slaves: w1_ds2780: convert to use w1_family_ops.groups
by Greg Kroah-Hartman
· 11 years ago
fa33a65
w1: slaves: w1_ds28e04: convert to use w1_family_ops.groups
by Greg Kroah-Hartman
· 11 years ago
38f4098
w1: slaves: w1_ds2433: convert to use w1_family_ops.groups
by Greg Kroah-Hartman
· 11 years ago
b3c6061
w1: slaves: w1_ds2431: convert to use w1_family_ops.groups
by Greg Kroah-Hartman
· 11 years ago
94c9e6d
w1: slaves: w1_ds2423: convert to use w1_family_ops.groups
by Greg Kroah-Hartman
· 11 years ago
729fb9d
w1: slaves: w1_ds2413.c: convert to use w1_family_ops.groups
by Greg Kroah-Hartman
· 11 years ago
32ea417
w1: slaves: w1_ds2408: convert to use w1_family_ops.groups
by Greg Kroah-Hartman
· 11 years ago
b8a9f44
w1: slaves: w1_therm: convert to use w1_family_ops.groups
by Greg Kroah-Hartman
· 11 years ago
d552877
drivers/w1/slaves/w1_ds2408.c: add magic sequence to disable P0 test mode
by Jean-Francois Dagenais
· 11 years ago
8d7bda5
w1: add family based automatic module loading
by Alexander Stein
· 11 years ago
4d10e0f
drivers/w1/slaves/w1_ds2760.c: fix the error handling in w1_ds2760_add_slave()
by Wei Yongjun
· 12 years ago
c28d6f2
drivers/w1/slaves/w1_ds2781.c: fix the error handling in w1_ds2781_add_slave()
by Wei Yongjun
· 12 years ago
c5cfedf
drivers/w1/slaves/w1_ds2780.c: fix the error handling in w1_ds2780_add_slave()
by Wei Yongjun
· 12 years ago
0ece1bb
drivers/w1/slaves/w1_bq27000.c: fix the error handling in w1_bq27000_add_slave()
by Wei Yongjun
· 12 years ago
1116575
w1: ds2408: use ARRAY_SIZE instead of hard-coded number
by Jean-Francois Dagenais
· 12 years ago
aceca28
w1: ds2408: make value read-back check a Kconfig option
by Jean-Francois Dagenais
· 12 years ago
31b4ca3
w1: add support for DS2413 Dual Channel Addressable Switch
by Mariusz Bialonczyk
· 12 years ago
29e5507
w1: w1_therm: Add force-pullup option for "broken" sensors
by Michael Arndt
· 12 years ago
867ff98
w1_therm: Retries: remove old code add CRC
by David Stevenson
· 12 years ago
f3261df
1-Wire: Add support for the maxim ds1825 temperature sensor
by Raphael Assenat
· 12 years ago
fbf7f7b
w1: Add 1-wire slave device driver for DS28E04-100
by Markus Franke
· 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
59d4467
w1: introduce a slave mutex for serializing IO
by NeilBrown
· 13 years ago
4ae68e7
w1: w1_ds2408.c: quite sparse noise about using plaing integer as NULL pointer
by H Hartley Sweeten
· 13 years ago
c0a6720
Revert "w1: Add 1-wire slave device driver for DS28E04-100"
by Greg Kroah-Hartman
· 13 years ago
eda70f1
w1: w1_ds28e04: unlock on error path in w1_f1C_write_pio()
by Dan Carpenter
· 13 years ago
f19420c
w1: Add 1-wire slave device driver for DS28E04-100
by Markus Franke
· 13 years ago
fef37e9
DS2781 Maxim Stand-Alone Fuel Gauge battery and w1 slave drivers
by Renata Sayakhova
· 13 years ago
f6e8a1d
w1_bq27000: Only one thread can access the bq27000 at a time.
by NeilBrown
· 13 years ago
df7019f
w1_bq27000 - remove w1_bq27000_write
by NeilBrown
· 13 years ago
b6c40b8
w1_bq27000: remove unnecessary NULL test.
by NeilBrown
· 13 years ago
9f3519d
w1: Fix w1_bq27000
by NeilBrown
· 13 years ago
377195c
W1: w1_therm: release the bus during conversion on externally powered devices
by Maciej Szmigiero
· 13 years ago
9fe678f
drivers/power/ds2780_battery.c: add a nolock function to w1 interface
by Clifton Barnes
· 13 years ago
3e54281
w1: ds2760 and ds2780, use ida for id and ida_simple_get() to get it
by Jonathan Cameron
· 13 years ago
a801876
MAINTAINERS: Evgeniy has moved
by Evgeniy Polyakov
· 13 years ago
5829944
w1: fix for loop in w1_f29_remove_slave()
by Dan Carpenter
· 13 years ago
f7b1371
drivers/w1/slaves/w1_therm.c: add support for DS28EA00
by Christian Glindkamp
· 13 years ago
275ac74
w1: add Maxim/Dallas DS2780 Stand-Alone Fuel Gauge IC support
by Clifton Barnes
· 13 years ago
8961027
w1: add 1-wire (w1) DS2408 8-Channel Addressable Switch support
by Jean-François Dagenais
· 13 years ago
17fecb5
w1: DS2423 counter driver and documentation
by Mika Laitio
· 14 years ago
2c3c8be
sysfs: add struct file* to bin_attr callbacks
by Chris Wright
· 14 years ago
9a6a1ec
w1: w1 temp: fix negative termperature calculation
by Ian Dall
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
cef437e
w1: ds2760_battery: add support for sleep mode feature
by Daniel Mack
· 16 years ago
0b47b57
w1: ds2760: add support for EEPROM read and write
by Daniel Mack
· 16 years ago
8ca2f15
w1: add missing Kconfig/Makefile entries for DS2431 slave driver
by Herton Ronaldo Krzesinski
· 16 years ago
dca1714
w1_ds2433: clear the validcrc flag after a write
by Ben Gardner
· 16 years ago
507e2fb
w1: w1 temp calculation overflow fix
by Ian Dall
· 16 years ago
cfbc619
hdq: bQ27000 HDQ Slave Interface Driver
by Madhusudhan Chikkature
· 16 years ago
01e8ef1
x86: sysfs: kill owner field from attribute
by Parag Warudkar
· 16 years ago
d827367
w1: new driver. DS2431 chip
by Bernhard Weirich
· 16 years ago
e0d29c7
W1: w1_therm consistent mutex access code cleanup
by David Fries
· 16 years ago
347ba8a
W1: w1_therm fix user buffer overflow and cat
by David Fries
· 16 years ago
6cd1597
W1: feature, w1_therm.c use strong pullup and documentation
by David Fries
· 16 years ago
7129b12
W1: w1_therm.c standardize units to millidegrees C
by David Fries
· 17 years ago
80c002d
W1: w1_therm.c is flagging 0C etc as invalid
by David Fries
· 17 years ago
941ed3b
W1: w1_therm.c ds18b20 decode freezing temperatures correctly
by David Fries
· 17 years ago
dd00cc4
some kmalloc/memset ->kzalloc (tree wide)
by Yoann Padioleau
· 17 years ago
012bfdf
Use menuconfig objects: W1
by Jan Engelhardt
· 17 years ago
0909fca
git-battery vs git-acpi
by Andrew Morton
· 17 years ago
7b3d54a
Power supply class and drivers: remove non obligatory return statements
by Anton Vorontsov
· 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
d7ce6d1
[BATTERY] ds2760 W1 slave
by Anton Vorontsov
· 18 years ago
33e44b1
w1_therm_read_bin: don't call flush_signals()
by Evgeniy Polyakov
· 17 years ago
9d0094d
[PATCH] w1: Use ARRAY_SIZE macro when appropriate
by Ahmed S. Darwish
· 18 years ago
89040b2
[PATCH] w1: Fix for kconfig entry typo
by Evgeniy Polyakov
· 18 years ago
e9d55f9
[PATCH] better CONFIG_W1_SLAVE_DS2433_CRC handling
by Evgeniy Polyakov
· 18 years ago
f6a5703
[PATCH] severing module.h->sched.h
by Al Viro
· 18 years ago
f621e1c
[PATCH] W1: fix dependencies of W1_SLAVE_DS2433_CRC
by Jean-Luc Leger
· 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
bd529cf
[PATCH] W1: Move w1 bus master code into 'w1/masters' and move w1 slave code into 'w1/slaves'
by Evgeniy Polyakov
· 19 years ago