* [GIT PATCH] I2C and hwmon patches for 2.6.14
@ 2005-10-28 23:06 ` Greg KH
0 siblings, 0 replies; 18+ messages in thread
From: Greg KH @ 2005-10-28 21:06 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, lm-sensors
Here are some i2c and hwmon patches. They have all been in the past few
-mm releases with no problem. They fix a number of different bugs, and
add a new driver.
Please pull from:
rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/i2c-2.6.git/
or from:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6.git/
if it isn't synced up yet.
The full patch series will sent to the sensors mailing lists, if anyone
wants to see them.
thanks,
greg k-h
Documentation/hwmon/it87 | 8
Documentation/hwmon/lm90 | 47 +-
Documentation/hwmon/smsc47b397 | 8
Documentation/hwmon/smsc47m1 | 7
Documentation/hwmon/sysfs-interface | 3
Documentation/hwmon/via686a | 17
Documentation/i2c/busses/i2c-i810 | 1
Documentation/i2c/busses/i2c-viapro | 31 -
Documentation/i2c/chips/x1205 | 38 +
Documentation/i2c/functionality | 7
Documentation/i2c/porting-clients | 2
Documentation/i2c/writing-clients | 27 -
MAINTAINERS | 6
drivers/hwmon/adm1021.c | 5
drivers/hwmon/adm1025.c | 3
drivers/hwmon/adm1026.c | 22 -
drivers/hwmon/adm1031.c | 3
drivers/hwmon/adm9240.c | 465 +++++++++++-----------
drivers/hwmon/asb100.c | 11
drivers/hwmon/atxp1.c | 5
drivers/hwmon/ds1621.c | 9
drivers/hwmon/fscher.c | 3
drivers/hwmon/fscpos.c | 5
drivers/hwmon/gl518sm.c | 3
drivers/hwmon/gl520sm.c | 3
drivers/hwmon/it87.c | 56 --
drivers/hwmon/lm63.c | 3
drivers/hwmon/lm75.c | 3
drivers/hwmon/lm77.c | 3
drivers/hwmon/lm78.c | 6
drivers/hwmon/lm80.c | 5
drivers/hwmon/lm83.c | 3
drivers/hwmon/lm85.c | 15
drivers/hwmon/lm87.c | 3
drivers/hwmon/lm90.c | 183 +++++---
drivers/hwmon/lm92.c | 3
drivers/hwmon/max1619.c | 3
drivers/hwmon/pc87360.c | 3
drivers/hwmon/sis5595.c | 3
drivers/hwmon/smsc47b397.c | 10
drivers/hwmon/smsc47m1.c | 10
drivers/hwmon/via686a.c | 28 -
drivers/hwmon/w83627ehf.c | 16
drivers/hwmon/w83627hf.c | 32 -
drivers/hwmon/w83781d.c | 11
drivers/hwmon/w83792d.c | 7
drivers/hwmon/w83l785ts.c | 44 +-
drivers/i2c/algos/i2c-algo-pca.c | 2
drivers/i2c/algos/i2c-algo-sibyte.c | 2
drivers/i2c/busses/Kconfig | 3
drivers/i2c/busses/i2c-ali1535.c | 7
drivers/i2c/busses/i2c-ali1563.c | 7
drivers/i2c/busses/i2c-ali15x3.c | 10
drivers/i2c/busses/i2c-amd756-s4882.c | 4
drivers/i2c/busses/i2c-amd756.c | 8
drivers/i2c/busses/i2c-amd8111.c | 16
drivers/i2c/busses/i2c-elektor.c | 158 ++++---
drivers/i2c/busses/i2c-hydra.c | 1
drivers/i2c/busses/i2c-i801.c | 65 ---
drivers/i2c/busses/i2c-i810.c | 2
drivers/i2c/busses/i2c-ibm_iic.c | 3
drivers/i2c/busses/i2c-iop3xx.c | 9
drivers/i2c/busses/i2c-isa.c | 1
drivers/i2c/busses/i2c-ixp2000.c | 8
drivers/i2c/busses/i2c-ixp4xx.c | 8
drivers/i2c/busses/i2c-keywest.c | 7
drivers/i2c/busses/i2c-mpc.c | 4
drivers/i2c/busses/i2c-mv64xxx.c | 6
drivers/i2c/busses/i2c-nforce2.c | 18
drivers/i2c/busses/i2c-parport.c | 11
drivers/i2c/busses/i2c-piix4.c | 13
drivers/i2c/busses/i2c-pmac-smu.c | 3
drivers/i2c/busses/i2c-prosavage.c | 10
drivers/i2c/busses/i2c-s3c2410.c | 2
drivers/i2c/busses/i2c-savage4.c | 1
drivers/i2c/busses/i2c-sis5595.c | 10
drivers/i2c/busses/i2c-sis630.c | 9
drivers/i2c/busses/i2c-sis96x.c | 8
drivers/i2c/busses/i2c-via.c | 7
drivers/i2c/busses/i2c-viapro.c | 311 +++++++--------
drivers/i2c/busses/i2c-voodoo3.c | 1
drivers/i2c/busses/scx200_acb.c | 3
drivers/i2c/chips/Kconfig | 9
drivers/i2c/chips/Makefile | 1
drivers/i2c/chips/ds1337.c | 3
drivers/i2c/chips/ds1374.c | 7
drivers/i2c/chips/eeprom.c | 9
drivers/i2c/chips/isp1301_omap.c | 1
drivers/i2c/chips/m41t00.c | 4
drivers/i2c/chips/max6875.c | 6
drivers/i2c/chips/pca9539.c | 3
drivers/i2c/chips/pcf8574.c | 5
drivers/i2c/chips/pcf8591.c | 5
drivers/i2c/chips/rtc8564.c | 5
drivers/i2c/chips/tps65010.c | 3
drivers/i2c/chips/x1205.c | 698 ++++++++++++++++++++++++++++++++++
drivers/i2c/i2c-core.c | 196 +++------
drivers/i2c/i2c-dev.c | 17
include/linux/i2c-algo-bit.h | 4
include/linux/i2c-algo-pca.h | 2
include/linux/i2c-algo-pcf.h | 4
include/linux/i2c-dev.h | 2
include/linux/i2c-id.h | 3
include/linux/i2c.h | 38 -
include/linux/mod_devicetable.h | 5
include/linux/x1205.h | 31 +
include/media/ovcamchip.h | 14
scripts/mod/file2alias.c | 10
108 files changed, 1872 insertions(+), 1140 deletions(-)
Alessandro Zummo:
i2c: New Xicor X1205 RTC driver
Ben Dooks:
i2c: Static function fixes, 1 of 4
i2c: Static function fixes, 4 of 4
hwmon: Static function fixes, 3 of 4
hwmon: Static function fixes, 2 of 4
Deepak Saxena:
i2c: kzalloc conversion, ixp bus drivers
i2c: kzalloc conversion, other drivers
hwmon: kzalloc conversion
Grant Coady:
hwmon: adm9240 driver update - cleanups
hwmon: adm9240 driver update - dynamic sysfs
Greg KH:
i2c-viapro: Cleanup ifdef usage
Greg Kroah-Hartman:
I2C: remove devfs support from i2c-dev driver
I2C: add i2c module alias for i2c drivers to use
Hideki Iwamoto:
i2c: Fix union i2c_smbus_data definition
i2c: Several PEC-related fixes in software SMBus emulation
i2c: Fix I2C_FUNC_PROTOCOL_MANGLING documentation
Jean Delvare:
hwmon: via686a: save 0.5k by long v[256] -> s16 v[256]
hwmon: Discard explicit static initializations to 0
i2c: Discard explicit static initializations to 0
hwmon: w83l785ts converted to dynamic sysfs callbacks
hwmon: Discard bogus comment about init setting limits
hwmon: Do not forcibly enable via686a by default
i2c: Reuse name strings in i2c bus drivers
hwmon: adm9240 whitespace cleanups
i2c: Minor i2c-amd8111 cleanup
i2c-viapro: New maintainer
i2c: Adjust i2c_probe() for busses without SMBUS_QUICK
i2c-viapro: Coding style fixes
hwmon: Minor w83l785ts optimization
i2c-viapro: Refactor control outb
i2c: Add missing i2c-ixp2000/4xx adapter name
i2c-viapro: Update supported devices list
i2c-viapro: Code cleanups
i2c: Cleanup i2c-dev ioctl debug message
i2c-viapro: Improve register dump
i2c-viapro: Implement I2C Block transactions
i2c: Fix misplaced i2c.h comment
i2c: Cleanup i2c-i801 ifdefs
i2c: Documentation fixes
i2c: Drop out-of-date, colliding ioctl definitions
hwmon: Drop legacy ISA address support from it87
i2c: Drop useless CVS revision IDs
i2c: Drop meaningless use of I2C_DF_NOTIFY in i2c_client structures
i2c: Drop I2C_SMBUS_I2C_BLOCK_MAX
i2c: Rename i2c-parport variable to avoid confusion
hwmon: Drop useless w83627hf initialization step
i2c: Drop unused per-i2c-algorithm adapter max
hwmon: Missing class check in two hwmon drivers
i2c: kzalloc cleanups, 1 of 2
i2c: Documentation update
i2c: kzalloc cleanups, 2 of 2
i2c: i2c-i810 documentation update
i2c: SMBus PEC support rewrite, 1 of 3
i2c: ID redefinition cleanups
i2c: Drop unused parport i2c IDs
i2c: SMBus PEC support rewrite, 2 of 3
i2c: SMBus PEC support rewrite, 3 of 3
hwmon: Separate the lm90 register read function
hwmon: lm90 documentation update
hwmon: smsc47m1 documentation update
hwmon: Add PEC support to the lm90 driver
i2c: i2c-i801 PEC code cleanups
Laurent Riffard:
Owner field additions to many i2c drivers, 2 of 5
Owner field additions to many i2c drivers, 5 of 5
Owner field additions to many i2c drivers, 4 of 5
Owner field additions to many i2c drivers, 1 of 5
Owner field additions to many i2c drivers, 3 of 5
Mark M. Hoffman:
hwmon: New device ID for the smsc47b397 driver
Petr Vandrovec:
hwmon: Fix w83627ehf/hf vs PNPACPI conflict (bug #4014)
Stig Telfer:
i2c: Fix i2c-elektor on Alpha
i2c: Big i2c-elektor cleanup
^ permalink raw reply [flat|nested] 18+ messages in thread
* [lm-sensors] [GIT PATCH] I2C and hwmon patches for 2.6.14
@ 2005-10-28 23:06 ` Greg KH
0 siblings, 0 replies; 18+ messages in thread
From: Greg KH @ 2005-10-28 23:06 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, lm-sensors
Here are some i2c and hwmon patches. They have all been in the past few
-mm releases with no problem. They fix a number of different bugs, and
add a new driver.
Please pull from:
rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/i2c-2.6.git/
or from:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6.git/
if it isn't synced up yet.
The full patch series will sent to the sensors mailing lists, if anyone
wants to see them.
thanks,
greg k-h
Documentation/hwmon/it87 | 8
Documentation/hwmon/lm90 | 47 +-
Documentation/hwmon/smsc47b397 | 8
Documentation/hwmon/smsc47m1 | 7
Documentation/hwmon/sysfs-interface | 3
Documentation/hwmon/via686a | 17
Documentation/i2c/busses/i2c-i810 | 1
Documentation/i2c/busses/i2c-viapro | 31 -
Documentation/i2c/chips/x1205 | 38 +
Documentation/i2c/functionality | 7
Documentation/i2c/porting-clients | 2
Documentation/i2c/writing-clients | 27 -
MAINTAINERS | 6
drivers/hwmon/adm1021.c | 5
drivers/hwmon/adm1025.c | 3
drivers/hwmon/adm1026.c | 22 -
drivers/hwmon/adm1031.c | 3
drivers/hwmon/adm9240.c | 465 +++++++++++-----------
drivers/hwmon/asb100.c | 11
drivers/hwmon/atxp1.c | 5
drivers/hwmon/ds1621.c | 9
drivers/hwmon/fscher.c | 3
drivers/hwmon/fscpos.c | 5
drivers/hwmon/gl518sm.c | 3
drivers/hwmon/gl520sm.c | 3
drivers/hwmon/it87.c | 56 --
drivers/hwmon/lm63.c | 3
drivers/hwmon/lm75.c | 3
drivers/hwmon/lm77.c | 3
drivers/hwmon/lm78.c | 6
drivers/hwmon/lm80.c | 5
drivers/hwmon/lm83.c | 3
drivers/hwmon/lm85.c | 15
drivers/hwmon/lm87.c | 3
drivers/hwmon/lm90.c | 183 +++++---
drivers/hwmon/lm92.c | 3
drivers/hwmon/max1619.c | 3
drivers/hwmon/pc87360.c | 3
drivers/hwmon/sis5595.c | 3
drivers/hwmon/smsc47b397.c | 10
drivers/hwmon/smsc47m1.c | 10
drivers/hwmon/via686a.c | 28 -
drivers/hwmon/w83627ehf.c | 16
drivers/hwmon/w83627hf.c | 32 -
drivers/hwmon/w83781d.c | 11
drivers/hwmon/w83792d.c | 7
drivers/hwmon/w83l785ts.c | 44 +-
drivers/i2c/algos/i2c-algo-pca.c | 2
drivers/i2c/algos/i2c-algo-sibyte.c | 2
drivers/i2c/busses/Kconfig | 3
drivers/i2c/busses/i2c-ali1535.c | 7
drivers/i2c/busses/i2c-ali1563.c | 7
drivers/i2c/busses/i2c-ali15x3.c | 10
drivers/i2c/busses/i2c-amd756-s4882.c | 4
drivers/i2c/busses/i2c-amd756.c | 8
drivers/i2c/busses/i2c-amd8111.c | 16
drivers/i2c/busses/i2c-elektor.c | 158 ++++---
drivers/i2c/busses/i2c-hydra.c | 1
drivers/i2c/busses/i2c-i801.c | 65 ---
drivers/i2c/busses/i2c-i810.c | 2
drivers/i2c/busses/i2c-ibm_iic.c | 3
drivers/i2c/busses/i2c-iop3xx.c | 9
drivers/i2c/busses/i2c-isa.c | 1
drivers/i2c/busses/i2c-ixp2000.c | 8
drivers/i2c/busses/i2c-ixp4xx.c | 8
drivers/i2c/busses/i2c-keywest.c | 7
drivers/i2c/busses/i2c-mpc.c | 4
drivers/i2c/busses/i2c-mv64xxx.c | 6
drivers/i2c/busses/i2c-nforce2.c | 18
drivers/i2c/busses/i2c-parport.c | 11
drivers/i2c/busses/i2c-piix4.c | 13
drivers/i2c/busses/i2c-pmac-smu.c | 3
drivers/i2c/busses/i2c-prosavage.c | 10
drivers/i2c/busses/i2c-s3c2410.c | 2
drivers/i2c/busses/i2c-savage4.c | 1
drivers/i2c/busses/i2c-sis5595.c | 10
drivers/i2c/busses/i2c-sis630.c | 9
drivers/i2c/busses/i2c-sis96x.c | 8
drivers/i2c/busses/i2c-via.c | 7
drivers/i2c/busses/i2c-viapro.c | 311 +++++++--------
drivers/i2c/busses/i2c-voodoo3.c | 1
drivers/i2c/busses/scx200_acb.c | 3
drivers/i2c/chips/Kconfig | 9
drivers/i2c/chips/Makefile | 1
drivers/i2c/chips/ds1337.c | 3
drivers/i2c/chips/ds1374.c | 7
drivers/i2c/chips/eeprom.c | 9
drivers/i2c/chips/isp1301_omap.c | 1
drivers/i2c/chips/m41t00.c | 4
drivers/i2c/chips/max6875.c | 6
drivers/i2c/chips/pca9539.c | 3
drivers/i2c/chips/pcf8574.c | 5
drivers/i2c/chips/pcf8591.c | 5
drivers/i2c/chips/rtc8564.c | 5
drivers/i2c/chips/tps65010.c | 3
drivers/i2c/chips/x1205.c | 698 ++++++++++++++++++++++++++++++++++
drivers/i2c/i2c-core.c | 196 +++------
drivers/i2c/i2c-dev.c | 17
include/linux/i2c-algo-bit.h | 4
include/linux/i2c-algo-pca.h | 2
include/linux/i2c-algo-pcf.h | 4
include/linux/i2c-dev.h | 2
include/linux/i2c-id.h | 3
include/linux/i2c.h | 38 -
include/linux/mod_devicetable.h | 5
include/linux/x1205.h | 31 +
include/media/ovcamchip.h | 14
scripts/mod/file2alias.c | 10
108 files changed, 1872 insertions(+), 1140 deletions(-)
Alessandro Zummo:
i2c: New Xicor X1205 RTC driver
Ben Dooks:
i2c: Static function fixes, 1 of 4
i2c: Static function fixes, 4 of 4
hwmon: Static function fixes, 3 of 4
hwmon: Static function fixes, 2 of 4
Deepak Saxena:
i2c: kzalloc conversion, ixp bus drivers
i2c: kzalloc conversion, other drivers
hwmon: kzalloc conversion
Grant Coady:
hwmon: adm9240 driver update - cleanups
hwmon: adm9240 driver update - dynamic sysfs
Greg KH:
i2c-viapro: Cleanup ifdef usage
Greg Kroah-Hartman:
I2C: remove devfs support from i2c-dev driver
I2C: add i2c module alias for i2c drivers to use
Hideki Iwamoto:
i2c: Fix union i2c_smbus_data definition
i2c: Several PEC-related fixes in software SMBus emulation
i2c: Fix I2C_FUNC_PROTOCOL_MANGLING documentation
Jean Delvare:
hwmon: via686a: save 0.5k by long v[256] -> s16 v[256]
hwmon: Discard explicit static initializations to 0
i2c: Discard explicit static initializations to 0
hwmon: w83l785ts converted to dynamic sysfs callbacks
hwmon: Discard bogus comment about init setting limits
hwmon: Do not forcibly enable via686a by default
i2c: Reuse name strings in i2c bus drivers
hwmon: adm9240 whitespace cleanups
i2c: Minor i2c-amd8111 cleanup
i2c-viapro: New maintainer
i2c: Adjust i2c_probe() for busses without SMBUS_QUICK
i2c-viapro: Coding style fixes
hwmon: Minor w83l785ts optimization
i2c-viapro: Refactor control outb
i2c: Add missing i2c-ixp2000/4xx adapter name
i2c-viapro: Update supported devices list
i2c-viapro: Code cleanups
i2c: Cleanup i2c-dev ioctl debug message
i2c-viapro: Improve register dump
i2c-viapro: Implement I2C Block transactions
i2c: Fix misplaced i2c.h comment
i2c: Cleanup i2c-i801 ifdefs
i2c: Documentation fixes
i2c: Drop out-of-date, colliding ioctl definitions
hwmon: Drop legacy ISA address support from it87
i2c: Drop useless CVS revision IDs
i2c: Drop meaningless use of I2C_DF_NOTIFY in i2c_client structures
i2c: Drop I2C_SMBUS_I2C_BLOCK_MAX
i2c: Rename i2c-parport variable to avoid confusion
hwmon: Drop useless w83627hf initialization step
i2c: Drop unused per-i2c-algorithm adapter max
hwmon: Missing class check in two hwmon drivers
i2c: kzalloc cleanups, 1 of 2
i2c: Documentation update
i2c: kzalloc cleanups, 2 of 2
i2c: i2c-i810 documentation update
i2c: SMBus PEC support rewrite, 1 of 3
i2c: ID redefinition cleanups
i2c: Drop unused parport i2c IDs
i2c: SMBus PEC support rewrite, 2 of 3
i2c: SMBus PEC support rewrite, 3 of 3
hwmon: Separate the lm90 register read function
hwmon: lm90 documentation update
hwmon: smsc47m1 documentation update
hwmon: Add PEC support to the lm90 driver
i2c: i2c-i801 PEC code cleanups
Laurent Riffard:
Owner field additions to many i2c drivers, 2 of 5
Owner field additions to many i2c drivers, 5 of 5
Owner field additions to many i2c drivers, 4 of 5
Owner field additions to many i2c drivers, 1 of 5
Owner field additions to many i2c drivers, 3 of 5
Mark M. Hoffman:
hwmon: New device ID for the smsc47b397 driver
Petr Vandrovec:
hwmon: Fix w83627ehf/hf vs PNPACPI conflict (bug #4014)
Stig Telfer:
i2c: Fix i2c-elektor on Alpha
i2c: Big i2c-elektor cleanup
^ permalink raw reply [flat|nested] 18+ messages in thread
* [lm-sensors] [GIT PATCH] I2C and hwmon patches for 2.6.15
@ 2006-01-06 22:06 ` Greg KH
0 siblings, 0 replies; 18+ messages in thread
From: Greg KH @ 2006-01-06 22:06 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, lm-sensors
Here are some i2c and hwmon patches. They add a new hwmon driver and
fix a number of different bugs. All of these have been in tha last few
-mm releases.
Please pull from:
rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/i2c-2.6.git/
or from:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6.git/
if it isn't synced up yet.
The full patch series will sent to the sensors mailing list, if anyone
wants to see them.
thanks,
greg k-h
Documentation/feature-removal-schedule.txt | 9
Documentation/hwmon/w83627hf | 19
Documentation/i2c/busses/i2c-nforce2 | 3
Documentation/i2c/busses/i2c-parport | 1
Documentation/i2c/porting-clients | 96 +-
Documentation/i2c/writing-clients | 22
MAINTAINERS | 6
arch/arm/mach-pxa/akita-ioexp.c | 9
drivers/acorn/char/pcf8583.c | 7
drivers/hwmon/Kconfig | 12
drivers/hwmon/Makefile | 1
drivers/hwmon/adm1021.c | 8
drivers/hwmon/adm1025.c | 12
drivers/hwmon/adm1026.c | 12
drivers/hwmon/adm1031.c | 8
drivers/hwmon/adm9240.c | 8
drivers/hwmon/asb100.c | 8
drivers/hwmon/atxp1.c | 8
drivers/hwmon/ds1621.c | 8
drivers/hwmon/fscher.c | 8
drivers/hwmon/fscpos.c | 8
drivers/hwmon/gl518sm.c | 8
drivers/hwmon/gl520sm.c | 8
drivers/hwmon/hwmon-vid.c | 69 +
drivers/hwmon/it87.c | 22
drivers/hwmon/lm63.c | 8
drivers/hwmon/lm75.c | 8
drivers/hwmon/lm77.c | 8
drivers/hwmon/lm78.c | 17
drivers/hwmon/lm80.c | 8
drivers/hwmon/lm83.c | 8
drivers/hwmon/lm85.c | 52 +
drivers/hwmon/lm87.c | 8
drivers/hwmon/lm90.c | 8
drivers/hwmon/lm92.c | 8
drivers/hwmon/max1619.c | 8
drivers/hwmon/pc87360.c | 9
drivers/hwmon/sis5595.c | 10
drivers/hwmon/smsc47b397.c | 10
drivers/hwmon/smsc47m1.c | 9
drivers/hwmon/via686a.c | 10
drivers/hwmon/vt8231.c | 868 ++++++++++++++++++++++++-
drivers/hwmon/w83627ehf.c | 9
drivers/hwmon/w83627hf.c | 25
drivers/hwmon/w83781d.c | 17
drivers/hwmon/w83792d.c | 85 --
drivers/hwmon/w83l785ts.c | 8
drivers/i2c/busses/i2c-i801.c | 6
drivers/i2c/busses/i2c-ibm_iic.c | 1
drivers/i2c/busses/i2c-isa.c | 10
drivers/i2c/busses/i2c-mv64xxx.c | 33
drivers/i2c/busses/i2c-nforce2.c | 2
drivers/i2c/busses/i2c-parport.h | 12
drivers/i2c/chips/ds1337.c | 45 +
drivers/i2c/chips/ds1374.c | 8
drivers/i2c/chips/eeprom.c | 8
drivers/i2c/chips/isp1301_omap.c | 8
drivers/i2c/chips/m41t00.c | 8
drivers/i2c/chips/max6875.c | 8
drivers/i2c/chips/pca9539.c | 8
drivers/i2c/chips/pcf8574.c | 8
drivers/i2c/chips/pcf8591.c | 8
drivers/i2c/chips/rtc8564.c | 45 -
drivers/i2c/chips/tps65010.c | 8
drivers/i2c/chips/x1205.c | 8
drivers/i2c/i2c-core.c | 76 --
drivers/i2c/i2c-dev.c | 65 -
drivers/macintosh/therm_adt746x.c | 8
drivers/macintosh/therm_pm72.c | 8
drivers/macintosh/therm_windtunnel.c | 8
drivers/macintosh/windfarm_lm75_sensor.c | 8
drivers/media/video/adv7170.c | 9
drivers/media/video/adv7175.c | 9
drivers/media/video/bt819.c | 9
drivers/media/video/bt832.c | 9
drivers/media/video/bt856.c | 9
drivers/media/video/bttv-i2c.c | 2
drivers/media/video/cs53l32a.c | 16
drivers/media/video/cx25840/cx25840-core.c | 9
drivers/media/video/cx25840/cx25840.h | 7
drivers/media/video/cx88/cx88-i2c.c | 2
drivers/media/video/em28xx/em28xx-i2c.c | 1
drivers/media/video/indycam.c | 8
drivers/media/video/ir-kbd-i2c.c | 7
drivers/media/video/msp3400.c | 22
drivers/media/video/ovcamchip/ovcamchip_core.c | 8
drivers/media/video/saa5246a.c | 15
drivers/media/video/saa5249.c | 15
drivers/media/video/saa6588.c | 9
drivers/media/video/saa7110.c | 9
drivers/media/video/saa7111.c | 9
drivers/media/video/saa7114.c | 9
drivers/media/video/saa7115.c | 16
drivers/media/video/saa711x.c | 9
drivers/media/video/saa7127.c | 19
drivers/media/video/saa7134/saa6752hs.c | 9
drivers/media/video/saa7134/saa7134-i2c.c | 4
drivers/media/video/saa7185.c | 9
drivers/media/video/saa7191.c | 8
drivers/media/video/tda7432.c | 8
drivers/media/video/tda9840.c | 8
drivers/media/video/tda9875.c | 8
drivers/media/video/tda9887.c | 7
drivers/media/video/tea6415c.c | 8
drivers/media/video/tea6420.c | 8
drivers/media/video/tuner-3036.c | 8
drivers/media/video/tuner-core.c | 9
drivers/media/video/tvaudio.c | 9
drivers/media/video/tveeprom.c | 9
drivers/media/video/tvmixer.c | 14
drivers/media/video/tvp5150.c | 9
drivers/media/video/vpx3220.c | 9
drivers/media/video/wm8775.c | 13
drivers/media/video/zoran_driver.c | 14
drivers/usb/media/w9968cf.c | 4
drivers/video/matrox/matroxfb_maven.c | 13
include/linux/hwmon-vid.h | 6
include/linux/i2c-id.h | 20
include/linux/i2c.h | 41 -
include/linux/pci_ids.h | 1
include/media/tuner.h | 7
sound/oss/dmasound/dac3550a.c | 8
sound/oss/dmasound/tas_common.c | 8
sound/ppc/keywest.c | 7
124 files changed, 1657 insertions(+), 854 deletions(-)
Grant Coady:
hwmon: remove deprecated sysfs names of adm1025 and adm1026
Greg Kroah-Hartman:
I2C: Make i2c_add_driver automatically set the proper module owner
I2C: Fix up debug build error for previous i2c structure changes
I2C: Remove .owner setting from i2c_driver as it's no longer needed
I2C: move i2c-dev to use dynamic class devices
Jean Delvare:
hwmon: Support the VRM 10 mode of the ADT7463
i2c: Drop i2c_driver.flags, 2 of 3
i2c: Drop i2c_driver.flags, 1 of 3
i2c: i2c_get_client is gone
i2c: Drop i2c_driver.flags, 3 of 3
i2c: Chip driver porting guide update
i2c: Rework client usage count, 1 of 3
i2c: Rework client usage count, 2 of 3
i2c: Rework client usage count, 3 of 3
i2c: Drop i2c_driver.{owner,name}, 10 of 11
i2c: Drop i2c_driver.{owner,name}, 11 of 11
hwmon: w83792d simplify in low bits handling
hwmon: w83792d misc cleanups
i2c: Documentation update
i2c: driver ID list cleanups
hwmon: it87 use u8 for vrm
i2c: update i2c_driver.command documentation
i2c: I2C_DF_NOTIFY removal comment cleanups
i2c: i2c-nforce2 add nforce4 MCP-04 device ID
Laurent Riffard:
i2c: Drop i2c_driver.{owner,name}, 1 of 11
i2c: Drop i2c_driver.{owner,name}, 5 of 11
i2c: Drop i2c_driver.{owner,name}, 4 of 11
i2c: Drop i2c_driver.{owner,name}, 2 of 11
i2c: Drop i2c_driver.{owner,name}, 3 of 11
i2c: Drop i2c_driver.{owner,name}, 6 of 11
i2c: Drop i2c_driver.{owner,name}, 7 of 11
i2c: Drop i2c_driver.{owner,name}, 9 of 11
i2c: Drop i2c_driver.{owner,name}, 8 of 11
i2c: drop empty i2c_driver.command implementations
Mark A. Greer:
i2c: i2c-mv64xxx fix transaction abortion
Mark M. Hoffman:
i2c: i2c-i801 explicitly enables/disables PEC
hwmon: Clarify the W83627THF VID documentation
Martin Hicks:
i2c: i2c-ibm_iic add I2C_CLASS_HWMON
Michael Burian:
i2c: Extend ds1337 initialization
Nicolas Kaiser:
i2c: Remove duplicate rtc8564 BCD macros
Peter Korsgaard:
i2c: Add support for Barco LPT->DVI to i2c-parport
Roger Lucas:
hwmon: New vt8231 driver
Rudolf Marek:
hwmon: add VRM/VID support for some VIA CPUs
Yuan Mu:
hwmon: W83627THF VID fixes
^ permalink raw reply [flat|nested] 18+ messages in thread
* [GIT PATCH] I2C and hwmon patches for 2.6.15
@ 2006-01-06 22:06 ` Greg KH
0 siblings, 0 replies; 18+ messages in thread
From: Greg KH @ 2006-01-06 22:06 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, lm-sensors
Here are some i2c and hwmon patches. They add a new hwmon driver and
fix a number of different bugs. All of these have been in tha last few
-mm releases.
Please pull from:
rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/i2c-2.6.git/
or from:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6.git/
if it isn't synced up yet.
The full patch series will sent to the sensors mailing list, if anyone
wants to see them.
thanks,
greg k-h
Documentation/feature-removal-schedule.txt | 9
Documentation/hwmon/w83627hf | 19
Documentation/i2c/busses/i2c-nforce2 | 3
Documentation/i2c/busses/i2c-parport | 1
Documentation/i2c/porting-clients | 96 +-
Documentation/i2c/writing-clients | 22
MAINTAINERS | 6
arch/arm/mach-pxa/akita-ioexp.c | 9
drivers/acorn/char/pcf8583.c | 7
drivers/hwmon/Kconfig | 12
drivers/hwmon/Makefile | 1
drivers/hwmon/adm1021.c | 8
drivers/hwmon/adm1025.c | 12
drivers/hwmon/adm1026.c | 12
drivers/hwmon/adm1031.c | 8
drivers/hwmon/adm9240.c | 8
drivers/hwmon/asb100.c | 8
drivers/hwmon/atxp1.c | 8
drivers/hwmon/ds1621.c | 8
drivers/hwmon/fscher.c | 8
drivers/hwmon/fscpos.c | 8
drivers/hwmon/gl518sm.c | 8
drivers/hwmon/gl520sm.c | 8
drivers/hwmon/hwmon-vid.c | 69 +
drivers/hwmon/it87.c | 22
drivers/hwmon/lm63.c | 8
drivers/hwmon/lm75.c | 8
drivers/hwmon/lm77.c | 8
drivers/hwmon/lm78.c | 17
drivers/hwmon/lm80.c | 8
drivers/hwmon/lm83.c | 8
drivers/hwmon/lm85.c | 52 +
drivers/hwmon/lm87.c | 8
drivers/hwmon/lm90.c | 8
drivers/hwmon/lm92.c | 8
drivers/hwmon/max1619.c | 8
drivers/hwmon/pc87360.c | 9
drivers/hwmon/sis5595.c | 10
drivers/hwmon/smsc47b397.c | 10
drivers/hwmon/smsc47m1.c | 9
drivers/hwmon/via686a.c | 10
drivers/hwmon/vt8231.c | 868 ++++++++++++++++++++++++-
drivers/hwmon/w83627ehf.c | 9
drivers/hwmon/w83627hf.c | 25
drivers/hwmon/w83781d.c | 17
drivers/hwmon/w83792d.c | 85 --
drivers/hwmon/w83l785ts.c | 8
drivers/i2c/busses/i2c-i801.c | 6
drivers/i2c/busses/i2c-ibm_iic.c | 1
drivers/i2c/busses/i2c-isa.c | 10
drivers/i2c/busses/i2c-mv64xxx.c | 33
drivers/i2c/busses/i2c-nforce2.c | 2
drivers/i2c/busses/i2c-parport.h | 12
drivers/i2c/chips/ds1337.c | 45 +
drivers/i2c/chips/ds1374.c | 8
drivers/i2c/chips/eeprom.c | 8
drivers/i2c/chips/isp1301_omap.c | 8
drivers/i2c/chips/m41t00.c | 8
drivers/i2c/chips/max6875.c | 8
drivers/i2c/chips/pca9539.c | 8
drivers/i2c/chips/pcf8574.c | 8
drivers/i2c/chips/pcf8591.c | 8
drivers/i2c/chips/rtc8564.c | 45 -
drivers/i2c/chips/tps65010.c | 8
drivers/i2c/chips/x1205.c | 8
drivers/i2c/i2c-core.c | 76 --
drivers/i2c/i2c-dev.c | 65 -
drivers/macintosh/therm_adt746x.c | 8
drivers/macintosh/therm_pm72.c | 8
drivers/macintosh/therm_windtunnel.c | 8
drivers/macintosh/windfarm_lm75_sensor.c | 8
drivers/media/video/adv7170.c | 9
drivers/media/video/adv7175.c | 9
drivers/media/video/bt819.c | 9
drivers/media/video/bt832.c | 9
drivers/media/video/bt856.c | 9
drivers/media/video/bttv-i2c.c | 2
drivers/media/video/cs53l32a.c | 16
drivers/media/video/cx25840/cx25840-core.c | 9
drivers/media/video/cx25840/cx25840.h | 7
drivers/media/video/cx88/cx88-i2c.c | 2
drivers/media/video/em28xx/em28xx-i2c.c | 1
drivers/media/video/indycam.c | 8
drivers/media/video/ir-kbd-i2c.c | 7
drivers/media/video/msp3400.c | 22
drivers/media/video/ovcamchip/ovcamchip_core.c | 8
drivers/media/video/saa5246a.c | 15
drivers/media/video/saa5249.c | 15
drivers/media/video/saa6588.c | 9
drivers/media/video/saa7110.c | 9
drivers/media/video/saa7111.c | 9
drivers/media/video/saa7114.c | 9
drivers/media/video/saa7115.c | 16
drivers/media/video/saa711x.c | 9
drivers/media/video/saa7127.c | 19
drivers/media/video/saa7134/saa6752hs.c | 9
drivers/media/video/saa7134/saa7134-i2c.c | 4
drivers/media/video/saa7185.c | 9
drivers/media/video/saa7191.c | 8
drivers/media/video/tda7432.c | 8
drivers/media/video/tda9840.c | 8
drivers/media/video/tda9875.c | 8
drivers/media/video/tda9887.c | 7
drivers/media/video/tea6415c.c | 8
drivers/media/video/tea6420.c | 8
drivers/media/video/tuner-3036.c | 8
drivers/media/video/tuner-core.c | 9
drivers/media/video/tvaudio.c | 9
drivers/media/video/tveeprom.c | 9
drivers/media/video/tvmixer.c | 14
drivers/media/video/tvp5150.c | 9
drivers/media/video/vpx3220.c | 9
drivers/media/video/wm8775.c | 13
drivers/media/video/zoran_driver.c | 14
drivers/usb/media/w9968cf.c | 4
drivers/video/matrox/matroxfb_maven.c | 13
include/linux/hwmon-vid.h | 6
include/linux/i2c-id.h | 20
include/linux/i2c.h | 41 -
include/linux/pci_ids.h | 1
include/media/tuner.h | 7
sound/oss/dmasound/dac3550a.c | 8
sound/oss/dmasound/tas_common.c | 8
sound/ppc/keywest.c | 7
124 files changed, 1657 insertions(+), 854 deletions(-)
Grant Coady:
hwmon: remove deprecated sysfs names of adm1025 and adm1026
Greg Kroah-Hartman:
I2C: Make i2c_add_driver automatically set the proper module owner
I2C: Fix up debug build error for previous i2c structure changes
I2C: Remove .owner setting from i2c_driver as it's no longer needed
I2C: move i2c-dev to use dynamic class devices
Jean Delvare:
hwmon: Support the VRM 10 mode of the ADT7463
i2c: Drop i2c_driver.flags, 2 of 3
i2c: Drop i2c_driver.flags, 1 of 3
i2c: i2c_get_client is gone
i2c: Drop i2c_driver.flags, 3 of 3
i2c: Chip driver porting guide update
i2c: Rework client usage count, 1 of 3
i2c: Rework client usage count, 2 of 3
i2c: Rework client usage count, 3 of 3
i2c: Drop i2c_driver.{owner,name}, 10 of 11
i2c: Drop i2c_driver.{owner,name}, 11 of 11
hwmon: w83792d simplify in low bits handling
hwmon: w83792d misc cleanups
i2c: Documentation update
i2c: driver ID list cleanups
hwmon: it87 use u8 for vrm
i2c: update i2c_driver.command documentation
i2c: I2C_DF_NOTIFY removal comment cleanups
i2c: i2c-nforce2 add nforce4 MCP-04 device ID
Laurent Riffard:
i2c: Drop i2c_driver.{owner,name}, 1 of 11
i2c: Drop i2c_driver.{owner,name}, 5 of 11
i2c: Drop i2c_driver.{owner,name}, 4 of 11
i2c: Drop i2c_driver.{owner,name}, 2 of 11
i2c: Drop i2c_driver.{owner,name}, 3 of 11
i2c: Drop i2c_driver.{owner,name}, 6 of 11
i2c: Drop i2c_driver.{owner,name}, 7 of 11
i2c: Drop i2c_driver.{owner,name}, 9 of 11
i2c: Drop i2c_driver.{owner,name}, 8 of 11
i2c: drop empty i2c_driver.command implementations
Mark A. Greer:
i2c: i2c-mv64xxx fix transaction abortion
Mark M. Hoffman:
i2c: i2c-i801 explicitly enables/disables PEC
hwmon: Clarify the W83627THF VID documentation
Martin Hicks:
i2c: i2c-ibm_iic add I2C_CLASS_HWMON
Michael Burian:
i2c: Extend ds1337 initialization
Nicolas Kaiser:
i2c: Remove duplicate rtc8564 BCD macros
Peter Korsgaard:
i2c: Add support for Barco LPT->DVI to i2c-parport
Roger Lucas:
hwmon: New vt8231 driver
Rudolf Marek:
hwmon: add VRM/VID support for some VIA CPUs
Yuan Mu:
hwmon: W83627THF VID fixes
^ permalink raw reply [flat|nested] 18+ messages in thread
* [lm-sensors] [GIT PATCH] I2C and hwmon patches for 2.6.15
2006-01-06 22:06 ` Greg KH
@ 2006-01-08 15:38 ` Jean Delvare
-1 siblings, 0 replies; 18+ messages in thread
From: Jean Delvare @ 2006-01-08 15:38 UTC (permalink / raw)
To: Greg KH; +Cc: Linus Torvalds, Andrew Morton, linux-kernel, lm-sensors
Hi Greg,
> Here are some i2c and hwmon patches. They add a new hwmon driver and
> fix a number of different bugs. All of these have been in the last few
> -mm releases.
>
> Please pull from:
> rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/i2c-2.6.git/
> or from:
> master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6.git/
> if it isn't synced up yet.
>
> The full patch series will sent to the sensors mailing list, if anyone
> wants to see them.
I checked the patches and everything is in order :) Thanks!
I also backported a few of these changes to i2c CVS and lm_sensors CVS.
--
Jean Delvare
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [lm-sensors] [GIT PATCH] I2C and hwmon patches for 2.6.15
@ 2006-01-08 15:38 ` Jean Delvare
0 siblings, 0 replies; 18+ messages in thread
From: Jean Delvare @ 2006-01-08 15:38 UTC (permalink / raw)
To: Greg KH; +Cc: Linus Torvalds, Andrew Morton, linux-kernel, lm-sensors
Hi Greg,
> Here are some i2c and hwmon patches. They add a new hwmon driver and
> fix a number of different bugs. All of these have been in the last few
> -mm releases.
>
> Please pull from:
> rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/i2c-2.6.git/
> or from:
> master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6.git/
> if it isn't synced up yet.
>
> The full patch series will sent to the sensors mailing list, if anyone
> wants to see them.
I checked the patches and everything is in order :) Thanks!
I also backported a few of these changes to i2c CVS and lm_sensors CVS.
--
Jean Delvare
^ permalink raw reply [flat|nested] 18+ messages in thread
* [lm-sensors] [GIT PATCH] I2C and hwmon patches for 2.6.16-rc2
@ 2006-02-06 20:18 ` Greg KH
0 siblings, 0 replies; 18+ messages in thread
From: Greg KH @ 2006-02-06 20:18 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, lm-sensors
Here are some i2c and hwmon patches. They add a new hwmon driver and
fix a number of different bugs. All of these have been in tha last few
-mm releases.
Please pull from:
rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/i2c-2.6.git/
or from:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6.git/
if it isn't synced up yet.
The full patch series will sent to the sensors mailing list, if anyone
wants to see them.
thanks,
greg k-h
Documentation/feature-removal-schedule.txt | 9
Documentation/hwmon/f71805f | 105 +++
Documentation/hwmon/it87 | 2
Documentation/hwmon/sysfs-interface | 18
Documentation/i2c/busses/i2c-sis69x | 73 --
Documentation/i2c/busses/i2c-sis96x | 73 ++
MAINTAINERS | 6
drivers/hwmon/Kconfig | 10
drivers/hwmon/Makefile | 1
drivers/hwmon/f71805f.c | 908 +++++++++++++++++++++++++++++
drivers/hwmon/it87.c | 8
drivers/hwmon/lm77.c | 8
drivers/hwmon/w83792d.c | 31
drivers/i2c/algos/i2c-algo-sibyte.c | 2
drivers/i2c/busses/Kconfig | 1
drivers/i2c/busses/i2c-i801.c | 2
drivers/i2c/busses/i2c-parport-light.c | 9
drivers/i2c/busses/i2c-parport.c | 7
drivers/i2c/busses/i2c-pxa.c | 2
drivers/i2c/i2c-core.c | 15
include/linux/i2c.h | 3
21 files changed, 1182 insertions(+), 111 deletions(-)
Eric Sesterhenn:
i2c: Use module_param in i2c-algo-sibyte
Jason Gaston:
i2c-i801: I2C patch for Intel ICH8
Jean Delvare:
I2C: Resurrect i2c_smbus_write_i2c_block_data.
hwmon: Fix negative temperature readings in lm77 driver
hwmon: Inline w83792d register access functions
hwmon: Add f71805f documentation
hwmon: Fix reboot on it87 driver load
hwmon: New f71805f driver
Rudolf Marek:
i2c: Rename i2c-sis96x documentation file
Tobias Klauser:
i2c: Use ARRAY_SIZE macro
^ permalink raw reply [flat|nested] 18+ messages in thread
* [GIT PATCH] I2C and hwmon patches for 2.6.16-rc2
@ 2006-02-06 20:18 ` Greg KH
0 siblings, 0 replies; 18+ messages in thread
From: Greg KH @ 2006-02-06 20:18 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, lm-sensors
Here are some i2c and hwmon patches. They add a new hwmon driver and
fix a number of different bugs. All of these have been in tha last few
-mm releases.
Please pull from:
rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/i2c-2.6.git/
or from:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6.git/
if it isn't synced up yet.
The full patch series will sent to the sensors mailing list, if anyone
wants to see them.
thanks,
greg k-h
Documentation/feature-removal-schedule.txt | 9
Documentation/hwmon/f71805f | 105 +++
Documentation/hwmon/it87 | 2
Documentation/hwmon/sysfs-interface | 18
Documentation/i2c/busses/i2c-sis69x | 73 --
Documentation/i2c/busses/i2c-sis96x | 73 ++
MAINTAINERS | 6
drivers/hwmon/Kconfig | 10
drivers/hwmon/Makefile | 1
drivers/hwmon/f71805f.c | 908 +++++++++++++++++++++++++++++
drivers/hwmon/it87.c | 8
drivers/hwmon/lm77.c | 8
drivers/hwmon/w83792d.c | 31
drivers/i2c/algos/i2c-algo-sibyte.c | 2
drivers/i2c/busses/Kconfig | 1
drivers/i2c/busses/i2c-i801.c | 2
drivers/i2c/busses/i2c-parport-light.c | 9
drivers/i2c/busses/i2c-parport.c | 7
drivers/i2c/busses/i2c-pxa.c | 2
drivers/i2c/i2c-core.c | 15
include/linux/i2c.h | 3
21 files changed, 1182 insertions(+), 111 deletions(-)
Eric Sesterhenn:
i2c: Use module_param in i2c-algo-sibyte
Jason Gaston:
i2c-i801: I2C patch for Intel ICH8
Jean Delvare:
I2C: Resurrect i2c_smbus_write_i2c_block_data.
hwmon: Fix negative temperature readings in lm77 driver
hwmon: Inline w83792d register access functions
hwmon: Add f71805f documentation
hwmon: Fix reboot on it87 driver load
hwmon: New f71805f driver
Rudolf Marek:
i2c: Rename i2c-sis96x documentation file
Tobias Klauser:
i2c: Use ARRAY_SIZE macro
^ permalink raw reply [flat|nested] 18+ messages in thread
* [lm-sensors] [GIT PATCH] I2C and hwmon patches for 2.6.16-rc3
@ 2006-02-14 6:47 ` Greg KH
0 siblings, 0 replies; 18+ messages in thread
From: Greg KH @ 2006-02-14 6:47 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, lm-sensors
Here are some i2c and hwmon patches for 2.6.16-rc3. They all fix bugs
that are currently present in the tree. All but one of these patches
have been in the last few -mm releases.
Please pull from:
rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/i2c-2.6.git/
or from:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6.git/
if it isn't synced up yet.
The full patch series will sent to the sensors mailing list, if anyone
wants to see them.
thanks,
greg k-h
Documentation/hwmon/w83627hf | 4 ++++
drivers/hwmon/it87.c | 3 ++-
drivers/hwmon/vt8231.c | 8 ++++----
drivers/hwmon/w83781d.c | 43 +++++++++++++++++++++++++------------------
drivers/i2c/busses/i2c-isa.c | 12 ------------
5 files changed, 35 insertions(+), 35 deletions(-)
Jean Delvare:
vt8231: Fix sysfs temperature interface
w83781d: Use real-time status registers
w83627hf: Document the reset module parameter
it87: Fix oops on removal
i2c: Drop outdated probe/remove code in i2c-isa
^ permalink raw reply [flat|nested] 18+ messages in thread
* [GIT PATCH] I2C and hwmon patches for 2.6.16-rc3
@ 2006-02-14 6:47 ` Greg KH
0 siblings, 0 replies; 18+ messages in thread
From: Greg KH @ 2006-02-14 6:47 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, lm-sensors
Here are some i2c and hwmon patches for 2.6.16-rc3. They all fix bugs
that are currently present in the tree. All but one of these patches
have been in the last few -mm releases.
Please pull from:
rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/i2c-2.6.git/
or from:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6.git/
if it isn't synced up yet.
The full patch series will sent to the sensors mailing list, if anyone
wants to see them.
thanks,
greg k-h
Documentation/hwmon/w83627hf | 4 ++++
drivers/hwmon/it87.c | 3 ++-
drivers/hwmon/vt8231.c | 8 ++++----
drivers/hwmon/w83781d.c | 43 +++++++++++++++++++++++++------------------
drivers/i2c/busses/i2c-isa.c | 12 ------------
5 files changed, 35 insertions(+), 35 deletions(-)
Jean Delvare:
vt8231: Fix sysfs temperature interface
w83781d: Use real-time status registers
w83627hf: Document the reset module parameter
it87: Fix oops on removal
i2c: Drop outdated probe/remove code in i2c-isa
^ permalink raw reply [flat|nested] 18+ messages in thread
* [lm-sensors] [GIT PATCH] I2C and hwmon patches for 2.6.16
@ 2006-03-23 22:43 ` Greg KH
0 siblings, 0 replies; 18+ messages in thread
From: Greg KH @ 2006-03-23 22:43 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, lm-sensors
Here are some i2c and hwmon patches for against your current git tree.
They all have been in the -mm tree for a few weeks and months.
They fix a number of various bugs and add some new drivers and features
(hm, that was sure vague, see the changelog below for details...)
Please pull from:
rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/i2c-2.6.git/
or from:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6.git/
if it isn't synced up yet.
The full patch series will sent to the sensors mailing list, if anyone
wants to see them.
thanks,
greg k-h
Documentation/hwmon/w83627hf | 4
Documentation/hwmon/w83781d | 24 +
Documentation/i2c/busses/i2c-piix4 | 2
Documentation/i2c/busses/scx200_acb | 5
drivers/hwmon/Kconfig | 7
drivers/hwmon/adm1021.c | 13
drivers/hwmon/adm1025.c | 25 -
drivers/hwmon/adm1026.c | 92 ++---
drivers/hwmon/adm1031.c | 49 +--
drivers/hwmon/adm9240.c | 29 -
drivers/hwmon/asb100.c | 45 +-
drivers/hwmon/atxp1.c | 9
drivers/hwmon/ds1621.c | 13
drivers/hwmon/f71805f.c | 281 ++++++++---------
drivers/hwmon/fscher.c | 41 +-
drivers/hwmon/fscpos.c | 33 +-
drivers/hwmon/gl518sm.c | 25 -
drivers/hwmon/gl520sm.c | 45 +-
drivers/hwmon/hdaps.c | 37 +-
drivers/hwmon/hwmon-vid.c | 9
drivers/hwmon/hwmon.c | 26 +
drivers/hwmon/it87.c | 66 ++--
drivers/hwmon/lm63.c | 29 -
drivers/hwmon/lm75.c | 13
drivers/hwmon/lm77.c | 21 -
drivers/hwmon/lm78.c | 51 +--
drivers/hwmon/lm80.c | 27 -
drivers/hwmon/lm83.c | 13
drivers/hwmon/lm85.c | 71 ++--
drivers/hwmon/lm87.c | 39 +-
drivers/hwmon/lm90.c | 21 -
drivers/hwmon/lm92.c | 17 -
drivers/hwmon/max1619.c | 13
drivers/hwmon/pc87360.c | 471 ++++++++++++++---------------
drivers/hwmon/sis5595.c | 51 +--
drivers/hwmon/smsc47b397.c | 17 -
drivers/hwmon/smsc47m1.c | 41 +-
drivers/hwmon/via686a.c | 33 +-
drivers/hwmon/vt8231.c | 51 +--
drivers/hwmon/w83627ehf.c | 241 ++++++---------
drivers/hwmon/w83627hf.c | 134 +++++---
drivers/hwmon/w83781d.c | 82 +++--
drivers/hwmon/w83792d.c | 538 +++++++++++++++-------------------
drivers/hwmon/w83l785ts.c | 9
drivers/i2c/busses/Kconfig | 11
drivers/i2c/busses/i2c-ali1535.c | 4
drivers/i2c/busses/i2c-amd756-s4882.c | 13
drivers/i2c/busses/i2c-frodo.c | 85 -----
drivers/i2c/busses/i2c-isa.c | 2
drivers/i2c/busses/i2c-ite.c | 4
drivers/i2c/busses/i2c-ixp4xx.c | 1
drivers/i2c/busses/i2c-piix4.c | 4
drivers/i2c/busses/i2c-pxa.c | 2
drivers/i2c/busses/scx200_acb.c | 283 ++++++++---------
drivers/i2c/chips/ds1374.c | 11
drivers/i2c/chips/eeprom.c | 9
drivers/i2c/chips/isp1301_omap.c | 2
drivers/i2c/chips/m41t00.c | 11
drivers/i2c/chips/max6875.c | 10
drivers/i2c/chips/pcf8591.c | 13
drivers/i2c/chips/tps65010.c | 45 +-
drivers/i2c/i2c-core.c | 81 ++---
drivers/media/video/adv7170.c | 1
drivers/media/video/adv7175.c | 1
drivers/media/video/bt819.c | 1
drivers/media/video/bt856.c | 1
drivers/media/video/saa7110.c | 1
drivers/media/video/saa7111.c | 1
drivers/media/video/saa7114.c | 1
drivers/media/video/saa711x.c | 1
drivers/media/video/saa7185.c | 1
drivers/media/video/vpx3220.c | 1
include/linux/hwmon-sysfs.h | 24 -
include/linux/i2c-id.h | 1
include/linux/i2c.h | 6
include/linux/pci_ids.h | 1
sound/oss/dmasound/dmasound_awacs.c | 2
sound/ppc/daca.c | 1
sound/ppc/keywest.c | 1
sound/ppc/toonie.c | 1
sound/ppc/tumbler.c | 1
81 files changed, 1711 insertions(+), 1791 deletions(-)
---------------
Alessandro Zummo:
I2C: i2c-ixp4xx: Add hwmon class
Arjan van de Ven:
I2C: Convert i2c to mutexes
Ben Gardner:
i2c: scx200_acb whitespace and comment cleanup
i2c: scx200_acb debug log cleanup
i2c: scx200_acb refactor/simplify code
i2c: scx200_acb remove use of lock_kernel
i2c: scx200_acb add support for the CS5535/CS5536
i2c: scx200_acb fix and speed up the poll loop
i2c: scx200_acb minimal documentation update
Darren Jenkins:
I2C: hwmon: Rename register parameters
Ingo Molnar:
i2c: Semaphore to mutex conversions, part 2
hwmon: Semaphore to mutex conversions
Jean Delvare:
hwmon: Use attribute arrays in f71805f
I2C: fix sx200_acb build on other arches
hwmon: w83792d drop useless macros
i2c: Speed up block transfers
i2c: Semaphore to mutex conversions, part 3
hwmon: f71805f semaphore to mutex conversions
hwmon: Add support for the Winbond W83687THF
hwmon: Support the Pentium M VID code
w83781d: Document the alarm and beep bits
w83781d: Don't reset the chip by default
i2c: Optimize core_lists mutex usage
i2c: Drop the i2c-frodo bus driver
i2c: Fix i2c-ite name initialization
i2c: Cleanup isp1301_omap
I2C: i2c-ali1535: Drop redundant mutex
I2C: i2c-amd756-s4882: Improve static mutex initialization
I2C: Drop unneeded i2c-dev.h includes
Jim Cromie:
hwmon: Allow sensor attributes arrays
hwmon: Use attribute arrays in pc87360
hwmon: Refactor SENSOR_DEVICE_ATTR_2
Mark M. Hoffman:
hwmon: add required idr locking
Martin Devera:
I2C: i2c-piix4: Add Broadcom HT-1000 support
Yuan Mu:
hwmon: w83792d use arrays of attributes
w83627ehf: Refactor the sysfs interface
^ permalink raw reply [flat|nested] 18+ messages in thread
* [GIT PATCH] I2C and hwmon patches for 2.6.16
@ 2006-03-23 22:43 ` Greg KH
0 siblings, 0 replies; 18+ messages in thread
From: Greg KH @ 2006-03-23 22:43 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, lm-sensors
Here are some i2c and hwmon patches for against your current git tree.
They all have been in the -mm tree for a few weeks and months.
They fix a number of various bugs and add some new drivers and features
(hm, that was sure vague, see the changelog below for details...)
Please pull from:
rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/i2c-2.6.git/
or from:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6.git/
if it isn't synced up yet.
The full patch series will sent to the sensors mailing list, if anyone
wants to see them.
thanks,
greg k-h
Documentation/hwmon/w83627hf | 4
Documentation/hwmon/w83781d | 24 +
Documentation/i2c/busses/i2c-piix4 | 2
Documentation/i2c/busses/scx200_acb | 5
drivers/hwmon/Kconfig | 7
drivers/hwmon/adm1021.c | 13
drivers/hwmon/adm1025.c | 25 -
drivers/hwmon/adm1026.c | 92 ++---
drivers/hwmon/adm1031.c | 49 +--
drivers/hwmon/adm9240.c | 29 -
drivers/hwmon/asb100.c | 45 +-
drivers/hwmon/atxp1.c | 9
drivers/hwmon/ds1621.c | 13
drivers/hwmon/f71805f.c | 281 ++++++++---------
drivers/hwmon/fscher.c | 41 +-
drivers/hwmon/fscpos.c | 33 +-
drivers/hwmon/gl518sm.c | 25 -
drivers/hwmon/gl520sm.c | 45 +-
drivers/hwmon/hdaps.c | 37 +-
drivers/hwmon/hwmon-vid.c | 9
drivers/hwmon/hwmon.c | 26 +
drivers/hwmon/it87.c | 66 ++--
drivers/hwmon/lm63.c | 29 -
drivers/hwmon/lm75.c | 13
drivers/hwmon/lm77.c | 21 -
drivers/hwmon/lm78.c | 51 +--
drivers/hwmon/lm80.c | 27 -
drivers/hwmon/lm83.c | 13
drivers/hwmon/lm85.c | 71 ++--
drivers/hwmon/lm87.c | 39 +-
drivers/hwmon/lm90.c | 21 -
drivers/hwmon/lm92.c | 17 -
drivers/hwmon/max1619.c | 13
drivers/hwmon/pc87360.c | 471 ++++++++++++++---------------
drivers/hwmon/sis5595.c | 51 +--
drivers/hwmon/smsc47b397.c | 17 -
drivers/hwmon/smsc47m1.c | 41 +-
drivers/hwmon/via686a.c | 33 +-
drivers/hwmon/vt8231.c | 51 +--
drivers/hwmon/w83627ehf.c | 241 ++++++---------
drivers/hwmon/w83627hf.c | 134 +++++---
drivers/hwmon/w83781d.c | 82 +++--
drivers/hwmon/w83792d.c | 538 +++++++++++++++-------------------
drivers/hwmon/w83l785ts.c | 9
drivers/i2c/busses/Kconfig | 11
drivers/i2c/busses/i2c-ali1535.c | 4
drivers/i2c/busses/i2c-amd756-s4882.c | 13
drivers/i2c/busses/i2c-frodo.c | 85 -----
drivers/i2c/busses/i2c-isa.c | 2
drivers/i2c/busses/i2c-ite.c | 4
drivers/i2c/busses/i2c-ixp4xx.c | 1
drivers/i2c/busses/i2c-piix4.c | 4
drivers/i2c/busses/i2c-pxa.c | 2
drivers/i2c/busses/scx200_acb.c | 283 ++++++++---------
drivers/i2c/chips/ds1374.c | 11
drivers/i2c/chips/eeprom.c | 9
drivers/i2c/chips/isp1301_omap.c | 2
drivers/i2c/chips/m41t00.c | 11
drivers/i2c/chips/max6875.c | 10
drivers/i2c/chips/pcf8591.c | 13
drivers/i2c/chips/tps65010.c | 45 +-
drivers/i2c/i2c-core.c | 81 ++---
drivers/media/video/adv7170.c | 1
drivers/media/video/adv7175.c | 1
drivers/media/video/bt819.c | 1
drivers/media/video/bt856.c | 1
drivers/media/video/saa7110.c | 1
drivers/media/video/saa7111.c | 1
drivers/media/video/saa7114.c | 1
drivers/media/video/saa711x.c | 1
drivers/media/video/saa7185.c | 1
drivers/media/video/vpx3220.c | 1
include/linux/hwmon-sysfs.h | 24 -
include/linux/i2c-id.h | 1
include/linux/i2c.h | 6
include/linux/pci_ids.h | 1
sound/oss/dmasound/dmasound_awacs.c | 2
sound/ppc/daca.c | 1
sound/ppc/keywest.c | 1
sound/ppc/toonie.c | 1
sound/ppc/tumbler.c | 1
81 files changed, 1711 insertions(+), 1791 deletions(-)
---------------
Alessandro Zummo:
I2C: i2c-ixp4xx: Add hwmon class
Arjan van de Ven:
I2C: Convert i2c to mutexes
Ben Gardner:
i2c: scx200_acb whitespace and comment cleanup
i2c: scx200_acb debug log cleanup
i2c: scx200_acb refactor/simplify code
i2c: scx200_acb remove use of lock_kernel
i2c: scx200_acb add support for the CS5535/CS5536
i2c: scx200_acb fix and speed up the poll loop
i2c: scx200_acb minimal documentation update
Darren Jenkins:
I2C: hwmon: Rename register parameters
Ingo Molnar:
i2c: Semaphore to mutex conversions, part 2
hwmon: Semaphore to mutex conversions
Jean Delvare:
hwmon: Use attribute arrays in f71805f
I2C: fix sx200_acb build on other arches
hwmon: w83792d drop useless macros
i2c: Speed up block transfers
i2c: Semaphore to mutex conversions, part 3
hwmon: f71805f semaphore to mutex conversions
hwmon: Add support for the Winbond W83687THF
hwmon: Support the Pentium M VID code
w83781d: Document the alarm and beep bits
w83781d: Don't reset the chip by default
i2c: Optimize core_lists mutex usage
i2c: Drop the i2c-frodo bus driver
i2c: Fix i2c-ite name initialization
i2c: Cleanup isp1301_omap
I2C: i2c-ali1535: Drop redundant mutex
I2C: i2c-amd756-s4882: Improve static mutex initialization
I2C: Drop unneeded i2c-dev.h includes
Jim Cromie:
hwmon: Allow sensor attributes arrays
hwmon: Use attribute arrays in pc87360
hwmon: Refactor SENSOR_DEVICE_ATTR_2
Mark M. Hoffman:
hwmon: add required idr locking
Martin Devera:
I2C: i2c-piix4: Add Broadcom HT-1000 support
Yuan Mu:
hwmon: w83792d use arrays of attributes
w83627ehf: Refactor the sysfs interface
^ permalink raw reply [flat|nested] 18+ messages in thread
* [lm-sensors] [GIT PATCH] I2C and hwmon patches for 2.6.16
2006-03-23 22:43 ` Greg KH
@ 2006-03-24 9:01 ` Jean Delvare
-1 siblings, 0 replies; 18+ messages in thread
From: Jean Delvare @ 2006-03-24 9:01 UTC (permalink / raw)
To: Greg KH; +Cc: Linus Torvalds, Andrew Morton, linux-kernel, lm-sensors
Hi Greg,
> Here are some i2c and hwmon patches for against your current git tree.
> They all have been in the -mm tree for a few weeks and months.
>
> They fix a number of various bugs and add some new drivers and features
> (hm, that was sure vague, see the changelog below for details...)
Vague, and wrong too ;) No new driver this time around.
I've checked all the patches and they match my own stack, so this is a
successful resync once again. Well done!
You still have 10 pending patches from me though (sent yesterday) and
there will most certainly be at least two more by the end of the week
(two RTC i2c drivers use tasklets in forbidden conditions and need to
be fixed.)
Thanks,
--
Jean Delvare
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [GIT PATCH] I2C and hwmon patches for 2.6.16
@ 2006-03-24 9:01 ` Jean Delvare
0 siblings, 0 replies; 18+ messages in thread
From: Jean Delvare @ 2006-03-24 9:01 UTC (permalink / raw)
To: Greg KH; +Cc: Linus Torvalds, Andrew Morton, linux-kernel, lm-sensors
Hi Greg,
> Here are some i2c and hwmon patches for against your current git tree.
> They all have been in the -mm tree for a few weeks and months.
>
> They fix a number of various bugs and add some new drivers and features
> (hm, that was sure vague, see the changelog below for details...)
Vague, and wrong too ;) No new driver this time around.
I've checked all the patches and they match my own stack, so this is a
successful resync once again. Well done!
You still have 10 pending patches from me though (sent yesterday) and
there will most certainly be at least two more by the end of the week
(two RTC i2c drivers use tasklets in forbidden conditions and need to
be fixed.)
Thanks,
--
Jean Delvare
^ permalink raw reply [flat|nested] 18+ messages in thread
* [lm-sensors] [GIT PATCH] I2C and hwmon patches for 2.6.16
2006-03-24 9:01 ` Jean Delvare
@ 2006-03-24 19:06 ` Greg KH
-1 siblings, 0 replies; 18+ messages in thread
From: Greg KH @ 2006-03-24 19:06 UTC (permalink / raw)
To: Jean Delvare; +Cc: Linus Torvalds, Andrew Morton, linux-kernel, lm-sensors
On Fri, Mar 24, 2006 at 10:01:46AM +0100, Jean Delvare wrote:
> You still have 10 pending patches from me though (sent yesterday) and
> there will most certainly be at least two more by the end of the week
> (two RTC i2c drivers use tasklets in forbidden conditions and need to
> be fixed.)
Yes, those patches are in my todo queue, and will get to them later
today.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [GIT PATCH] I2C and hwmon patches for 2.6.16
@ 2006-03-24 19:06 ` Greg KH
0 siblings, 0 replies; 18+ messages in thread
From: Greg KH @ 2006-03-24 19:06 UTC (permalink / raw)
To: Jean Delvare; +Cc: Linus Torvalds, Andrew Morton, linux-kernel, lm-sensors
On Fri, Mar 24, 2006 at 10:01:46AM +0100, Jean Delvare wrote:
> You still have 10 pending patches from me though (sent yesterday) and
> there will most certainly be at least two more by the end of the week
> (two RTC i2c drivers use tasklets in forbidden conditions and need to
> be fixed.)
Yes, those patches are in my todo queue, and will get to them later
today.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 18+ messages in thread
* [lm-sensors] [GIT PATCH] I2C and hwmon patches for 2.6.17
@ 2006-06-22 18:26 ` Greg KH
0 siblings, 0 replies; 18+ messages in thread
From: Greg KH @ 2006-06-22 18:26 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, lm-sensors, Jean Delvare
Here are some i2c and hwmon patches and fixes for 2.6.17. They add a
few new drivers, and fix a wide range of bugs and cleanups.
They all have been in the -mm tree for a few months.
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/i2c-2.6.git/
or from:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6.git/
if it isn't synced up yet.
The full patch series will sent to the sensors mailing list, if anyone
wants to see them.
thanks,
greg k-h
Documentation/hwmon/abituguru | 59 +
Documentation/hwmon/abituguru-datasheet | 312 +++++++
Documentation/hwmon/lm70 | 31 +
Documentation/hwmon/lm83 | 17
Documentation/hwmon/smsc47m192 | 102 ++
Documentation/hwmon/sysfs-interface | 274 ++++--
Documentation/hwmon/userspace-tools | 17
Documentation/hwmon/w83791d | 113 ++
Documentation/i2c/busses/i2c-i801 | 3
Documentation/i2c/busses/i2c-nforce2 | 2
Documentation/i2c/busses/i2c-ocores | 51 +
Documentation/i2c/busses/i2c-piix4 | 40 +
Documentation/i2c/busses/scx200_acb | 19
MAINTAINERS | 24 -
drivers/hwmon/Kconfig | 65 +
drivers/hwmon/Makefile | 4
drivers/hwmon/abituguru.c | 1415 +++++++++++++++++++++++++++++++
drivers/hwmon/f71805f.c | 15
drivers/hwmon/hdaps.c | 8
drivers/hwmon/hwmon-vid.c | 44 +
drivers/hwmon/lm70.c | 165 ++++
drivers/hwmon/lm83.c | 50 +
drivers/hwmon/smsc47m192.c | 648 ++++++++++++++
drivers/hwmon/w83627ehf.c | 170 ++++
drivers/hwmon/w83791d.c | 1255 +++++++++++++++++++++++++++
drivers/hwmon/w83792d.c | 86 +-
drivers/i2c/busses/Kconfig | 22
drivers/i2c/busses/Makefile | 1
drivers/i2c/busses/i2c-i801.c | 154 +--
drivers/i2c/busses/i2c-nforce2.c | 38 +
drivers/i2c/busses/i2c-ocores.c | 341 +++++++
drivers/i2c/busses/i2c-piix4.c | 33 -
drivers/i2c/busses/scx200_acb.c | 202 +++-
drivers/i2c/chips/Kconfig | 8
drivers/i2c/chips/m41t00.c | 346 ++++++--
drivers/i2c/i2c-core.c | 4
drivers/i2c/i2c-dev.c | 5
include/linux/i2c-ocores.h | 19
include/linux/i2c.h | 4
include/linux/m41t00.h | 50 +
include/linux/pci_ids.h | 5
41 files changed, 5747 insertions(+), 474 deletions(-)
create mode 100644 Documentation/hwmon/abituguru
create mode 100644 Documentation/hwmon/abituguru-datasheet
create mode 100644 Documentation/hwmon/lm70
create mode 100644 Documentation/hwmon/smsc47m192
create mode 100644 Documentation/hwmon/w83791d
create mode 100644 Documentation/i2c/busses/i2c-ocores
create mode 100644 drivers/hwmon/abituguru.c
create mode 100644 drivers/hwmon/lm70.c
create mode 100644 drivers/hwmon/smsc47m192.c
create mode 100644 drivers/hwmon/w83791d.c
create mode 100644 drivers/i2c/busses/i2c-ocores.c
create mode 100644 include/linux/i2c-ocores.h
create mode 100644 include/linux/m41t00.h
---------------
Charles Spirakis:
HWMON: w83791d: New hardware monitoring driver for the Winbond W83791D
David Brownell:
I2C: I2C controllers go into right place on sysfs
Hans de Goede:
abituguru: New hardware monitoring driver
abituguru: Review fixes
abituguru: Fix fan detection
Hartmut Rick:
smsc47m192: New hwmon driver for SMSC LPC47M192/997
Jean Delvare:
w83627ehf: Add alarms support
f71805f: Resource needs not be global
hwmon: Add sysfs interface for individual alarm files
I2C: i2c-piix4: Fix typo in documentation
I2C: i2c-piix4: Document the IBM problem more clearly
I2C: i2c-nforce2: Add support for the nForce4 MCP51 and MCP55
HWMON: hdaps: Update the list of supported systems
HWMON: lm83: Documentation update
HWMON: Improve the help text for CONFIG_HWMON
i2c: Suggest N for rare devices in Kconfig
hwmon: Sysfs interface documentation update, 2 of 2, take 2
hwmon: Fix a typo in the hdaps driver
hwmon: Drop some maintainers entries
scx200_acb: Mark scx200_acb_probe __init
scx200_acb: Documentation update
i2c-i801: Fix block transaction poll loops
i2c-i801: Remove force_addr parameter
i2c-i801: Remove PCI function check
i2c-i801: Cleanups
i2c-i801: Better pci subsystem integration
i2c-i801: Merge setup function
hwmon: Fix the Kconfig header
Jordan Crouse:
lm83: Add LM82 support
scx200_acb: Use PCI I/O resource when appropriate
Kaiwan N Billimoria:
lm70: New hardware monitoring driver
Krzysztof Halasa:
i2c: Mark block write buffers as const
Mark A. Greer:
i2c: cleanup m41t00
I2C: m41t00: Add support for the ST M41T81 and M41T85
Peter Korsgaard:
i2c: New bus driver for the OpenCores I2C controller
i2c-ocores: Minor cleanups
Rudolf Marek:
w83627ehf: Add voltage inputs support
i2c-piix4: Add ATI IXP200/300/400 support
I2C: i2c-piix4: Remove the fix_hstcfg parameter
HWMON: Trim VID values to correct number of bits
hwmon: Sysfs interface documentation update, 1 of 2
hwmon-vid: Add support for Intel Core and Conroe
Yuan Mu:
w83792d: Fix setting the PWM value
w83792d: Add missing data access locks
^ permalink raw reply [flat|nested] 18+ messages in thread
* [GIT PATCH] I2C and hwmon patches for 2.6.17
@ 2006-06-22 18:26 ` Greg KH
0 siblings, 0 replies; 18+ messages in thread
From: Greg KH @ 2006-06-22 18:26 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, lm-sensors, Jean Delvare
Here are some i2c and hwmon patches and fixes for 2.6.17. They add a
few new drivers, and fix a wide range of bugs and cleanups.
They all have been in the -mm tree for a few months.
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/i2c-2.6.git/
or from:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6.git/
if it isn't synced up yet.
The full patch series will sent to the sensors mailing list, if anyone
wants to see them.
thanks,
greg k-h
Documentation/hwmon/abituguru | 59 +
Documentation/hwmon/abituguru-datasheet | 312 +++++++
Documentation/hwmon/lm70 | 31 +
Documentation/hwmon/lm83 | 17
Documentation/hwmon/smsc47m192 | 102 ++
Documentation/hwmon/sysfs-interface | 274 ++++--
Documentation/hwmon/userspace-tools | 17
Documentation/hwmon/w83791d | 113 ++
Documentation/i2c/busses/i2c-i801 | 3
Documentation/i2c/busses/i2c-nforce2 | 2
Documentation/i2c/busses/i2c-ocores | 51 +
Documentation/i2c/busses/i2c-piix4 | 40 +
Documentation/i2c/busses/scx200_acb | 19
MAINTAINERS | 24 -
drivers/hwmon/Kconfig | 65 +
drivers/hwmon/Makefile | 4
drivers/hwmon/abituguru.c | 1415 +++++++++++++++++++++++++++++++
drivers/hwmon/f71805f.c | 15
drivers/hwmon/hdaps.c | 8
drivers/hwmon/hwmon-vid.c | 44 +
drivers/hwmon/lm70.c | 165 ++++
drivers/hwmon/lm83.c | 50 +
drivers/hwmon/smsc47m192.c | 648 ++++++++++++++
drivers/hwmon/w83627ehf.c | 170 ++++
drivers/hwmon/w83791d.c | 1255 +++++++++++++++++++++++++++
drivers/hwmon/w83792d.c | 86 +-
drivers/i2c/busses/Kconfig | 22
drivers/i2c/busses/Makefile | 1
drivers/i2c/busses/i2c-i801.c | 154 +--
drivers/i2c/busses/i2c-nforce2.c | 38 +
drivers/i2c/busses/i2c-ocores.c | 341 +++++++
drivers/i2c/busses/i2c-piix4.c | 33 -
drivers/i2c/busses/scx200_acb.c | 202 +++-
drivers/i2c/chips/Kconfig | 8
drivers/i2c/chips/m41t00.c | 346 ++++++--
drivers/i2c/i2c-core.c | 4
drivers/i2c/i2c-dev.c | 5
include/linux/i2c-ocores.h | 19
include/linux/i2c.h | 4
include/linux/m41t00.h | 50 +
include/linux/pci_ids.h | 5
41 files changed, 5747 insertions(+), 474 deletions(-)
create mode 100644 Documentation/hwmon/abituguru
create mode 100644 Documentation/hwmon/abituguru-datasheet
create mode 100644 Documentation/hwmon/lm70
create mode 100644 Documentation/hwmon/smsc47m192
create mode 100644 Documentation/hwmon/w83791d
create mode 100644 Documentation/i2c/busses/i2c-ocores
create mode 100644 drivers/hwmon/abituguru.c
create mode 100644 drivers/hwmon/lm70.c
create mode 100644 drivers/hwmon/smsc47m192.c
create mode 100644 drivers/hwmon/w83791d.c
create mode 100644 drivers/i2c/busses/i2c-ocores.c
create mode 100644 include/linux/i2c-ocores.h
create mode 100644 include/linux/m41t00.h
---------------
Charles Spirakis:
HWMON: w83791d: New hardware monitoring driver for the Winbond W83791D
David Brownell:
I2C: I2C controllers go into right place on sysfs
Hans de Goede:
abituguru: New hardware monitoring driver
abituguru: Review fixes
abituguru: Fix fan detection
Hartmut Rick:
smsc47m192: New hwmon driver for SMSC LPC47M192/997
Jean Delvare:
w83627ehf: Add alarms support
f71805f: Resource needs not be global
hwmon: Add sysfs interface for individual alarm files
I2C: i2c-piix4: Fix typo in documentation
I2C: i2c-piix4: Document the IBM problem more clearly
I2C: i2c-nforce2: Add support for the nForce4 MCP51 and MCP55
HWMON: hdaps: Update the list of supported systems
HWMON: lm83: Documentation update
HWMON: Improve the help text for CONFIG_HWMON
i2c: Suggest N for rare devices in Kconfig
hwmon: Sysfs interface documentation update, 2 of 2, take 2
hwmon: Fix a typo in the hdaps driver
hwmon: Drop some maintainers entries
scx200_acb: Mark scx200_acb_probe __init
scx200_acb: Documentation update
i2c-i801: Fix block transaction poll loops
i2c-i801: Remove force_addr parameter
i2c-i801: Remove PCI function check
i2c-i801: Cleanups
i2c-i801: Better pci subsystem integration
i2c-i801: Merge setup function
hwmon: Fix the Kconfig header
Jordan Crouse:
lm83: Add LM82 support
scx200_acb: Use PCI I/O resource when appropriate
Kaiwan N Billimoria:
lm70: New hardware monitoring driver
Krzysztof Halasa:
i2c: Mark block write buffers as const
Mark A. Greer:
i2c: cleanup m41t00
I2C: m41t00: Add support for the ST M41T81 and M41T85
Peter Korsgaard:
i2c: New bus driver for the OpenCores I2C controller
i2c-ocores: Minor cleanups
Rudolf Marek:
w83627ehf: Add voltage inputs support
i2c-piix4: Add ATI IXP200/300/400 support
I2C: i2c-piix4: Remove the fix_hstcfg parameter
HWMON: Trim VID values to correct number of bits
hwmon: Sysfs interface documentation update, 1 of 2
hwmon-vid: Add support for Intel Core and Conroe
Yuan Mu:
w83792d: Fix setting the PWM value
w83792d: Add missing data access locks
^ permalink raw reply [flat|nested] 18+ messages in thread
end of thread, other threads:[~2006-06-22 18:29 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-28 21:06 [GIT PATCH] I2C and hwmon patches for 2.6.14 Greg KH
2005-10-28 23:06 ` [lm-sensors] " Greg KH
2006-01-06 22:06 ` [lm-sensors] [GIT PATCH] I2C and hwmon patches for 2.6.15 Greg KH
2006-01-06 22:06 ` Greg KH
2006-01-08 15:38 ` [lm-sensors] " Jean Delvare
2006-01-08 15:38 ` Jean Delvare
2006-02-06 20:18 ` [lm-sensors] [GIT PATCH] I2C and hwmon patches for 2.6.16-rc2 Greg KH
2006-02-06 20:18 ` Greg KH
2006-02-14 6:47 ` [lm-sensors] [GIT PATCH] I2C and hwmon patches for 2.6.16-rc3 Greg KH
2006-02-14 6:47 ` Greg KH
2006-03-23 22:43 ` [lm-sensors] [GIT PATCH] I2C and hwmon patches for 2.6.16 Greg KH
2006-03-23 22:43 ` Greg KH
2006-03-24 9:01 ` [lm-sensors] " Jean Delvare
2006-03-24 9:01 ` Jean Delvare
2006-03-24 19:06 ` [lm-sensors] " Greg KH
2006-03-24 19:06 ` Greg KH
2006-06-22 18:26 ` [lm-sensors] [GIT PATCH] I2C and hwmon patches for 2.6.17 Greg KH
2006-06-22 18:26 ` Greg KH
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.