aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/w1/slaves (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-161-Wire: Add support for the maxim ds1825 temperature sensorRaphael Assenat1-0/+9
2012-06-13w1: Add 1-wire slave device driver for DS28E04-100Markus Franke3-0/+483
2012-06-13W1: split master mutex to avoid deadlocks.NeilBrown11-73/+41
2012-06-13Revert "w1: introduce a slave mutex for serializing IO"Greg Kroah-Hartman1-2/+2
2012-06-12w1: introduce a slave mutex for serializing IONeilBrown1-2/+2
2012-05-04w1: w1_ds2408.c: quite sparse noise about using plaing integer as NULL pointerH Hartley Sweeten1-2/+0
2012-04-29Revert "w1: Add 1-wire slave device driver for DS28E04-100"Greg Kroah-Hartman3-472/+0
2012-04-18w1: w1_ds28e04: unlock on error path in w1_f1C_write_pio()Dan Carpenter1-1/+3
2012-04-11w1: Add 1-wire slave device driver for DS28E04-100Markus Franke3-0/+470
2012-03-08DS2781 Maxim Stand-Alone Fuel Gauge battery and w1 slave driversRenata Sayakhova4-0/+351
2012-02-24w1_bq27000: Only one thread can access the bq27000 at a time.NeilBrown1-0/+2
2012-02-24w1_bq27000 - remove w1_bq27000_writeNeilBrown1-14/+0
2012-02-24w1_bq27000: remove unnecessary NULL test.NeilBrown1-3/+0
2012-02-15w1: Fix w1_bq27000NeilBrown1-5/+12
2011-11-17W1: w1_therm: release the bus during conversion on externally powered devicesMaciej Szmigiero1-5/+31
2011-11-02drivers/power/ds2780_battery.c: add a nolock function to w1 interfaceClifton Barnes2-13/+37
2011-11-02w1: ds2760 and ds2780, use ida for id and ida_simple_get() to get itJonathan Cameron2-84/+12
2011-08-25MAINTAINERS: Evgeniy has movedEvgeniy Polyakov2-4/+4
2011-08-25w1: fix for loop in w1_f29_remove_slave()Dan Carpenter1-1/+1
2011-07-26drivers/w1/slaves/w1_therm.c: add support for DS28EA00Christian Glindkamp1-0/+9
2011-05-26w1: add Maxim/Dallas DS2780 Stand-Alone Fuel Gauge IC supportClifton Barnes4-0/+360
2011-05-26w1: add 1-wire (w1) DS2408 8-Channel Addressable Switch supportJean-François Dagenais3-0/+410
2011-01-13w1: DS2423 counter driver and documentationMika Laitio3-0/+178
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright3-5/+5
2010-04-24w1: w1 temp: fix negative termperature calculationIan Dall1-3/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-0/+2
2009-06-08w1: ds2760_battery: add support for sleep mode featureDaniel Mack1-0/+5
2009-06-08w1: ds2760: add support for EEPROM read and writeDaniel Mack2-0/+32
2009-02-27w1: add missing Kconfig/Makefile entries for DS2431 slave driverHerton Ronaldo Krzesinski2-0/+7
2009-02-27w1_ds2433: clear the validcrc flag after a writeBen Gardner1-1/+6
2009-02-11w1: w1 temp calculation overflow fixIan Dall1-1/+1
2008-11-12hdq: bQ27000 HDQ Slave Interface DriverMadhusudhan Chikkature3-1/+131
2008-10-20x86: sysfs: kill owner field from attributeParag Warudkar1-1/+0
2008-10-16w1: new driver. DS2431 chipBernhard Weirich1-0/+312
2008-10-16W1: w1_therm consistent mutex access code cleanupDavid Fries1-1/+1
2008-10-16W1: w1_therm fix user buffer overflow and catDavid Fries1-35/+20
2008-10-16W1: feature, w1_therm.c use strong pullup and documentationDavid Fries1-2/+13
2008-02-06W1: w1_therm.c standardize units to millidegrees CDavid Fries1-1/+2
2008-01-22W1: w1_therm.c is flagging 0C etc as invalidDavid Fries1-1/+1
2008-01-22W1: w1_therm.c ds18b20 decode freezing temperatures correctlyDavid Fries1-1/+1
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-07-16Use menuconfig objects: W1Jan Engelhardt1-4/+0
2007-07-15git-battery vs git-acpiAndrew Morton1-2/+3
2007-07-15Power supply class and drivers: remove non obligatory return statementsAnton Vorontsov1-4/+0
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributesZhang Rui2-6/+11
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo2-2/+0
2007-07-10[BATTERY] ds2760 W1 slaveAnton Vorontsov4-0/+277
2007-06-28w1_therm_read_bin: don't call flush_signals()Evgeniy Polyakov1-5/+1
2007-02-12[PATCH] w1: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish1-3/+3
2006-12-13[PATCH] w1: Fix for kconfig entry typoEvgeniy Polyakov1-2/+2