tunnels: fix netns vs proto registration ordering
[safe/jmp/linux-2.6] / drivers / w1 / masters /
2009-10-04 Jean Delvareds2482: Discard obsolete detect method
2009-08-07 Stoyan Gaydarovdrivers/w1/masters/omap_hdq.c: fix missing mutex unlock
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-04-04 Philipp Zabelmfd: remove DS1WM clock handling
2009-04-04 Philipp Zabelmfd: convert DS1WM to use MFD core
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-08 Russell King[ARM] omap: w1: convert omap HDQ clocks to match by...
2009-01-08 Sascha Hauerw1: add 1-wire master driver for i.MX27 / i.MX31
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 driver for OMAP2430/3430
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: fix deadlocks and remove w1_control_thread
2008-07-16 Jean Delvarew1/ds2482: Convert to a new-style driver
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-01-27 Jean Delvarei2c: normal_i2c can be made const (remaining drivers)
2007-11-15 Li ZefanW1: fix memset size error
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-07-26 Al Virodrivers/ misc __iomem annotations
2007-07-19 Yoann Padioleausome kmalloc/memset ->kzalloc (tree wide)
2007-07-16 Jan EngelhardtUse menuconfig objects: W1
2007-05-08 akpm@linux-foundat... Driver for the Maxim DS1WM, a 1-wire bus master ASIC...
2006-11-16 Amol LadW1: ioremap balanced with iounmap
2006-07-12 Ben Gardner[PATCH] w1: fix idle check loop in ds2482
2006-06-22 Evgeniy Polyakov[PATCH] w1: Use mutexes instead of semaphores.
2006-06-22 Evgeniy Polyakov[PATCH] w1: Replace dscore and ds_w1_bridge with ds2490...
2006-03-24 Uwe Zeisbergerfix typos "wich" -> "which"
2006-03-24 Adrian Bunk[PATCH] fix W1_MASTER_DS9490_BRIDGE dependencies
2006-03-24 Evgeniy Polyakov[PATCH] W1: Add the DS2482 I2C-to-w1 bridge driver.
2006-03-24 Evgeniy Polyakov[PATCH] W1: Move w1 bus master code into 'w1/masters...