* [GIT PATCH] More I2C and hwmon patches for 2.6.13
@ 2005-09-12 22:10 ` Greg KH
0 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2005-09-12 20:04 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, lm-sensors
Here are some more i2c and hwmon patches. They are all bugfixes, with
the exception of the addition of the new hdaps 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
MAINTAINERS | 7
drivers/hwmon/Kconfig | 17
drivers/hwmon/Makefile | 1
drivers/hwmon/hdaps.c | 739 +++++++++++++++++++++++++++++++++++++++
drivers/hwmon/sis5595.c | 5
drivers/hwmon/smsc47m1.c | 4
drivers/hwmon/via686a.c | 5
drivers/hwmon/w83627hf.c | 14
drivers/i2c/busses/i2c-nforce2.c | 5
9 files changed, 779 insertions(+), 18 deletions(-)
Jean Delvare:
hwmon: Update smsc47m1 head comment
hwmon: fix sis5595, via686a force_addr module parameter
hwmon: w83627hf: no reset by default
I2C: i2c-nforce2: drop unused define
Robert Love:
updated hdaps driver.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [lm-sensors] [GIT PATCH] More I2C and hwmon patches for 2.6.13
@ 2005-09-12 22:10 ` Greg KH
0 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2005-09-12 22:10 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, lm-sensors
Here are some more i2c and hwmon patches. They are all bugfixes, with
the exception of the addition of the new hdaps 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
MAINTAINERS | 7
drivers/hwmon/Kconfig | 17
drivers/hwmon/Makefile | 1
drivers/hwmon/hdaps.c | 739 +++++++++++++++++++++++++++++++++++++++
drivers/hwmon/sis5595.c | 5
drivers/hwmon/smsc47m1.c | 4
drivers/hwmon/via686a.c | 5
drivers/hwmon/w83627hf.c | 14
drivers/i2c/busses/i2c-nforce2.c | 5
9 files changed, 779 insertions(+), 18 deletions(-)
Jean Delvare:
hwmon: Update smsc47m1 head comment
hwmon: fix sis5595, via686a force_addr module parameter
hwmon: w83627hf: no reset by default
I2C: i2c-nforce2: drop unused define
Robert Love:
updated hdaps driver.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PATCH] More I2C and hwmon patches for 2.6.14
2005-09-12 22:10 ` [lm-sensors] " Greg KH
@ 2005-11-08 6:53 ` Greg KH
-1 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2005-11-08 5:51 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, lm-sensors
Here are some small i2c and hwmon patches. They fix some bugs that were
caused by the previous round of i2c patches, and should go in before
2.6.15-rc1 is out. Most of these are in the last -mm release.
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/i2c/busses/i2c-viapro | 6 ++----
Documentation/i2c/writing-clients | 4 ++--
drivers/hwmon/w83627hf.c | 16 ++++------------
drivers/i2c/busses/i2c-viapro.c | 27 ++++++++++++++-------------
drivers/i2c/chips/ds1337.c | 4 ++--
5 files changed, 24 insertions(+), 33 deletions(-)
James Chapman:
i2c: ds1337 BCD conversion fix
Jean Delvare:
i2c: writing-client doc update complement
i2c-viapro: Some adjustments
Yuan Mu:
hwmon: Fix two w83627hf bugs
^ permalink raw reply [flat|nested] 6+ messages in thread
* [lm-sensors] [GIT PATCH] More I2C and hwmon patches for 2.6.14
@ 2005-11-08 6:53 ` Greg KH
0 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2005-11-08 6:53 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, lm-sensors
Here are some small i2c and hwmon patches. They fix some bugs that were
caused by the previous round of i2c patches, and should go in before
2.6.15-rc1 is out. Most of these are in the last -mm release.
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/i2c/busses/i2c-viapro | 6 ++----
Documentation/i2c/writing-clients | 4 ++--
drivers/hwmon/w83627hf.c | 16 ++++------------
drivers/i2c/busses/i2c-viapro.c | 27 ++++++++++++++-------------
drivers/i2c/chips/ds1337.c | 4 ++--
5 files changed, 24 insertions(+), 33 deletions(-)
James Chapman:
i2c: ds1337 BCD conversion fix
Jean Delvare:
i2c: writing-client doc update complement
i2c-viapro: Some adjustments
Yuan Mu:
hwmon: Fix two w83627hf bugs
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PATCH] More I2C and hwmon patches for 2.6.14 - try 2
2005-09-12 22:10 ` [lm-sensors] " Greg KH
@ 2005-11-09 23:03 ` Greg KH
-1 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2005-11-09 22:02 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, lm-sensors
Here are some small i2c and hwmon patches. They fix some bugs that were
caused by the previous round of i2c patches, and should go in before
2.6.15-rc1 is out. Most of these are in the last -mm release.
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 was sent already to sensors mailing list, if
anyone wants to see them.
thanks,
greg k-h
Documentation/i2c/busses/i2c-viapro | 6 ++----
Documentation/i2c/writing-clients | 4 ++--
drivers/hwmon/w83627hf.c | 16 ++++------------
drivers/i2c/busses/i2c-viapro.c | 27 ++++++++++++++-------------
drivers/i2c/chips/ds1337.c | 4 ++--
5 files changed, 24 insertions(+), 33 deletions(-)
James Chapman:
i2c: ds1337 BCD conversion fix
Jean Delvare:
i2c: writing-client doc update complement
i2c-viapro: Some adjustments
Yuan Mu:
hwmon: Fix two w83627hf bugs
^ permalink raw reply [flat|nested] 6+ messages in thread
* [lm-sensors] [GIT PATCH] More I2C and hwmon patches for 2.6.14 -
@ 2005-11-09 23:03 ` Greg KH
0 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2005-11-09 23:03 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, lm-sensors
Here are some small i2c and hwmon patches. They fix some bugs that were
caused by the previous round of i2c patches, and should go in before
2.6.15-rc1 is out. Most of these are in the last -mm release.
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 was sent already to sensors mailing list, if
anyone wants to see them.
thanks,
greg k-h
Documentation/i2c/busses/i2c-viapro | 6 ++----
Documentation/i2c/writing-clients | 4 ++--
drivers/hwmon/w83627hf.c | 16 ++++------------
drivers/i2c/busses/i2c-viapro.c | 27 ++++++++++++++-------------
drivers/i2c/chips/ds1337.c | 4 ++--
5 files changed, 24 insertions(+), 33 deletions(-)
James Chapman:
i2c: ds1337 BCD conversion fix
Jean Delvare:
i2c: writing-client doc update complement
i2c-viapro: Some adjustments
Yuan Mu:
hwmon: Fix two w83627hf bugs
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2005-11-09 23:03 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-12 20:04 [GIT PATCH] More I2C and hwmon patches for 2.6.13 Greg KH
2005-09-12 22:10 ` [lm-sensors] " Greg KH
-- strict thread matches above, loose matches on Subject: below --
2005-11-08 5:51 [GIT PATCH] More I2C and hwmon patches for 2.6.14 Greg KH
2005-11-08 6:53 ` [lm-sensors] " Greg KH
2005-11-09 22:02 [GIT PATCH] More I2C and hwmon patches for 2.6.14 - try 2 Greg KH
2005-11-09 23:03 ` [lm-sensors] [GIT PATCH] More I2C and hwmon patches for 2.6.14 - 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.