public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@suse.de>
To: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PATCH] W1 patches for 2.6.16
Date: Thu, 23 Mar 2006 17:29:54 -0800	[thread overview]
Message-ID: <20060324012954.GA17389@kroah.com> (raw)

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


             reply	other threads:[~2006-03-24  1:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-24  1:29 Greg KH [this message]
2006-03-24  1:30 ` [PATCH 1/8] W1: Change the type 'unsigned long' member of 'struct w1_bus_master' to 'void *' Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060324012954.GA17389@kroah.com \
    --to=gregkh@suse.de \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox