public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
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 driver fixes for 2.6.3-rc1
Date: Mon, 9 Feb 2004 15:13:02 -0800	[thread overview]
Message-ID: <20040209231301.GA2393@kroah.com> (raw)

Hi,

Here are some i2c driver updates for 2.6.3-rc1.  It's a few small
bugfixes and tree new i2c drivers.  All of the bugfixes and two of the
i2c drivers have been in the last few -mm trees with no problems.

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

 MAINTAINERS                    |   12 
 drivers/i2c/busses/Kconfig     |   12 
 drivers/i2c/busses/Makefile    |    1 
 drivers/i2c/busses/i2c-hydra.c |  186 +++++++++++
 drivers/i2c/chips/Kconfig      |   22 +
 drivers/i2c/chips/Makefile     |    2 
 drivers/i2c/chips/fscher.c     |  681 +++++++++++++++++++++++++++++++++++++++++
 drivers/i2c/chips/gl518sm.c    |  612 ++++++++++++++++++++++++++++++++++++
 drivers/i2c/chips/lm85.c       |    6 
 drivers/i2c/chips/w83l785ts.c  |   63 ++-
 drivers/i2c/i2c-core.c         |    2 
 include/linux/i2c-id.h         |    1 
 12 files changed, 1571 insertions(+), 29 deletions(-)
-----

<ender:debian.org>:
  o I2C: fix typos

Geert Uytterhoeven:
  o I2C: add Hydra i2c bus driver

Greg Kroah-Hartman:
  o I2C: fix oops when CONFIG_I2C_DEBUG_CORE is enabled and the bttv driver is loaded

Jean Delvare:
  o I2C: add new chip driver: fscher
  o I2C: Update I2C maintainers entry
  o I2C: add new driver, gl518sm
  o I2C: Handle read errors in w83l785ts
  o I2C: Bring w83l785ts in compliance with sysfs naming conventions


             reply	other threads:[~2004-02-09 23:15 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-09 23:13 Greg KH [this message]
2004-02-09 23:19 ` [PATCH] i2c driver fixes for 2.6.3-rc1 Greg KH
2004-02-09 23:19   ` Greg KH
2004-02-09 23:19     ` Greg KH
2004-02-09 23:19       ` Greg KH
2004-02-09 23:19         ` Greg KH
2004-02-09 23:19           ` Greg KH
2004-02-09 23:19             ` Greg KH
2004-02-09 23:19               ` 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=20040209231301.GA2393@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox