All of lore.kernel.org
 help / color / mirror / Atom feed
From: greg@kroah.com (Greg KH)
To: torvalds@osdl.org, akpm@osdl.org
Cc: linux-kernel@vger.kernel.org, sensors@Stimpy.netroedge.com
Subject: [BK PATCH] I2C fixes for 2.6.10-rc2
Date: Thu, 19 May 2005 06:25:25 +0000	[thread overview]
Message-ID: <20041201001245.GA27535@kroah.com> (raw)
In-Reply-To: <20041119215935.GA15956@kroah.com>

Hi,

Here are some i2c driver fixes and the addition of a new chip driver for
2.6.10-rc2 (it is self-contained) for 2.6.10-rc2

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

Individual patches will follow, sent to the sensors and linux-kernel
lists.

thanks,

greg k-h

 drivers/i2c/busses/i2c-elektor.c     |   28 
 drivers/i2c/busses/i2c-ite.c         |   31 
 drivers/i2c/busses/i2c-nforce2.c     |    9 
 drivers/i2c/chips/Kconfig            |    9 
 drivers/i2c/chips/Makefile           |    1 
 drivers/i2c/chips/adm1026.c          | 1781 ++++++++++++++++++++++++++++++++++-
 drivers/i2c/chips/w83l785ts.c        |    9 
 drivers/macintosh/therm_adt746x.c    |   11 
 drivers/macintosh/therm_pm72.c       |    3 
 drivers/macintosh/therm_windtunnel.c |    8 
 drivers/w1/Kconfig                   |    2 
 drivers/w1/dscore.c                  |   40 
 drivers/w1/dscore.h                  |   34 
 drivers/w1/w1_int.c                  |   11 
 drivers/w1/w1_netlink.c              |    3 
 include/linux/pci_ids.h              |    1 
 16 files changed, 1902 insertions(+), 79 deletions(-)
-----

<jthiessen:penguincomputing.com>:
  o I2C: add adm1026 chip driver

Aristeu Sergio Rozanski Filho:
  o i2c-ite: get rid of cli()/sti()
  o [2/2] i2c-elektor: adding missing casts
  o i2c-elektor: get rid of cli/sti

Evgeniy Polyakov:
  o W1: check nls in return path
  o drivers/w1/dscore: fix the inline mess
  o w1: make W1_DS9490_BRIDGE available
  o w1: do not stop and oops if netlink socket was not allocated

Greg Kroah-Hartman:
  o I2C: make fixup_fan_min static in adm1026 driver

Jean Delvare:
  o I2C: macintoch/therm_* drivers cleanups
  o I2C: Add support for the nForce2 Ultra 400 to i2c-nforce2
  o I2C: More verbose w83l785ts driver

WARNING: multiple messages have this Message-ID (diff)
From: Greg KH <greg@kroah.com>
To: torvalds@osdl.org, akpm@osdl.org
Cc: linux-kernel@vger.kernel.org, sensors@Stimpy.netroedge.com
Subject: [BK PATCH] I2C fixes for 2.6.10-rc2
Date: Tue, 30 Nov 2004 16:12:45 -0800	[thread overview]
Message-ID: <20041201001245.GA27535@kroah.com> (raw)

Hi,

Here are some i2c driver fixes and the addition of a new chip driver for
2.6.10-rc2 (it is self-contained) for 2.6.10-rc2

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

Individual patches will follow, sent to the sensors and linux-kernel
lists.

thanks,

greg k-h

 drivers/i2c/busses/i2c-elektor.c     |   28 
 drivers/i2c/busses/i2c-ite.c         |   31 
 drivers/i2c/busses/i2c-nforce2.c     |    9 
 drivers/i2c/chips/Kconfig            |    9 
 drivers/i2c/chips/Makefile           |    1 
 drivers/i2c/chips/adm1026.c          | 1781 ++++++++++++++++++++++++++++++++++-
 drivers/i2c/chips/w83l785ts.c        |    9 
 drivers/macintosh/therm_adt746x.c    |   11 
 drivers/macintosh/therm_pm72.c       |    3 
 drivers/macintosh/therm_windtunnel.c |    8 
 drivers/w1/Kconfig                   |    2 
 drivers/w1/dscore.c                  |   40 
 drivers/w1/dscore.h                  |   34 
 drivers/w1/w1_int.c                  |   11 
 drivers/w1/w1_netlink.c              |    3 
 include/linux/pci_ids.h              |    1 
 16 files changed, 1902 insertions(+), 79 deletions(-)
-----

<jthiessen:penguincomputing.com>:
  o I2C: add adm1026 chip driver

Aristeu Sergio Rozanski Filho:
  o i2c-ite: get rid of cli()/sti()
  o [2/2] i2c-elektor: adding missing casts
  o i2c-elektor: get rid of cli/sti

Evgeniy Polyakov:
  o W1: check nls in return path
  o drivers/w1/dscore: fix the inline mess
  o w1: make W1_DS9490_BRIDGE available
  o w1: do not stop and oops if netlink socket was not allocated

Greg Kroah-Hartman:
  o I2C: make fixup_fan_min static in adm1026 driver

Jean Delvare:
  o I2C: macintoch/therm_* drivers cleanups
  o I2C: Add support for the nForce2 Ultra 400 to i2c-nforce2
  o I2C: More verbose w83l785ts driver


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

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-01  0:12 Greg KH [this message]
2005-05-19  6:25 ` [BK PATCH] I2C fixes for 2.6.10-rc2 Greg KH
2004-12-01  0:13 ` [PATCH] " Greg KH
2005-05-19  6:25   ` Greg KH
2004-12-01  0:13   ` Greg KH
2005-05-19  6:25     ` Greg KH
2004-12-01  0:13     ` Greg KH
2005-05-19  6:25       ` Greg KH
2004-12-01  0:13       ` Greg KH
2005-05-19  6:25         ` Greg KH
2004-12-01  0:13         ` Greg KH
2005-05-19  6:25           ` Greg KH
2004-12-01  0:13           ` Greg KH
2005-05-19  6:25             ` Greg KH
2004-12-01  0:13             ` Greg KH
2005-05-19  6:25               ` Greg KH
2004-12-01  0:13               ` Greg KH
2005-05-19  6:25                 ` Greg KH
2004-12-01  0:13                 ` Greg KH
2005-05-19  6:25                   ` Greg KH
2004-12-01  0:13                   ` Greg KH
2005-05-19  6:25                     ` Greg KH
2004-12-01  0:13                     ` Greg KH
2005-05-19  6:25                       ` Greg KH
2004-12-01  0:13                       ` Greg KH
2005-05-19  6:25                         ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2004-11-19 21:59 [BK PATCH] " Greg KH
2005-05-19  6:25 ` Greg KH
2004-11-19 22:00 ` [PATCH] " Greg KH
2005-05-19  6:25   ` Greg KH
2004-11-19 22:00   ` Greg KH
2005-05-19  6:25     ` Greg KH
2004-11-19 22:00     ` Greg KH
2005-05-19  6:25       ` Greg KH
2004-11-19 22:00       ` Greg KH
2005-05-19  6:25         ` Greg KH
2004-11-19 22:01         ` Greg KH
2005-05-19  6:25           ` 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=20041201001245.GA27535@kroah.com \
    --to=greg@kroah.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sensors@Stimpy.netroedge.com \
    --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 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.