All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] W1 patches for 2.6.12
@ 2005-06-22  5:11 Greg KH
  2005-06-22  5:12 ` [PATCH] w1_therm: support for ds18b20, ds1822 thermal sensors Greg KH
  0 siblings, 1 reply; 14+ messages in thread
From: Greg KH @ 2005-06-22  5:11 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, sensors

Here are a few w1 patches that have been in the -mm tree for the past few months.

Please pull from:
	rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/w1-2.6.git/
or from:
	master.kernel.org:/pub/scm/linux/kernel/git/gregkh/w1-2.6.git/
if it isn't synced up yet.

The full patch series will sent to the linux-kernel and sensors mailing lists,
if anyone wants to see them.

thanks,

greg k-h


Evgeniy Polyakov:
  w1: fix compiler warnings
  w1: reconnect feature.
  w1: Updates the w1 documentation (w1.generic)
  w1: Adds a default family so that new slave families will show up in sysfs.
  w1: Added the triplet w1 master method and changes w1_search() to use it.
  w1: Adds a sysfs entry (w1_master_search) that allows you to disable/enable periodic searches.
  w1: Cleans up usage of touch_bit/w1_read_bit/w1_write_bit.
  w1_therm: removed duplicated family id.
  w1: new family structure.
  w1_smem: support for new simple rom family [0x81 id].
  w1: cleanups.
  w1_therm: support for ds18b20, ds1822 thermal sensors.

Greg Kroah-Hartman:
  w1: fix build issues

 Documentation/w1/w1.generic |  107 ++++++-
 drivers/w1/Kconfig          |   16 -
 drivers/w1/ds_w1_bridge.c   |    4 
 drivers/w1/matrox_w1.c      |   10 
 drivers/w1/w1.c             |  594 +++++++++++++++++++++-----------------------
 drivers/w1/w1.h             |  135 ++++++----
 drivers/w1/w1_family.c      |   10 
 drivers/w1/w1_family.h      |   20 -
 drivers/w1/w1_int.c         |   49 ++-
 drivers/w1/w1_int.h         |    6 
 drivers/w1/w1_io.c          |  117 +++++++-
 drivers/w1/w1_io.h          |    9 
 drivers/w1/w1_log.h         |    4 
 drivers/w1/w1_netlink.h     |    4 
 drivers/w1/w1_smem.c        |   50 +--
 drivers/w1/w1_therm.c       |  120 ++++++--
 16 files changed, 766 insertions(+), 489 deletions(-)

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2005-06-22  5:37 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-22  5:11 [GIT PATCH] W1 patches for 2.6.12 Greg KH
2005-06-22  5:12 ` [PATCH] w1_therm: support for ds18b20, ds1822 thermal sensors Greg KH
2005-06-22  5:12   ` [PATCH] w1: cleanups Greg KH
2005-06-22  5:12     ` [PATCH] w1_smem: support for new simple rom family [0x81 id] Greg KH
2005-06-22  5:12       ` [PATCH] w1: new family structure Greg KH
2005-06-22  5:12         ` [PATCH] w1_therm: removed duplicated family id Greg KH
2005-06-22  5:12           ` [PATCH] w1: Cleans up usage of touch_bit/w1_read_bit/w1_write_bit Greg KH
2005-06-22  5:12             ` [PATCH] w1: fix build issues Greg KH
2005-06-22  5:12               ` [PATCH] w1: Adds a sysfs entry (w1_master_search) that allows you to disable/enable periodic searches Greg KH
2005-06-22  5:12                 ` [PATCH] w1: Added the triplet w1 master method and changes w1_search() to use it Greg KH
2005-06-22  5:12                   ` [PATCH] w1: Adds a default family so that new slave families will show up in sysfs Greg KH
2005-06-22  5:12                     ` [PATCH] w1: Updates the w1 documentation (w1.generic) Greg KH
2005-06-22  5:12                       ` [PATCH] w1: reconnect feature Greg KH
2005-06-22  5:12                         ` [PATCH] w1: fix compiler warnings Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.