* [BK PATCH] i2c driver changes for 2.5.67 - take 2
@ 2003-04-11 23:40 Greg KH
2003-04-11 23:46 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2003-04-11 23:40 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel, sensors
Hi,
Here are some i2c driver changes for 2.5.67, again. These include a
number of compile fixes, and a build fix due to my previous patches.
Also a patch to help out the i2c based video drivers is in here, and two
new i2c drivers have been added.
Please pull from: bk://kernel.bkbits.net/gregkh/linux/i2c-2.5
thanks,
greg k-h
drivers/i2c/Kconfig | 11
drivers/i2c/Makefile | 1
drivers/i2c/busses/Kconfig | 26 +
drivers/i2c/busses/Makefile | 1
drivers/i2c/busses/i2c-viapro.c | 504 ++++++++++++++++++++++++++++++
drivers/i2c/chips/Kconfig | 5
drivers/i2c/chips/via686a.c | 551 ++++++++++++++++++---------------
drivers/i2c/chips/w83781d.c | 6
drivers/i2c/i2c-adap-ite.c | 4
drivers/i2c/i2c-dev.c | 97 ++---
drivers/i2c/i2c-frodo.c | 4
drivers/i2c/i2c-keywest.c | 666 ++++++++++++++++++++++++++++++++++++++++
drivers/i2c/i2c-keywest.h | 111 ++++++
drivers/i2c/scx200_i2c.c | 6
include/linux/i2c-dev.h | 6
include/linux/i2c.h | 13
16 files changed, 1696 insertions(+), 316 deletions(-)
-----
<azarah@gentoo.org>:
o i2c: remove compiler warning in w83781d sensor driver
o i2c: Fix w83781d sensor to use Milli-Volt for in_* in sysfs
<j.dittmer@portrix.net>:
o i2c: convert via686a i2c driver to sysfs
<schlicht@uni-mannheim.de>:
o i2c: fix compilation error for various i2c-devices
Gerd Knorr <kraxel@bytesex.org>:
o i2c: add i2c_clientname()
Greg Kroah-Hartman <greg@kroah.com>:
o i2c: clean up i2c-dev.c's formatting, DEBUG, and ioctl mess
o i2c: fix up compile error in scx200_i2c driver
o i2c: fix up via686a.c driver based on previous i2c api changes
o i2c: fix up CONFIG_I2C_SENSOR configuration logic
Luca Tettamanti <kronos@kronoz.cjb.net>:
o i2c: Add i2c-viapro.c driver
Paul Mackerras <paulus@samba.org>:
o i2c: Add driver for powermac keywest i2c interface
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [BK PATCH] i2c driver changes for 2.5.67 - take 2
2003-04-11 23:40 [BK PATCH] i2c driver changes for 2.5.67 - take 2 Greg KH
@ 2003-04-11 23:46 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2003-04-11 23:46 UTC (permalink / raw)
To: linux-kernel, sensors
On Fri, Apr 11, 2003 at 04:40:18PM -0700, Greg KH wrote:
> Hi,
>
> Here are some i2c driver changes for 2.5.67, again. These include a
> number of compile fixes, and a build fix due to my previous patches.
> Also a patch to help out the i2c based video drivers is in here, and two
> new i2c drivers have been added.
These have all been posted here in the past, so I'm not going to do it
again.
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-04-11 23:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-11 23:40 [BK PATCH] i2c driver changes for 2.5.67 - take 2 Greg KH
2003-04-11 23:46 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox