public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] W1 patches for 2.6.13
@ 2005-09-08 22:21 Greg KH
  2005-09-08 23:30 ` Marcel Holtmann
  0 siblings, 1 reply; 8+ messages in thread
From: Greg KH @ 2005-09-08 22:21 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, johnpol

Here are some w1 patches that have been in the -mm tree for a while.
They add a new driver, and fix up the netlink logic a lot.  They also
add a crc16 implementation that is needed.

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 mailing lists, if
anyone wants to see them.

thanks,

greg k-h

 drivers/w1/Kconfig        |   16 ++
 drivers/w1/Makefile       |    7 
 drivers/w1/ds_w1_bridge.c |   24 +--
 drivers/w1/dscore.c       |  161 +++++++++++----------
 drivers/w1/dscore.h       |   10 -
 drivers/w1/w1.c           |  336 ++++++++++++++++++++++++++++-----------------
 drivers/w1/w1.h           |   22 ++
 drivers/w1/w1_ds2433.c    |  339 +++++++++++++++++++++++++++++++++++++++++++++-
 drivers/w1/w1_family.c    |   11 -
 drivers/w1/w1_family.h    |    7 
 drivers/w1/w1_int.c       |   28 +--
 drivers/w1/w1_io.c        |   24 +++
 drivers/w1/w1_io.h        |    1 
 drivers/w1/w1_netlink.c   |   26 +++
 drivers/w1/w1_netlink.h   |    2 
 drivers/w1/w1_smem.c      |   53 -------
 drivers/w1/w1_therm.c     |   49 +++---
 include/linux/crc16.h     |   44 +++++
 lib/Kconfig               |    8 +
 lib/Makefile              |    3 
 lib/crc16.c               |   67 +++++++++
 21 files changed, 898 insertions(+), 340 deletions(-)


Evgeniy Polyakov:
  W1: w1_netlink: New init/fini netlink callbacks.
  w1: Detouching bug fixed.
  w1: Fixed 64bit compilation warning.
  w1: hotplug support.
  W1: Sync with w1/ds9490 tree.
  w1: Added add/remove slave callbacks.
  w1: Added inline functions on top of container_of().
  w1: Added w1_reset_select_slave() - Resets the bus and then selects the slave by
  w1_ds2433: Added crc16 protection and read caching.
  lib/crc16: added crc16 algorithm.
  w1: Decreased debug level.
  w1: Added DS2433 driver.
  w1: Added DS2433 driver - family id update.
  w1: added private family data into w1_slave strucutre.



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

end of thread, other threads:[~2005-09-12 13:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-08 22:21 [GIT PATCH] W1 patches for 2.6.13 Greg KH
2005-09-08 23:30 ` Marcel Holtmann
2005-09-09  3:30   ` Greg KH
2005-09-09  5:08     ` Evgeniy Polyakov
2005-09-09 21:16       ` Greg KH
2005-09-09 21:58         ` Evgeniy Polyakov
2005-09-09 22:11           ` Greg KH
2005-09-12 13:12             ` [1/1] crc16: remove w1 specific comments Evgeniy Polyakov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox