summaryrefslogtreecommitdiffstats
path: root/drivers/w1
AgeCommit message (Expand)AuthorLines
2009-01-08w1: send status messages after command processingEvgeniy Polyakov-8/+47
2009-01-08w1: added w1 reset commandEvgeniy Polyakov-0/+4
2009-01-08w1: move w1 commands from defines to enumEvgeniy Polyakov-5/+8
2009-01-08w1: allow master IO commandsEvgeniy Polyakov-65/+77
2009-01-08w1: list slaves commandsEvgeniy Polyakov-17/+85
2009-01-08w1: add touch block commandEvgeniy Polyakov-4/+35
2009-01-08w1: add list masters w1 commandEvgeniy Polyakov-0/+57
2009-01-08w1: add 1-wire master driver for i.MX27 / i.MX31Sascha Hauer-0/+219
2009-01-06w1: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers-12/+10
2008-12-23w1: fix slave selection on big-endian systemsEvgeniy Polyakov-1/+3
2008-11-30W1_MASTER_DS1WM should depend on HAVE_CLKAl Viro-1/+1
2008-11-19W1 OMAP: Fix OMAP LDP boot crashStanley.Miao-5/+5
2008-11-12hdq: bQ27000 HDQ Slave Interface DriverMadhusudhan Chikkature-1/+131
2008-11-12hdq driver for OMAP2430/3430Madhusudhan Chikkature-0/+733
2008-11-12w1: export w1_read_8 functionMadhusudhan Chikkature-1/+3
2008-10-20x86: sysfs: kill owner field from attributeParag Warudkar-1/+0
2008-10-16w1: new driver. DS2431 chipBernhard Weirich-0/+313
2008-10-16W1: ds2490.c optimize ds_set_pullupDavid Fries-19/+45
2008-10-16W1: ds2490.c ds_write_block remove extra ds_wait_statusDavid Fries-2/+0
2008-10-16W1: ds2490.c magic number workDavid Fries-4/+12
2008-10-16W1: ds2490.c reset ds2490 in initDavid Fries-0/+21
2008-10-16W1: ds2490.c ds_reset remove ds_wait_statusDavid Fries-13/+2
2008-10-16W1: ds2490.c ds_dump_status reworkDavid Fries-50/+84
2008-10-16W1: ds2490.c simplify and fix ds_touch_bitDavid Fries-17/+4
2008-10-16W1: ds2490.c disable bit read and writeDavid Fries-7/+18
2008-10-16W1: ds2490.c ds_write_bit, grouping error, disable readbackDavid Fries-1/+6
2008-10-16W1: ds2490.c add support for strong pullupDavid Fries-38/+38
2008-10-16W1: ds2490.c correct print messageDavid Fries-1/+2
2008-10-16W1: ds1wm.c msleep for resetDavid Fries-1/+3
2008-10-16W1: w1_io.c reset comments and msleepDavid Fries-1/+13
2008-10-16W1: w1.c s/printk/dev_dbg/David Fries-3/+3
2008-10-16W1: w1_int.c use first available master numberDavid Fries-6/+26
2008-10-16W1: w1_therm consistent mutex access code cleanupDavid Fries-1/+1
2008-10-16W1: w1_family, remove unused variable need_exitDavid Fries-7/+1
2008-10-16W1: w1_therm fix user buffer overflow and catDavid Fries-36/+20
2008-10-16W1: w1_slave_read_id read bug, use device_attributeDavid Fries-25/+10
2008-10-16W1: new module parameter search_countDavid Fries-1/+3
2008-10-16W1: recode w1_slave_found logicDavid Fries-20/+6
2008-10-16W1: be able to manually add and remove slavesDavid Fries-1/+137
2008-10-16W1: feature, w1_therm.c use strong pullup and documentationDavid Fries-2/+13
2008-10-16W1: feature, enable hardware strong pullupDavid Fries-5/+131
2008-10-16W1: w1_process, block or sleepDavid Fries-9/+17
2008-10-16W1: don't delay search startDavid Fries-22/+23
2008-10-16W1: abort search early on on exitDavid Fries-0/+5
2008-10-16W1: fix deadlocks and remove w1_control_threadDavid Fries-122/+71
2008-07-16w1/ds2482: Convert to a new-style driverJean Delvare-60/+44
2008-04-30drivers: replace remaining __FUNCTION__ occurrencesHarvey Harrison-1/+1
2008-03-04ds1wm: report bus reset errorAnton Vorontsov-9/+9
2008-03-04ds1wm: should check for IS_ERR(clk) instead of NULLAnton Vorontsov-2/+3
2008-02-07DS1WM: decouple host IRQ and INTR active state settingsPhilipp Zabel-4/+5