public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] W1 patches for 2.6.16
@ 2006-03-24  1:29 Greg KH
  2006-03-24  1:30 ` [PATCH 1/8] W1: Change the type 'unsigned long' member of 'struct w1_bus_master' to 'void *' Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2006-03-24  1:29 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel

Here are some w1 patches that have been in the -mm tree for a long time.
They move some files into different locations, add a new driver, and fix
some bugs.

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

thanks,

greg k-h

 Documentation/w1/masters/ds2482   |   31 ++
 drivers/w1/Kconfig                |   60 ----
 drivers/w1/Makefile               |   10 
 drivers/w1/masters/Kconfig        |   48 +++
 drivers/w1/masters/Makefile       |   13 
 drivers/w1/masters/ds2482.c       |  564 ++++++++++++++++++++++++++++++++++++++
 drivers/w1/masters/ds_w1_bridge.c |   38 +-
 drivers/w1/masters/dscore.c       |    4 
 drivers/w1/masters/matrox_w1.c    |   22 -
 drivers/w1/slaves/Kconfig         |   38 ++
 drivers/w1/slaves/Makefile        |   12 
 drivers/w1/slaves/w1_ds2433.c     |    8 
 drivers/w1/slaves/w1_smem.c       |   10 
 drivers/w1/slaves/w1_therm.c      |   14 
 drivers/w1/w1.c                   |   77 +----
 drivers/w1/w1.h                   |   37 +-
 drivers/w1/w1_family.c            |    2 
 drivers/w1/w1_int.c               |   49 ---
 drivers/w1/w1_io.c                |    2 
 19 files changed, 824 insertions(+), 215 deletions(-)

---------------

Adrian Bunk:
      w1: misc cleanups
      fix W1_MASTER_DS9490_BRIDGE dependencies

Andrew Morton:
      W1: u64 is not long long

Evgeniy Polyakov:
      W1: Change the type 'unsigned long' member of 'struct w1_bus_master' to 'void *'.
      W1: Move w1 bus master code into 'w1/masters' and move w1 slave code into 'w1/slaves'
      W1: Add the DS2482 I2C-to-w1 bridge driver.
      w1: use kthread api.

Patrick McHardy:
      W1: Remove incorrect MODULE_ALIAS


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

end of thread, other threads:[~2006-03-24  1:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-24  1:29 [GIT PATCH] W1 patches for 2.6.16 Greg KH
2006-03-24  1:30 ` [PATCH 1/8] W1: Change the type 'unsigned long' member of 'struct w1_bus_master' to 'void *' Greg KH

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