string: factorize skip_spaces and export it to be generally available
[safe/jmp/linux-2.6] / drivers / w1 /
2009-10-04 Jean Delvareds2482: Discard obsolete detect method
2009-10-02 Philipp Reisnerconnector: Provide the sender's credentials to the...
2009-08-13 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-08-07 Stoyan Gaydarovdrivers/w1/masters/omap_hdq.c: fix missing mutex unlock
2009-07-17 Mike Frysingerconnector: make callback argument type explicit
2009-06-24 Linus TorvaldsMerge git://git.infradead.org/battery-2.6
2009-06-18 Daniel Mackw1-gpio: add external pull-up enable callback
2009-06-12 Pavel Machektrivial: Kconfig: .ko is normally not included in modul...
2009-06-08 Daniel Mackw1: ds2760_battery: add support for sleep mode feature
2009-06-08 Daniel Mackw1: ds2760: add support for EEPROM read and write
2009-04-04 Philipp Zabelmfd: remove DS1WM clock handling
2009-04-04 Philipp Zabelmfd: convert DS1WM to use MFD core
2009-04-03 Daniel Mackw1: coding style cleanups in w1_io.c
2009-03-25 Russell KingMerge branch 'for-next' of git://git./linux/kernel...
2009-03-19 Russell KingMerge branch 'omap-clks3' into devel
2009-03-13 Sascha Hauer[ARM] MXC: remove _clk suffix from clock names
2009-03-12 Daniel Mackdrivers/w1/masters/w1-gpio.c: fix read_bit()
2009-02-28 Herton Ronaldo Krz... w1: add missing Kconfig/Makefile entries for DS2431...
2009-02-28 Ben Gardnerw1_ds2433: clear the validcrc flag after a write
2009-02-11 Ian Dallw1: w1 temp calculation overflow fix
2009-02-08 Russell King[ARM] omap: w1: convert omap HDQ clocks to match by...
2009-01-08 Evgeniy Polyakovw1: send status messages after command processing
2009-01-08 Evgeniy Polyakovw1: added w1 reset command
2009-01-08 Evgeniy Polyakovw1: move w1 commands from defines to enum
2009-01-08 Evgeniy Polyakovw1: allow master IO commands
2009-01-08 Evgeniy Polyakovw1: list slaves commands
2009-01-08 Evgeniy Polyakovw1: add touch block command
2009-01-08 Evgeniy Polyakovw1: add list masters w1 command
2009-01-08 Sascha Hauerw1: add 1-wire master driver for i.MX27 / i.MX31
2009-01-06 Kay Sieversw1: struct device - replace bus_id with dev_name()...
2008-12-23 Evgeniy Polyakovw1: fix slave selection on big-endian systems
2008-11-30 Al ViroW1_MASTER_DS1WM should depend on HAVE_CLK
2008-11-20 Stanley.MiaoW1 OMAP: Fix OMAP LDP boot crash
2008-11-13 Madhusudhan Chikkaturehdq: bQ27000 HDQ Slave Interface Driver
2008-11-13 Madhusudhan Chikkaturehdq driver for OMAP2430/3430
2008-11-13 Madhusudhan Chikkaturew1: export w1_read_8 function
2008-10-20 Parag Warudkarx86: sysfs: kill owner field from attribute
2008-10-16 Bernhard Weirichw1: new driver. DS2431 chip
2008-10-16 David FriesW1: ds2490.c optimize ds_set_pullup
2008-10-16 David FriesW1: ds2490.c ds_write_block remove extra ds_wait_status
2008-10-16 David FriesW1: ds2490.c magic number work
2008-10-16 David FriesW1: ds2490.c reset ds2490 in init
2008-10-16 David FriesW1: ds2490.c ds_reset remove ds_wait_status
2008-10-16 David FriesW1: ds2490.c ds_dump_status rework
2008-10-16 David FriesW1: ds2490.c simplify and fix ds_touch_bit
2008-10-16 David FriesW1: ds2490.c disable bit read and write
2008-10-16 David FriesW1: ds2490.c ds_write_bit, grouping error, disable...
2008-10-16 David FriesW1: ds2490.c add support for strong pullup
2008-10-16 David FriesW1: ds2490.c correct print message
2008-10-16 David FriesW1: ds1wm.c msleep for reset
2008-10-16 David FriesW1: w1_io.c reset comments and msleep
2008-10-16 David FriesW1: w1.c s/printk/dev_dbg/
2008-10-16 David FriesW1: w1_int.c use first available master number
2008-10-16 David FriesW1: w1_therm consistent mutex access code cleanup
2008-10-16 David FriesW1: w1_family, remove unused variable need_exit
2008-10-16 David FriesW1: w1_therm fix user buffer overflow and cat
2008-10-16 David FriesW1: w1_slave_read_id read bug, use device_attribute
2008-10-16 David FriesW1: new module parameter search_count
2008-10-16 David FriesW1: recode w1_slave_found logic
2008-10-16 David FriesW1: be able to manually add and remove slaves
2008-10-16 David FriesW1: feature, w1_therm.c use strong pullup and documentation
2008-10-16 David FriesW1: feature, enable hardware strong pullup
2008-10-16 David FriesW1: w1_process, block or sleep
2008-10-16 David FriesW1: don't delay search start
2008-10-16 David FriesW1: abort search early on on exit
2008-10-16 David FriesW1: fix deadlocks and remove w1_control_thread
2008-07-16 Jean Delvarew1/ds2482: Convert to a new-style driver
2008-04-30 Harvey Harrisondrivers: replace remaining __FUNCTION__ occurrences
2008-03-05 Anton Vorontsovds1wm: report bus reset error
2008-03-05 Anton Vorontsovds1wm: should check for IS_ERR(clk) instead of NULL
2008-02-07 Philipp ZabelDS1WM: decouple host IRQ and INTR active state settings
2008-02-06 Ville Syrjalaw1-gpio: add GPIO w1 bus master driver
2008-02-06 David FriesW1: w1_therm.c standardize units to millidegrees C
2008-02-06 Evgeniy Polyakovw1: remove unused and confusing variable.
2008-01-27 Jean Delvarei2c: normal_i2c can be made const (remaining drivers)
2008-01-22 David FriesW1: w1_therm.c is flagging 0C etc as invalid
2008-01-22 David FriesW1: w1_therm.c ds18b20 decode freezing temperatures...
2008-01-14 Evgeniy Polyakovw1: decrement slave counter only in ->release() callback
2007-11-15 Li ZefanW1: fix memset size error
2007-10-30 Dirk HohndelKbuild/doc: fix links to Documentation files
2007-10-18 Joe PerchesAdd missing newlines to some uses of dev_<level> messages
2007-10-17 Jesper JuhlClean up duplicate includes in drivers/w1/
2007-10-12 Kay SieversDriver core: change add_uevent_var to use a struct
2007-09-25 Stephen Hemmingermissing null termination in one wire uevent
2007-08-23 Evgeniy Polyakovw1: fix w1_remove_master_device() searching
2007-07-26 Al Virodrivers/ misc __iomem annotations
2007-07-19 Yoann Padioleausome kmalloc/memset ->kzalloc (tree wide)
2007-07-17 Rafael J. WysockiFreezer: make kernel threads nonfreezable by default
2007-07-16 Jan EngelhardtUse menuconfig objects: W1
2007-07-15 Al Viromissing argument in bin_attribute ->read()/->write()
2007-07-15 Andrew Mortongit-battery vs git-acpi
2007-07-15 Anton VorontsovPower supply class and drivers: remove non obligatory...
2007-07-11 Zhang Ruisysfs: add parameter "struct bin_attribute *" in .read...
2007-07-11 Tejun Heosysfs: kill unnecessary attribute->owner
2007-07-10 Anton Vorontsov[BATTERY] ds2760 W1 slave
2007-06-28 Evgeniy Polyakovw1_therm_read_bin: don't call flush_signals()
2007-05-10 Martin Schwidefsky[S390] Kconfig: menus with depends on HAS_IOMEM.
2007-05-08 akpm@linux-foundat... Driver for the Maxim DS1WM, a 1-wire bus master ASIC...
2007-05-08 Evgeniy Polyakovw1: allow bus master to have reset and byte ops
2007-05-08 Evgeniy PolyakovW1 printk format warning fix
next