* [GIT PULL] hwmon updates for 3.17 (part 2)
@ 2014-08-11 17:49 Guenter Roeck
2014-08-14 5:03 ` Guenter Roeck
0 siblings, 1 reply; 3+ messages in thread
From: Guenter Roeck @ 2014-08-11 17:49 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel, lm-sensors
[-- Attachment #1: Type: text/plain, Size: 2409 bytes --]
Hi Linus,
Please pull hwmon updates for Linux 3.17 from signed tag:
git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-linus
Thanks,
Guenter
------
The following changes since commit f4d33337eac4007793ca11fd1ab68d91ce7aa762:
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media (2014-08-05 16:36:30 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/hwmon-for-linus
for you to fetch changes up to 6ddd855c13bcd324a2d9756134e6b57c659cfde6:
hwmon: (tmp103) Remove duplicate test for I2C_FUNC_SMBUS_BYTE_DATA functionality (2014-08-10 07:51:42 -0700)
----------------------------------------------------------------
Several bug fixes in various drivers, plus a minor cleanup
in the tmp103 driver.
----------------------------------------------------------------
Axel Lin (14):
hwmon: (lm92) Prevent overflow problem when writing large limits
hwmon: (ads1015) Fix out-of-bounds array access
hwmon: (dme1737) Prevent overflow problem when writing large limits
hwmon: (hih6130) Fix missing hih6130->write_length setting
hwmon: (adm1025) Fix vrm write operation
hwmon: (adm1026) Fix vrm write operation
hwmon: (asb100) Fix vrm write operation
hwmon: (lm87) Fix vrm write operation
hwmon: (pc87360) Fix vrm write operation
hwmon: (vt1211) Fix vrm write operation
hwmon: (w83627hf) Fix vrm write operation
hwmon: (w83791d) Fix vrm write operation
hwmon: (w83793) Fix vrm write operation
hwmon: (tmp103) Remove duplicate test for I2C_FUNC_SMBUS_BYTE_DATA functionality
Guenter Roeck (1):
hwmon: (emc6w201) Fix temperature limit range
drivers/hwmon/adm1025.c | 3 +++
drivers/hwmon/adm1026.c | 3 +++
drivers/hwmon/ads1015.c | 2 ++
drivers/hwmon/asb100.c | 4 ++++
drivers/hwmon/dme1737.c | 33 ++++++++++++++++++---------------
drivers/hwmon/emc6w201.c | 4 ++--
drivers/hwmon/hih6130.c | 3 +++
drivers/hwmon/lm87.c | 4 ++++
drivers/hwmon/lm92.c | 13 ++++++-------
drivers/hwmon/pc87360.c | 3 +++
drivers/hwmon/tmp103.c | 7 -------
drivers/hwmon/vt1211.c | 3 +++
drivers/hwmon/w83627hf.c | 3 +++
drivers/hwmon/w83791d.c | 3 +++
drivers/hwmon/w83793.c | 3 +++
15 files changed, 60 insertions(+), 31 deletions(-)
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] hwmon updates for 3.17 (part 2)
2014-08-11 17:49 [GIT PULL] hwmon updates for 3.17 (part 2) Guenter Roeck
@ 2014-08-14 5:03 ` Guenter Roeck
2014-08-14 15:56 ` Linus Torvalds
0 siblings, 1 reply; 3+ messages in thread
From: Guenter Roeck @ 2014-08-14 5:03 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel, lm-sensors
[-- Attachment #1: Type: text/plain, Size: 2769 bytes --]
On Mon, Aug 11, 2014 at 10:49:57AM -0700, Guenter Roeck wrote:
> Hi Linus,
>
> Please pull hwmon updates for Linux 3.17 from signed tag:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-linus
>
Hi Linus,
did this get lost, am I impatient, or is there a problem with it ?
Thanks,
Guenter
> Thanks,
> Guenter
> ------
>
> The following changes since commit f4d33337eac4007793ca11fd1ab68d91ce7aa762:
>
> Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media (2014-08-05 16:36:30 -0700)
>
> are available in the git repository at:
>
>
> git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/hwmon-for-linus
>
> for you to fetch changes up to 6ddd855c13bcd324a2d9756134e6b57c659cfde6:
>
> hwmon: (tmp103) Remove duplicate test for I2C_FUNC_SMBUS_BYTE_DATA functionality (2014-08-10 07:51:42 -0700)
>
> ----------------------------------------------------------------
> Several bug fixes in various drivers, plus a minor cleanup
> in the tmp103 driver.
>
> ----------------------------------------------------------------
> Axel Lin (14):
> hwmon: (lm92) Prevent overflow problem when writing large limits
> hwmon: (ads1015) Fix out-of-bounds array access
> hwmon: (dme1737) Prevent overflow problem when writing large limits
> hwmon: (hih6130) Fix missing hih6130->write_length setting
> hwmon: (adm1025) Fix vrm write operation
> hwmon: (adm1026) Fix vrm write operation
> hwmon: (asb100) Fix vrm write operation
> hwmon: (lm87) Fix vrm write operation
> hwmon: (pc87360) Fix vrm write operation
> hwmon: (vt1211) Fix vrm write operation
> hwmon: (w83627hf) Fix vrm write operation
> hwmon: (w83791d) Fix vrm write operation
> hwmon: (w83793) Fix vrm write operation
> hwmon: (tmp103) Remove duplicate test for I2C_FUNC_SMBUS_BYTE_DATA functionality
>
> Guenter Roeck (1):
> hwmon: (emc6w201) Fix temperature limit range
>
> drivers/hwmon/adm1025.c | 3 +++
> drivers/hwmon/adm1026.c | 3 +++
> drivers/hwmon/ads1015.c | 2 ++
> drivers/hwmon/asb100.c | 4 ++++
> drivers/hwmon/dme1737.c | 33 ++++++++++++++++++---------------
> drivers/hwmon/emc6w201.c | 4 ++--
> drivers/hwmon/hih6130.c | 3 +++
> drivers/hwmon/lm87.c | 4 ++++
> drivers/hwmon/lm92.c | 13 ++++++-------
> drivers/hwmon/pc87360.c | 3 +++
> drivers/hwmon/tmp103.c | 7 -------
> drivers/hwmon/vt1211.c | 3 +++
> drivers/hwmon/w83627hf.c | 3 +++
> drivers/hwmon/w83791d.c | 3 +++
> drivers/hwmon/w83793.c | 3 +++
> 15 files changed, 60 insertions(+), 31 deletions(-)
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] hwmon updates for 3.17 (part 2)
2014-08-14 5:03 ` Guenter Roeck
@ 2014-08-14 15:56 ` Linus Torvalds
0 siblings, 0 replies; 3+ messages in thread
From: Linus Torvalds @ 2014-08-14 15:56 UTC (permalink / raw)
To: Guenter Roeck; +Cc: Linux Kernel Mailing List, lm-sensors@lm-sensors.org
On Wed, Aug 13, 2014 at 11:03 PM, Guenter Roeck <linux@roeck-us.net> wrote:
> On Mon, Aug 11, 2014 at 10:49:57AM -0700, Guenter Roeck wrote:
>
> did this get lost, am I impatient, or is there a problem with it ?
Just worse internet access than expected while traveling. I just pulled it,
Linus
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-08-14 15:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-11 17:49 [GIT PULL] hwmon updates for 3.17 (part 2) Guenter Roeck
2014-08-14 5:03 ` Guenter Roeck
2014-08-14 15:56 ` Linus Torvalds
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox