linux-kernel.vger.kernel.org archive mirror
 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.68
Date: Thu, 24 Apr 2003 16:58:36 -0700	[thread overview]
Message-ID: <20030424235836.GA29888@kroah.com> (raw)

Hi,

Here are some i2c driver changes for 2.5.68.  These include a lot of
cleanup patches, removing dead or duplicated code.  With these patches,
we are almost able to remove i2c-sensor.h and i2c-sensor.c, but not
quite there.  Also a new i2c chip driver has been added.

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

thanks,

greg k-h

 drivers/i2c/busses/i2c-viapro.c  |  321 +++++-------
 drivers/i2c/chips/Kconfig        |   14 
 drivers/i2c/chips/Makefile       |    1 
 drivers/i2c/chips/adm1021.c      |  130 -----
 drivers/i2c/chips/it87.c         |  976 +++++++++++++++++++++++++++++++++++++--
 drivers/i2c/chips/lm75.c         |    8 
 drivers/i2c/chips/via686a.c      |    8 
 drivers/i2c/chips/w83781d.c      |   10 
 drivers/i2c/i2c-core.c           |    8 
 drivers/i2c/i2c-sensor.c         |   46 -
 drivers/media/video/msp3400.c    |    6 
 drivers/media/video/saa5249.c    |    2 
 drivers/media/video/saa7111.c    |    2 
 drivers/media/video/tda7432.c    |    3 
 drivers/media/video/tda9840.c    |    2 
 drivers/media/video/tda9875.c    |    3 
 drivers/media/video/tda9887.c    |    3 
 drivers/media/video/tea6415c.c   |    2 
 drivers/media/video/tea6420.c    |    2 
 drivers/media/video/tuner-3036.c |    3 
 drivers/media/video/tuner.c      |    3 
 drivers/media/video/tvaudio.c    |    3 
 include/linux/i2c-sensor.h       |  152 +-----
 include/linux/i2c.h              |   25 
 24 files changed, 1216 insertions(+), 517 deletions(-)
-----

<florin@iucha.net>:
  o i2c: added it87 driver

Christoph Hellwig <hch@lst.de>:
  o i2c: bring i2c-viapro uptodate with the style guide
  o i2c: remove dead init code from i2c-sensors.c
  o i2c: remove dead code from adm1021
  o i2c: remove dead junk from i2c-sensors.h

Greg Kroah-Hartman <greg@kroah.com>:
  o i2c: remove a lot of dupliated macros from i2c-sensor.h and use the current values in i2c.h
  o i2c: removed unneeded typedef from i2c-sensor.h
  o i2c: fix up the media drivers due to removing flags paramater of callback function
  o i2c: removed unused flags paramater in found_proc callback
  o i2c: fix up it87.c check_region mess


             reply	other threads:[~2003-04-24 23:49 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-24 23:58 Greg KH [this message]
2003-04-24 23:59 ` [PATCH] i2c driver changes for 2.5.68 Greg KH
2003-04-24 23:59   ` Greg KH
2003-04-24 23:59     ` Greg KH
2003-04-24 23:59       ` Greg KH
2003-04-24 23:59         ` Greg KH
2003-04-24 23:59           ` Greg KH
2003-04-24 23:59             ` Greg KH
2003-04-24 23:59               ` Greg KH
2003-04-24 23:59                 ` Greg KH
2003-04-24 23:59                   ` 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=20030424235836.GA29888@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;
as well as URLs for NNTP newsgroup(s).