summaryrefslogtreecommitdiff
path: root/drivers/w1
AgeCommit message (Expand)Author
2009-06-12trivial: Kconfig: .ko is normally not included in module namesPavel Machek
2009-04-05mfd: remove DS1WM clock handlingPhilipp Zabel
2009-04-05mfd: convert DS1WM to use MFD corePhilipp Zabel
2009-04-02w1: coding style cleanups in w1_io.cDaniel Mack
2009-03-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tmli...Russell King
2009-03-19Merge branch 'omap-clks3' into develRussell King
2009-03-13[ARM] MXC: remove _clk suffix from clock namesSascha Hauer
2009-03-12drivers/w1/masters/w1-gpio.c: fix read_bit()Daniel Mack
2009-02-27w1: add missing Kconfig/Makefile entries for DS2431 slave driverHerton Ronaldo Krzesinski
2009-02-27w1_ds2433: clear the validcrc flag after a writeBen Gardner
2009-02-11w1: w1 temp calculation overflow fixIan Dall
2009-02-08[ARM] omap: w1: convert omap HDQ clocks to match by devid and conidRussell King
2009-01-08w1: send status messages after command processingEvgeniy Polyakov
2009-01-08w1: added w1 reset commandEvgeniy Polyakov
2009-01-08w1: move w1 commands from defines to enumEvgeniy Polyakov
2009-01-08w1: allow master IO commandsEvgeniy Polyakov
2009-01-08w1: list slaves commandsEvgeniy Polyakov
2009-01-08w1: add touch block commandEvgeniy Polyakov
2009-01-08w1: add list masters w1 commandEvgeniy Polyakov
2009-01-08w1: add 1-wire master driver for i.MX27 / i.MX31Sascha Hauer
2009-01-06w1: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-12-23w1: fix slave selection on big-endian systemsEvgeniy Polyakov
2008-11-30W1_MASTER_DS1WM should depend on HAVE_CLKAl Viro
2008-11-19W1 OMAP: Fix OMAP LDP boot crashStanley.Miao
2008-11-12hdq: bQ27000 HDQ Slave Interface DriverMadhusudhan Chikkature
2008-11-12hdq driver for OMAP2430/3430Madhusudhan Chikkature
2008-11-12w1: export w1_read_8 functionMadhusudhan Chikkature
2008-10-20x86: sysfs: kill owner field from attributeParag Warudkar
2008-10-16w1: new driver. DS2431 chipBernhard Weirich
2008-10-16W1: ds2490.c optimize ds_set_pullupDavid Fries
2008-10-16W1: ds2490.c ds_write_block remove extra ds_wait_statusDavid Fries
2008-10-16W1: ds2490.c magic number workDavid Fries
2008-10-16W1: ds2490.c reset ds2490 in initDavid Fries
2008-10-16W1: ds2490.c ds_reset remove ds_wait_statusDavid Fries
2008-10-16W1: ds2490.c ds_dump_status reworkDavid Fries
2008-10-16W1: ds2490.c simplify and fix ds_touch_bitDavid Fries
2008-10-16W1: ds2490.c disable bit read and writeDavid Fries
2008-10-16W1: ds2490.c ds_write_bit, grouping error, disable readbackDavid Fries
2008-10-16W1: ds2490.c add support for strong pullupDavid Fries
2008-10-16W1: ds2490.c correct print messageDavid Fries
2008-10-16W1: ds1wm.c msleep for resetDavid Fries
2008-10-16W1: w1_io.c reset comments and msleepDavid Fries
2008-10-16W1: w1.c s/printk/dev_dbg/David Fries
2008-10-16W1: w1_int.c use first available master numberDavid Fries
2008-10-16W1: w1_therm consistent mutex access code cleanupDavid Fries
2008-10-16W1: w1_family, remove unused variable need_exitDavid Fries
2008-10-16W1: w1_therm fix user buffer overflow and catDavid Fries
2008-10-16W1: w1_slave_read_id read bug, use device_attributeDavid Fries
2008-10-16W1: new module parameter search_countDavid Fries
2008-10-16W1: recode w1_slave_found logicDavid Fries