From: Greg KH <greg@kroah.com>
To: torvalds@osdl.org
Cc: linux-kernel@vger.kernel.org, sensors@Stimpy.netroedge.com
Subject: [BK PATCH] More i2c driver fixes for 2.6.0-test5
Date: Thu, 25 Sep 2003 14:48:38 -0700 [thread overview]
Message-ID: <20030925214838.GA30072@kroah.com> (raw)
Hi,
Here are some more i2c driver fixes and additions for 2.6.0-test5. I've
fixed up the check_region/request_region logic for isa drivers and moved
the i2c algorithms into their own subdirectory, both as recommended by
Christoph, and added the eeprom i2c chip driver (ported from the 2.4
tree and converted to use the sysfs binary file interface).
There are a also a few other minor i2c cleanups and fixes in here.
Please pull from: bk://kernel.bkbits.net/gregkh/linux/i2c-2.6
thanks,
greg k-h
drivers/i2c/i2c-algo-bit.c | 567 ------------------------
drivers/i2c/i2c-algo-ite.c | 872 --------------------------------------
drivers/i2c/i2c-algo-pcf.c | 479 --------------------
drivers/i2c/i2c-ite.h | 117 -----
drivers/i2c/i2c-pcf8584.h | 78 ---
Documentation/i2c/sysfs-interface | 5
drivers/i2c/Kconfig | 38 -
drivers/i2c/Makefile | 5
drivers/i2c/algos/Kconfig | 45 +
drivers/i2c/algos/Makefile | 7
drivers/i2c/algos/i2c-algo-bit.c | 567 ++++++++++++++++++++++++
drivers/i2c/algos/i2c-algo-ite.c | 872 ++++++++++++++++++++++++++++++++++++++
drivers/i2c/algos/i2c-algo-ite.h | 117 +++++
drivers/i2c/algos/i2c-algo-pcf.c | 479 ++++++++++++++++++++
drivers/i2c/algos/i2c-algo-pcf.h | 78 +++
drivers/i2c/busses/i2c-elektor.c | 2
drivers/i2c/chips/Kconfig | 12
drivers/i2c/chips/Makefile | 1
drivers/i2c/chips/eeprom.c | 290 ++++++++++++
drivers/i2c/i2c-sensor.c | 5
20 files changed, 2469 insertions(+), 2167 deletions(-)
-----
Greg Kroah-Hartman:
o I2C: remove unneeded #defines in the eeprom chip driver
o I2C: add eeprom i2c chip driver
o I2C: move the i2c algorithm drivers to drivers/i2c/algos
o I2C: remove the isa address check alltogether
next reply other threads:[~2003-09-25 21:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-09-25 21:48 Greg KH [this message]
2003-09-25 21:50 ` [PATCH] More i2c driver fixes for 2.6.0-test5 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=20030925214838.GA30072@kroah.com \
--to=greg@kroah.com \
--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