public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
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.69
Date: Tue, 6 May 2003 17:31:49 -0700	[thread overview]
Message-ID: <20030507003148.GA4622@kroah.com> (raw)

Hi,

Here are some i2c driver changes for 2.5.69.  These consist of some
small bug fixes, and a set of larger patches from Gerd Knorr that get
rid of a lot of static arrays within the i2c driver core.  These changes
will also allow us to add proper reference counting and move the i2c
core to use the driver model more in the future.

I've also updated the very out of date MAINTAINERS entry for the i2c code.

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

thanks,

greg k-h

 MAINTAINERS                               |   31 +-
 drivers/i2c/busses/i2c-ali15x3.c          |    1 
 drivers/i2c/busses/i2c-amd756.c           |    1 
 drivers/i2c/busses/i2c-amd8111.c          |    1 
 drivers/i2c/busses/i2c-i801.c             |    1 
 drivers/i2c/busses/i2c-isa.c              |    1 
 drivers/i2c/busses/i2c-piix4.c            |    1 
 drivers/i2c/busses/i2c-viapro.c           |    1 
 drivers/i2c/chips/adm1021.c               |    2 
 drivers/i2c/chips/it87.c                  |   90 +++++++
 drivers/i2c/chips/lm75.c                  |    2 
 drivers/i2c/chips/via686a.c               |    2 
 drivers/i2c/chips/w83781d.c               |    2 
 drivers/i2c/i2c-core.c                    |  351 +++++++++++++-----------------
 drivers/i2c/i2c-dev.c                     |   62 ++---
 drivers/i2c/i2c-keywest.c                 |    3 
 drivers/media/video/bt832.c               |   22 -
 drivers/media/video/bttv-if.c             |   64 +----
 drivers/media/video/bttv.h                |    1 
 drivers/media/video/bttvp.h               |    3 
 drivers/media/video/dpc7146.c             |   13 -
 drivers/media/video/msp3400.c             |    2 
 drivers/media/video/mxb.c                 |   33 +-
 drivers/media/video/saa5249.c             |    6 
 drivers/media/video/saa7134/saa7134-i2c.c |   24 --
 drivers/media/video/tda7432.c             |    2 
 drivers/media/video/tda9875.c             |    2 
 drivers/media/video/tda9887.c             |   20 -
 drivers/media/video/tuner.c               |   22 -
 drivers/media/video/tvaudio.c             |    9 
 drivers/media/video/tvmixer.c             |   24 --
 include/linux/i2c.h                       |   40 ++-
 32 files changed, 409 insertions(+), 430 deletions(-)
-----

<warp:mercury.d2dc.net>:
  o i2c: it87 patch

Gerd Knorr:
  o i2c #3/3: add class field to i2c_adapter
  o i2c #2/3: add i2c_clients_command
  o i2c #1/3: listify i2c core

Greg Kroah-Hartman:
  o i2c: fix compile error due to previous patches
  o i2c: fix up the MAINTAINERS i2c entry
  o i2c: fix oops on startup of it87 driver

Paul Mackerras:
  o i2c: i2c-keywest.c irq handler type


             reply	other threads:[~2003-05-07  0:20 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-07  0:31 Greg KH [this message]
2003-05-07  0:33 ` [PATCH] i2c driver changes for 2.5.69 Greg KH
2003-05-07  0:33   ` Greg KH
2003-05-07  0:33     ` Greg KH
2003-05-07  0:33       ` Greg KH
2003-05-07  0:33         ` Greg KH
2003-05-07  0:33           ` Greg KH
2003-05-07  0:33             ` Greg KH
2003-05-07  0:33               ` 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=20030507003148.GA4622@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox