From: Greg KH <greg@kroah.com>
To: torvalds@transmeta.com
Cc: linux-kernel@vger.kernel.org, sensors@Stimpy.netroedge.com
Subject: [BK PATCH] More i2c driver changes for 2.5.66
Date: Wed, 2 Apr 2003 16:14:56 -0800 [thread overview]
Message-ID: <20030403001456.GA4973@kroah.com> (raw)
Hi,
Here are some more i2c driver changes for 2.5.66. It adds two i2c chip
drivers, and converts all of them to the sysfs interface. In doing so,
I've ripped out all of the old /proc and sysctl mess. A number of small
bugfixes for some of the media i2c drivers are in here too.
I've also fixed up the bus_id of the i2c client devices, as the current
code can cause duplicate bus_ids which didn't play nice on some systems.
Please pull from: bk://kernel.bkbits.net/gregkh/linux/i2c-2.5
thanks,
greg k-h
Documentation/i2c/proc-interface | 53 -
drivers/i2c/i2c-proc.c | 187 ---
include/linux/i2c-proc.h | 373 -------
Documentation/i2c/sysfs-interface | 177 +++
drivers/i2c/Kconfig | 11
drivers/i2c/Makefile | 2
drivers/i2c/busses/Kconfig | 13
drivers/i2c/chips/Kconfig | 70 +
drivers/i2c/chips/Makefile | 2
drivers/i2c/chips/adm1021.c | 360 +++----
drivers/i2c/chips/lm75.c | 187 +--
drivers/i2c/chips/via686a.c | 1010 +++++++++++++++++++-
drivers/i2c/chips/w83781d.c | 1892 +++++++++++++++++++++++++++++++++++++-
drivers/i2c/i2c-core.c | 190 ---
drivers/i2c/i2c-proc.c | 550 -----------
drivers/i2c/i2c-sensor.c | 182 +++
drivers/media/video/adv7175.c | 2
drivers/media/video/tvmixer.c | 20
include/linux/i2c-proc.h | 43
include/linux/i2c-sensor.h | 373 +++++++
include/linux/i2c-vid.h | 66 +
21 files changed, 3975 insertions(+), 1788 deletions(-)
-----
<azarah@gentoo.org>:
o i2c: w83781d i2c driver updated for 2.5.66-bk4 (with sysfs support, empty tree)
<j.dittmer@portrix.net>:
o i2c: add i2c-via686a driver
o i2c: fix compile bugs in tvmixer.c
Greg Kroah-Hartman <greg@kroah.com>:
o i2c: remove old proc documentation and add sysfs file documentation
o i2c: fix up broken drivers/i2c/busses build due to I2C_PROC now being gone
o i2c: clean up previous w83781d patch due to changes I made to i2c core and build
o i2c: remove all proc code from the i2c core, as it's no longer needed
o i2c: move i2c-proc to i2c-sensor and clean up all usages of it
o i2c: remove unused paramater in found_proc callback function
o i2c: remove proc and sysctl code from i2c-proc as it is no longer used
o i2c: remove sysctl and proc functions from via686a.c driver
o i2c: convert adm1021 chip driver to use sysfs files
o i2c: convert lm75 chip driver to use sysfs files
o i2c: change the way i2c creates the bus ids to actually be unique now
o i2c: fix memleak caused by my last patch fo the adv7175.c driver
next reply other threads:[~2003-04-03 0:13 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-03 0:14 Greg KH [this message]
2003-04-03 0:15 ` [PATCH] More i2c driver changes for 2.5.66 Greg KH
2003-04-03 0:15 ` Greg KH
2003-04-03 0:15 ` Greg KH
2003-04-03 0:15 ` Greg KH
2003-04-03 0:15 ` Greg KH
2003-04-03 0:15 ` Greg KH
2003-04-03 0:15 ` Greg KH
2003-04-03 0:15 ` Greg KH
2003-04-03 0:15 ` Greg KH
2003-04-03 0:15 ` Greg KH
2003-04-03 0:15 ` Greg KH
2003-04-03 0:15 ` Greg KH
2003-04-03 0:15 ` Greg KH
2003-04-03 0:15 ` Greg KH
2003-04-03 0:15 ` Greg KH
2003-04-03 6:21 ` Albert Cranford
2003-04-03 6:33 ` Greg KH
2003-04-03 13:06 ` Albert Cranford
2003-04-03 16:37 ` 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=20030403001456.GA4973@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