[BK PATCH] i2c driver fixes for 2.6.0
From: Greg KH (greg_at_kroah.com)
Date: 12/30/03
- Previous message: Linus Torvalds: "Re: no DRQ after issuing WRITE was Re: 2.4.23-uv3 patch set released"
- Next in thread: Greg KH: "[PATCH] i2c driver fixes for 2.6.0"
- Reply: Greg KH: "[PATCH] i2c driver fixes for 2.6.0"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 30 Dec 2003 14:02:57 -0800 To: torvalds@osdl.org, akpm@osdl.org
Hi,
Here are some i2c driver fixes and updates for 2.6.0. There are a
number of bug fixes here, a big documentation update, and a new i2c chip
driver was added.
Please pull from: bk://linuxusb.bkbits.net/i2c-devel-2.6
Individual patches will follow, sent to the sensors and linux-kernel
lists.
thanks,
greg k-h
Documentation/i2c/i2c-velleman | 16 -
Documentation/i2c/porting-clients | 121 ++++++++++
Documentation/i2c/summary | 2
Documentation/i2c/sysfs-interface | 33 +-
Documentation/i2c/writing-clients | 57 ----
drivers/i2c/algos/i2c-algo-bit.c | 96 ++++----
drivers/i2c/algos/i2c-algo-ite.c | 36 ---
drivers/i2c/busses/Kconfig | 12 -
drivers/i2c/busses/i2c-amd756.c | 35 +-
drivers/i2c/busses/i2c-amd8111.c | 2
drivers/i2c/busses/i2c-ibm_iic.c | 34 --
drivers/i2c/busses/i2c-piix4.c | 39 ++-
drivers/i2c/busses/i2c-savage4.c | 12 -
drivers/i2c/busses/i2c-velleman.c | 2
drivers/i2c/busses/i2c-viapro.c | 8
drivers/i2c/chips/Kconfig | 27 +-
drivers/i2c/chips/Makefile | 1
drivers/i2c/chips/it87.c | 11
drivers/i2c/chips/lm75.c | 40 ---
drivers/i2c/chips/lm75.h | 49 ++++
drivers/i2c/chips/lm78.c | 4
drivers/i2c/chips/lm83.c | 450 +++++++++++++++++++++++++++++++++++---
drivers/i2c/chips/via686a.c | 46 +--
drivers/i2c/chips/w83781d.c | 221 ++----------------
drivers/pcmcia/sa1100_stork.c | 1
include/linux/i2c-id.h | 2
26 files changed, 845 insertions(+), 512 deletions(-)
-----
Greg Kroah-Hartman:
o I2C: removed #include <linux/i2c.h> from sa1100_stork.c as it's not needed
Jean Delvare:
o I2C: lm83 driver updates
o I2C: velleman typo
o I2C: Fix SCx200 dependancies
o I2C: remove bus scan logic from i2c chip drivers
o I2C: restore support for AMD8111 in i2c-amd756 driver
o I2C: fix i2c-amd8111 driver
o I2C: it87 and via686a alarms
o I2C: add KT600 support to i2c-viapro driver
o I2C: add Serverworks CSB6 support to i2c-piix4
o I2C: fix author of i2c-savage4.c driver
o I2C: make I2C chipset drivers use temp_hyst[1-3]
o I2C: sysfs interface documentation
o I2C: Fix i2c-algo-bit for adapers that cannot read SCL back
o I2C: i2c documentation (2 of 2)
o I2C: i2c documentation (1 of 2)
o I2C: Add lm83 chip driver
Mark D. Studebaker:
o I2C: fix amd756 byte writes
Mark M. Hoffman:
o I2C: lm75 chip driver conversion routine fixes
o I2C: remove initialization of limits by lm75 driver
o I2C: remove initialization of limits by w83781d driver
o I2C: improve chip detection in w83781d.c driver
Tom Rini:
o I2C: make i2c-piix4 fix optional
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Linus Torvalds: "Re: no DRQ after issuing WRITE was Re: 2.4.23-uv3 patch set released"
- Next in thread: Greg KH: "[PATCH] i2c driver fixes for 2.6.0"
- Reply: Greg KH: "[PATCH] i2c driver fixes for 2.6.0"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
- netdev-2.6 queue updated
... Make Atmel driver use SET_NETDEV_DEV ... Robert Olsson's fix and refinement
... o Orinoco driver updates - PCMCIA initialization cleanups ... (Linux-Kernel) - 2.6.14-rc5-mm1
... Fix git-acpi.patch ... Driver tree updates ... (Linux-Kernel) - 2.6.17-rc4-mm2
... please test this tree and report the results. ... expect it to fix quite
a few things. ... See the `hot-fixes' directory for any important updates to this patchset.
... ARM driver fix ... (Linux-Kernel) - netdev-2.6, wireless-2.6 queues updated
... I'm too slack to post a patch tonight. ... Robert Olsson's fix and refinement
... Driver version, white space, other stuff ... o Orinoco driver updates
- update version and changelog ... (Linux-Kernel) - 2.6.11-rc2-mm2
... Fix a warning ... random driver fix ... ppc64 updates ...
MIPS update ... (Linux-Kernel)