1. f6e8a1d w1_bq27000: Only one thread can access the bq27000 at a time. by NeilBrown · 12 years ago
  2. df7019f w1_bq27000 - remove w1_bq27000_write by NeilBrown · 12 years ago
  3. b6c40b8 w1_bq27000: remove unnecessary NULL test. by NeilBrown · 12 years ago
  4. 9f3519d w1: Fix w1_bq27000 by NeilBrown · 12 years ago
  5. e250b34 w1: Use linux/gpio.h rather than asm/gpio.h by Mark Brown · 12 years ago
  6. c9cbf55 w1: add fast search for single slave bus by Evgeniy Polyakov · 12 years ago
  7. fe74848 USB: convert some miscellanies drivers to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  8. 377195c W1: w1_therm: release the bus during conversion on externally powered devices by Maciej Szmigiero · 13 years ago
  9. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  10. 3fd306c w1: disable irqs in critical section by Jan Weitzel · 13 years ago
  11. 68a436a drivers/w1/w1_int.c: multiple masters used same init_name by Florian Faber · 13 years ago
  12. 9fe678f drivers/power/ds2780_battery.c: add a nolock function to w1 interface by Clifton Barnes · 13 years ago
  13. 3e54281 w1: ds2760 and ds2780, use ida for id and ida_simple_get() to get it by Jonathan Cameron · 13 years ago
  14. 4d18412 drivers/w1: Add moduleparam.h to drivers/w1/w1_int.c by Paul Gortmaker · 13 years ago
  15. 9623932 drivers/w1: Add export.h for EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  16. a801876 MAINTAINERS: Evgeniy has moved by Evgeniy Polyakov · 13 years ago
  17. 5829944 w1: fix for loop in w1_f29_remove_slave() by Dan Carpenter · 13 years ago
  18. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  19. f7b1371 drivers/w1/slaves/w1_therm.c: add support for DS28EA00 by Christian Glindkamp · 13 years ago
  20. f607e7f w1: ds1wm: add a reset recovery parameter by Jean-François Dagenais · 13 years ago
  21. 26575f9 w1: W1_MASTER_DS1WM should depend on GENERIC_HARDIRQS by Geert Uytterhoeven · 13 years ago
  22. 275ac74 w1: add Maxim/Dallas DS2780 Stand-Alone Fuel Gauge IC support by Clifton Barnes · 13 years ago
  23. 963bb10 w1: have netlink search update kernel list by David Fries · 13 years ago
  24. 26a6afb w1: complete the 1-wire (w1) ds1wm driver search algorithm by Jean-François Dagenais · 13 years ago
  25. 8961027 w1: add 1-wire (w1) DS2408 8-Channel Addressable Switch support by Jean-François Dagenais · 13 years ago
  26. 67dfd54 w1: add 1-wire (w1) reset and resume command API support by Jean-François Dagenais · 13 years ago
  27. 121ea57 w1: Use device platform_data to retrieve ds1wm platform bits by Samuel Ortiz · 13 years ago
  28. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  29. dced35a drivers: Final irq namespace conversion by Thomas Gleixner · 13 years ago
  30. 7e5dc1f w1: Silence ds1wm warnings related to mfd_get_cell changes by Andres Salomon · 13 years ago
  31. fcd6797 w1: Use mfd_data instead of driver_data for dsw1wm.c by Andres Salomon · 13 years ago
  32. d24f36d mfd: mfd_cell is now implicitly available to asic3 drivers by Andres Salomon · 13 years ago
  33. 9238b6d Merge branches 'devel-cleanup', 'devel-board', 'devel-early-init' and 'devel-ti816x' into omap-for-linus by Tony Lindgren · 13 years ago
  34. 80d02d2 drivers/w1/masters/omap_hdq.c: add missing clk_put by Julia Lawall · 13 years ago
  35. 59b479e omap: Start using CONFIG_SOC_OMAP by Tony Lindgren · 13 years ago
  36. 17fecb5 w1: DS2423 counter driver and documentation by Mika Laitio · 13 years ago
  37. 12aa4c6 w1: don't allow arbitrary users to remove w1 devices by Brian Swetland · 14 years ago
  38. 2c3c8be sysfs: add struct file* to bin_attr callbacks by Chris Wright · 14 years ago
  39. 81fa08f w1: fix omap 1-wire driver compilation by Amit Kucheria · 14 years ago
  40. 9a6a1ec w1: w1 temp: fix negative termperature calculation by Ian Dall · 14 years ago
  41. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  42. c32da02 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  43. 582ef52 w1: mxc_w1: move probe() and remove() to the dev* text area by Alberto Panizzo · 14 years ago
  44. 6786073 w1: fix test in ds2482_wait_1wire_idle() by Roel Kluin · 14 years ago
  45. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  46. a96b912 w1: move omap_hdq's probe function to .devinit.text by Uwe Kleine-König · 14 years ago
  47. a8eb7ca omap3: Replace ARCH_OMAP34XX with ARCH_OMAP3 by Tony Lindgren · 14 years ago
  48. 73a98fc w1: add __init/__exit macros to w1.c by Peter Huewe · 14 years ago
  49. 0314b02 ds2482: Discard obsolete detect method by Jean Delvare · 15 years ago
  50. 7069331 connector: Provide the sender's credentials to the callback by Philipp Reisner · 15 years ago
  51. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  52. 2020002 drivers/w1/masters/omap_hdq.c: fix missing mutex unlock by Stoyan Gaydarov · 15 years ago
  53. 0741241 connector: make callback argument type explicit by Mike Frysinger · 15 years ago
  54. f27884a Merge git://git.infradead.org/battery-2.6 by Linus Torvalds · 15 years ago
  55. c8a06c1 w1-gpio: add external pull-up enable callback by Daniel Mack · 15 years ago
  56. 4737f09 trivial: Kconfig: .ko is normally not included in module names by Pavel Machek · 15 years ago
  57. cef437e w1: ds2760_battery: add support for sleep mode feature by Daniel Mack · 15 years ago
  58. 0b47b57 w1: ds2760: add support for EEPROM read and write by Daniel Mack · 15 years ago
  59. 7d33ccb mfd: remove DS1WM clock handling by Philipp Zabel · 15 years ago
  60. a23a175 mfd: convert DS1WM to use MFD core by Philipp Zabel · 15 years ago
  61. 23c36c1a w1: coding style cleanups in w1_io.c by Daniel Mack · 15 years ago
  62. 8937b73 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 into devel by Russell King · 15 years ago
  63. 14b6848 Merge branch 'omap-clks3' into devel by Russell King · 15 years ago
  64. e65fb00 [ARM] MXC: remove _clk suffix from clock names by Sascha Hauer · 15 years ago
  65. 8d0df7a drivers/w1/masters/w1-gpio.c: fix read_bit() by Daniel Mack · 15 years ago
  66. 8ca2f15 w1: add missing Kconfig/Makefile entries for DS2431 slave driver by Herton Ronaldo Krzesinski · 15 years ago
  67. dca1714 w1_ds2433: clear the validcrc flag after a write by Ben Gardner · 15 years ago
  68. 507e2fb w1: w1 temp calculation overflow fix by Ian Dall · 15 years ago
  69. cc51c9d [ARM] omap: w1: convert omap HDQ clocks to match by devid and conid by Russell King · 15 years ago
  70. 4037014 w1: send status messages after command processing by Evgeniy Polyakov · 15 years ago
  71. f89735c w1: added w1 reset command by Evgeniy Polyakov · 15 years ago
  72. 325a06f w1: move w1 commands from defines to enum by Evgeniy Polyakov · 15 years ago
  73. c7e2663 w1: allow master IO commands by Evgeniy Polyakov · 15 years ago
  74. 3b83840 w1: list slaves commands by Evgeniy Polyakov · 15 years ago
  75. 9be62e0 w1: add touch block command by Evgeniy Polyakov · 15 years ago
  76. 610705e w1: add list masters w1 command by Evgeniy Polyakov · 15 years ago
  77. a5fd913 w1: add 1-wire master driver for i.MX27 / i.MX31 by Sascha Hauer · 15 years ago
  78. 40f91de w1: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 15 years ago
  79. f00a189 w1: fix slave selection on big-endian systems by Evgeniy Polyakov · 15 years ago
  80. 2fceab0 W1_MASTER_DS1WM should depend on HAVE_CLK by Al Viro · 16 years ago
  81. 06b0d4d W1 OMAP: Fix OMAP LDP boot crash by Stanley.Miao · 16 years ago
  82. cfbc619 hdq: bQ27000 HDQ Slave Interface Driver by Madhusudhan Chikkature · 16 years ago
  83. 9f2bc79 hdq driver for OMAP2430/3430 by Madhusudhan Chikkature · 16 years ago
  84. 34e453d w1: export w1_read_8 function by Madhusudhan Chikkature · 16 years ago
  85. 01e8ef1 x86: sysfs: kill owner field from attribute by Parag Warudkar · 16 years ago
  86. d827367 w1: new driver. DS2431 chip by Bernhard Weirich · 16 years ago
  87. ade6d810 W1: ds2490.c optimize ds_set_pullup by David Fries · 16 years ago
  88. cbf4a49 W1: ds2490.c ds_write_block remove extra ds_wait_status by David Fries · 16 years ago
  89. 19e7184 W1: ds2490.c magic number work by David Fries · 16 years ago
  90. e464af2 W1: ds2490.c reset ds2490 in init by David Fries · 16 years ago
  91. 7a4b970 W1: ds2490.c ds_reset remove ds_wait_status by David Fries · 16 years ago
  92. 4b9cf1b W1: ds2490.c ds_dump_status rework by David Fries · 16 years ago
  93. 6e10f65 W1: ds2490.c simplify and fix ds_touch_bit by David Fries · 16 years ago
  94. a08e2d3 W1: ds2490.c disable bit read and write by David Fries · 16 years ago
  95. e1c86d2 W1: ds2490.c ds_write_bit, grouping error, disable readback by David Fries · 16 years ago
  96. 1f4ec2d W1: ds2490.c add support for strong pullup by David Fries · 16 years ago
  97. 95cfaeb W1: ds2490.c correct print message by David Fries · 16 years ago
  98. cadd486 W1: ds1wm.c msleep for reset by David Fries · 16 years ago
  99. 8e3dae2 W1: w1_io.c reset comments and msleep by David Fries · 16 years ago
  100. 7dc8f52 W1: w1.c s/printk/dev_dbg/ by David Fries · 16 years ago