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.73
Date: Thu, 19 May 2005 06:24:01 +0000	[thread overview]
Message-ID: <20030623234939.GA11901@kroah.com> (raw)

Hi,

Here are some i2c driver changes for 2.5.73.  They add two new i2c bus
controller drivers.

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

thanks,

greg k-h

 drivers/i2c/Kconfig              |   20 +
 drivers/i2c/Makefile             |    1 
 drivers/i2c/busses/Kconfig       |   16 +
 drivers/i2c/busses/Makefile      |    1 
 drivers/i2c/busses/i2c-ali1535.c |  555 +++++++++++++++++++++++++++++++++++++++
 drivers/i2c/i2c-prosavage.c      |  362 +++++++++++++++++++++++++
 6 files changed, 955 insertions(+)
-----

<henk:god.dyndns.org>:
  o I2C: add i2c-prosavage driver

Greg Kroah-Hartman:
  o I2C: add i2c-ali1535 bus driver

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.73
Date: Mon, 23 Jun 2003 16:49:39 -0700	[thread overview]
Message-ID: <20030623234939.GA11901@kroah.com> (raw)

Hi,

Here are some i2c driver changes for 2.5.73.  They add two new i2c bus
controller drivers.

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

thanks,

greg k-h

 drivers/i2c/Kconfig              |   20 +
 drivers/i2c/Makefile             |    1 
 drivers/i2c/busses/Kconfig       |   16 +
 drivers/i2c/busses/Makefile      |    1 
 drivers/i2c/busses/i2c-ali1535.c |  555 +++++++++++++++++++++++++++++++++++++++
 drivers/i2c/i2c-prosavage.c      |  362 +++++++++++++++++++++++++
 6 files changed, 955 insertions(+)
-----

<henk:god.dyndns.org>:
  o I2C: add i2c-prosavage driver

Greg Kroah-Hartman:
  o I2C: add i2c-ali1535 bus driver


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

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-23 23:49 Greg KH [this message]
2005-05-19  6:24 ` [BK PATCH] i2c driver changes for 2.5.73 Greg KH
2003-06-23 23:51 ` [PATCH] " Greg KH
2005-05-19  6:24   ` Greg KH
2003-06-23 23:51   ` Greg KH
2005-05-19  6:24     ` 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=20030623234939.GA11901@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.