All of lore.kernel.org
 help / color / mirror / Atom feed
From: greg@kroah.com (Greg KH)
To: torvalds@transmeta.com
Cc: linux-kernel@vger.kernel.org, sensors@stimpy.netroedge.com
Subject: [BK PATCH] i2c driver changes for 2.5.72
Date: Thu, 19 May 2005 06:24:00 +0000	[thread overview]
Message-ID: <20030618182423.GB7699@kroah.com> (raw)

Hi,

Here are some i2c driver changes for 2.5.72.  These consist of some
more bug fixes, and the addition of a lm78 i2c driver.

Please pull from:  bk://kernel.bkbits.net/gregkh/linux/i2c-2.5

thanks,

greg k-h

 drivers/i2c/busses/i2c-ali15x3.c |   18 
 drivers/i2c/busses/i2c-i801.c    |   10 
 drivers/i2c/chips/Kconfig        |   14 
 drivers/i2c/chips/Makefile       |    1 
 drivers/i2c/chips/adm1021.c      |   18 
 drivers/i2c/chips/lm78.c         |  895 +++++++++++++++++++++++++++++++++++++++
 drivers/i2c/chips/lm85.c         |   41 +
 drivers/i2c/chips/w83781d.c      |   86 ++-
 8 files changed, 1019 insertions(+), 64 deletions(-)
-----

<margitsw:t-online.de>:
  o I2C: Sensors patch for adm1021
  o I2C: lm85 fixups

<mhoffman:lightlink.com>:
  o I2C: w83781d bugfix
  o i2c: Add lm78 sensor chip support

Greg Kroah-Hartman:
  o I2C: fix resource leak in i2c-ali15x3.c
  o I2C: add lm78 chip to Makefile

Martin Schlemmer:
  o I2C: fix for previous W83627THF sensor chip patch
  o I2C: ICH5 SMBus and W83627THF additions

WARNING: multiple messages have this Message-ID (diff)
From: Greg KH <greg@kroah.com>
To: torvalds@transmeta.com
Cc: linux-kernel@vger.kernel.org, sensors@stimpy.netroedge.com
Subject: [BK PATCH] i2c driver changes for 2.5.72
Date: Wed, 18 Jun 2003 11:24:23 -0700	[thread overview]
Message-ID: <20030618182423.GB7699@kroah.com> (raw)

Hi,

Here are some i2c driver changes for 2.5.72.  These consist of some
more bug fixes, and the addition of a lm78 i2c driver.

Please pull from:  bk://kernel.bkbits.net/gregkh/linux/i2c-2.5

thanks,

greg k-h

 drivers/i2c/busses/i2c-ali15x3.c |   18 
 drivers/i2c/busses/i2c-i801.c    |   10 
 drivers/i2c/chips/Kconfig        |   14 
 drivers/i2c/chips/Makefile       |    1 
 drivers/i2c/chips/adm1021.c      |   18 
 drivers/i2c/chips/lm78.c         |  895 +++++++++++++++++++++++++++++++++++++++
 drivers/i2c/chips/lm85.c         |   41 +
 drivers/i2c/chips/w83781d.c      |   86 ++-
 8 files changed, 1019 insertions(+), 64 deletions(-)
-----

<margitsw:t-online.de>:
  o I2C: Sensors patch for adm1021
  o I2C: lm85 fixups

<mhoffman:lightlink.com>:
  o I2C: w83781d bugfix
  o i2c: Add lm78 sensor chip support

Greg Kroah-Hartman:
  o I2C: fix resource leak in i2c-ali15x3.c
  o I2C: add lm78 chip to Makefile

Martin Schlemmer:
  o I2C: fix for previous W83627THF sensor chip patch
  o I2C: ICH5 SMBus and W83627THF additions


             reply	other threads:[~2005-05-19  6:24 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-18 18:24 Greg KH [this message]
2005-05-19  6:24 ` [BK PATCH] i2c driver changes for 2.5.72 Greg KH
2003-06-18 18:25 ` [PATCH] " Greg KH
2005-05-19  6:24   ` Greg KH
2003-06-18 18:25   ` Greg KH
2005-05-19  6:24     ` Greg KH
2003-06-18 18:25     ` Greg KH
2005-05-19  6:24       ` Greg KH
2003-06-18 18:25       ` Greg KH
2005-05-19  6:24         ` Greg KH
2003-06-18 18:25         ` Greg KH
2005-05-19  6:24           ` Greg KH
2003-06-18 18:25           ` Greg KH
2005-05-19  6:24             ` Greg KH
2003-06-18 18:25             ` Greg KH
2005-05-19  6:24               ` Greg KH
2003-06-18 18:25               ` Greg KH
2005-05-19  6:24                 ` Greg KH
2005-05-19  6:24   ` Philip Pokorny
2005-05-19  6:24   ` Mark M. Hoffman
2005-05-19  6:24   ` Mark M. Hoffman
2005-05-19  6:24   ` Greg KH
2005-05-19  6:24   ` Mark M. Hoffman
2005-05-19  6:24   ` Mark M. Hoffman
2005-05-19  6:24   ` Mark M. Hoffman
2005-05-19  6:24   ` Philip Pokorny
2005-05-19  6:24   ` Philip Pokorny
2005-05-19  6:24   ` Mark M. Hoffman
2005-05-19  6:24   ` Greg KH
2005-05-19  6:24   ` Mark M. Hoffman
2005-05-19  6:24   ` Mark M. Hoffman
2005-05-19  6:24   ` Mark D. Studebaker 

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=20030618182423.GB7699@kroah.com \
    --to=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sensors@stimpy.netroedge.com \
    --cc=torvalds@transmeta.com \
    /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 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.