From: Greg KH <greg@kroah.com>
To: torvalds@osdl.org, akpm@osdl.org
Cc: linux-kernel@vger.kernel.org, sensors@Stimpy.netroedge.com
Subject: [BK PATCH] i2c driver fixes for 2.6.1
Date: Mon, 19 Jan 2004 15:57:33 -0800 [thread overview]
Message-ID: <20040119235733.GA5549@kroah.com> (raw)
Hi,
Here are some i2c driver fixes and updates for 2.6.1. There are a
number of bug fixes here, and a few new drivers have been added to the
tree.
Please pull from: bk://kernel.bkbits.net/gregkh/linux/i2c-2.6
Individual patches will follow, sent to the sensors and linux-kernel
lists.
thanks,
greg k-h
Documentation/i2c/porting-clients | 5
drivers/Kconfig | 2
drivers/char/Kconfig | 2
drivers/i2c/Kconfig | 32
drivers/i2c/algos/Kconfig | 1
drivers/i2c/algos/i2c-algo-pcf.h | 2
drivers/i2c/busses/Kconfig | 101 ++-
drivers/i2c/busses/Makefile | 2
drivers/i2c/busses/i2c-ali1535.c | 5
drivers/i2c/busses/i2c-ali15x3.c | 5
drivers/i2c/busses/i2c-amd756.c | 5
drivers/i2c/busses/i2c-amd8111.c | 5
drivers/i2c/busses/i2c-elektor.c | 19
drivers/i2c/busses/i2c-elv.c | 17
drivers/i2c/busses/i2c-frodo.c | 5
drivers/i2c/busses/i2c-i801.c | 5
drivers/i2c/busses/i2c-i810.c | 5
drivers/i2c/busses/i2c-ibm_iic.c | 8
drivers/i2c/busses/i2c-iop3xx.c | 9
drivers/i2c/busses/i2c-isa.c | 5
drivers/i2c/busses/i2c-ite.c | 24
drivers/i2c/busses/i2c-keywest.c | 36 -
drivers/i2c/busses/i2c-nforce2.c | 5
drivers/i2c/busses/i2c-parport-light.c | 179 +++++
drivers/i2c/busses/i2c-parport.c | 273 ++++++++
drivers/i2c/busses/i2c-parport.h | 87 ++
drivers/i2c/busses/i2c-philips-par.c | 9
drivers/i2c/busses/i2c-piix4.c | 12
drivers/i2c/busses/i2c-prosavage.c | 5
drivers/i2c/busses/i2c-rpx.c | 9
drivers/i2c/busses/i2c-savage4.c | 5
drivers/i2c/busses/i2c-sis5595.c | 10
drivers/i2c/busses/i2c-sis630.c | 5
drivers/i2c/busses/i2c-sis96x.c | 5
drivers/i2c/busses/i2c-velleman.c | 14
drivers/i2c/busses/i2c-via.c | 7
drivers/i2c/busses/i2c-viapro.c | 5
drivers/i2c/busses/i2c-voodoo3.c | 5
drivers/i2c/busses/scx200_acb.c | 15
drivers/i2c/busses/scx200_i2c.c | 10
drivers/i2c/chips/Kconfig | 36 +
drivers/i2c/chips/Makefile | 7
drivers/i2c/chips/adm1021.c | 5
drivers/i2c/chips/asb100.c | 1059 ++++++++++++++++++++++++++++++++-
drivers/i2c/chips/eeprom.c | 67 +-
drivers/i2c/chips/it87.c | 13
drivers/i2c/chips/lm75.c | 5
drivers/i2c/chips/lm78.c | 7
drivers/i2c/chips/lm83.c | 7
drivers/i2c/chips/lm85.c | 5
drivers/i2c/chips/lm90.c | 529 ++++++++++++++++
drivers/i2c/chips/via686a.c | 5
drivers/i2c/chips/w83781d.c | 37 -
drivers/i2c/chips/w83l785ts.c | 314 +++++++++
drivers/i2c/i2c-core.c | 114 +--
drivers/i2c/i2c-dev.c | 10
drivers/i2c/i2c-sensor.c | 5
drivers/ieee1394/Kconfig | 9
drivers/media/video/Kconfig | 13
drivers/media/video/saa7146.h | 1
drivers/video/Kconfig | 21
include/linux/i2c-id.h | 3
62 files changed, 2966 insertions(+), 266 deletions(-)
-----
<ebs:ebshome.net>:
o I2C: IBM IIC compile fix
Greg Kroah-Hartman:
o I2C: remove unneeded CVS Id: lines
o I2C: add I2C_DEBUG_BUS config option and convert the i2c bus drivers to use it
o I2C: add I2C_DEBUG_CHIP config option and convert the i2c chip drivers to use it
o I2C: add I2C_DEBUG_CORE config option and convert the i2c core code to use it
o I2C: only select I2C_ITE if we are a MIPS system
o I2C: remove CONFIG_ISA dependancy for I2C_ISA as x86_64 does not have CONFIG_ISA
o I2C: move the Kconfig "source..." out of the drivers/char/ location
Jean Delvare:
o I2C: Autoselect i2c algos
o I2C: New driver: w83l785ts
o I2C: Fix i2c busses warnings with DEBUG
o I2C: Fix i2c-core.c with DEBUG
o I2C: Fix lm90.c with DEBUG
o I2C: speed up eeprom driver by a factor of 4
o I2C: i2c-i801 help
o I2C: clean up ISA dependancies
o I2C: restore correct vaio handling in eeprom driver
o I2C: Fix debug bug in lm83 driver
o I2C: Fix w83781d temp
o I2C: New chip driver: lm90
o I2C: New parport bus drivers
o I2C: i2c-rpx.c doesn't need ioports.h nor parport.h
o I2C: Typo in i2c/busses/Kconfig
o I2C: saa7146.h doesn't need i2c.h
o I2C: documentation update
Mark M. Hoffman:
o I2C: link asb100 in the proper order
o I2C: Add ported sensor chip driver: asb100
Matthew Wilcox:
o I2C: Kconfig cleanups
Tom Rini:
o I2C: module_parm fixes for i2c-piix4.c
next reply other threads:[~2004-01-20 0:17 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-19 23:57 Greg KH [this message]
2004-01-19 23:59 ` [PATCH] i2c driver fixes for 2.6.1 Greg KH
2004-01-19 23:59 ` Greg KH
2004-01-19 23:59 ` Greg KH
2004-01-19 23:59 ` Greg KH
2004-01-19 23:59 ` Greg KH
2004-01-19 23:59 ` Greg KH
2004-01-19 23:59 ` Greg KH
2004-01-19 23:59 ` Greg KH
2004-01-19 23:59 ` Greg KH
2004-01-19 23:59 ` Greg KH
2004-01-19 23:59 ` Greg KH
2004-01-19 23:59 ` Greg KH
2004-01-19 23:59 ` Greg KH
2004-01-19 23:59 ` Greg KH
2004-01-19 23:59 ` Greg KH
2004-01-19 23:59 ` Greg KH
2004-01-19 23:59 ` Greg KH
2004-01-19 23:59 ` Greg KH
2004-01-19 23:59 ` Greg KH
2004-01-19 23:59 ` Greg KH
2004-01-19 23:59 ` Greg KH
2004-01-19 23:59 ` Greg KH
2004-01-19 23:59 ` Greg KH
2004-01-19 23:59 ` Greg KH
2004-01-19 23:59 ` Greg KH
2004-01-19 23:59 ` Greg KH
2004-01-19 23:59 ` Greg KH
2004-01-19 23:59 ` Greg KH
2004-01-19 23:59 ` Greg KH
2004-01-21 21:50 ` Jean Delvare
2004-01-21 23:56 ` Greg KH
2004-01-31 8:56 ` Jean Delvare
2004-01-31 15:23 ` Greg KH
2004-01-20 22:03 ` Jean Delvare
2004-01-20 22:07 ` Greg KH
2004-01-21 20:47 ` Jean Delvare
2004-01-24 1:14 ` 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=20040119235733.GA5549@kroah.com \
--to=greg@kroah.com \
--cc=akpm@osdl.org \
--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