* [GIT PULL] hwmon fixes for 3.10-rc2
@ 2013-05-20 16:44 Guenter Roeck
0 siblings, 0 replies; 4+ messages in thread
From: Guenter Roeck @ 2013-05-20 16:44 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel, lm-sensors
[-- Attachment #1: Type: text/plain, Size: 1919 bytes --]
Hi Linus,
Please pull hwmon fixes for Linux 3.10-rc2 from signed tag:
git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-linus
This pull request adds two more patches to the request I sent out last week.
If there is a reason for not accepting it, I would appreciate if you would
let me know to give me a chance to correct it.
Thanks,
Guenter
------
The following changes since commit f722406faae2d073cc1d01063d1123c35425939e:
Linux 3.10-rc1 (2013-05-11 17:14:08 -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 917cc4e6b25c655264e8ea903eb77db25994ac24:
MAINTAINERS: Add myself as maintainer for LM95234 and TMP401 drivers (2013-05-20 06:29:25 -0700)
----------------------------------------------------------------
Error path fixes for abituguru and iio_hwmon drivers.
Drop erroneously created attributes from nct6775 driver.
Drop redundant safety on cache lifetime for tmp401 driver.
Add explicit maintainer for LM95234 and TMP401 drivers.
----------------------------------------------------------------
Axel Lin (2):
hwmon: (iio_hwmon) Fix missing iio_channel_release_all call if devm_kzalloc fail
hwmon: (iio_hwmon) Fix null pointer dereference
Guenter Roeck (2):
hwmon: (nct6775) Do not create non-existing attributes
MAINTAINERS: Add myself as maintainer for LM95234 and TMP401 drivers
Jean Delvare (1):
hwmon: (tmp401) Drop redundant safety on cache lifetime
Wei Yongjun (1):
hwmon: fix error return code in abituguru_probe()
MAINTAINERS | 14 ++++++++++++++
drivers/hwmon/abituguru.c | 16 ++++++++++------
drivers/hwmon/iio_hwmon.c | 8 +++++---
drivers/hwmon/nct6775.c | 6 ++++--
drivers/hwmon/tmp401.c | 2 +-
5 files changed, 34 insertions(+), 12 deletions(-)
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread* [GIT PULL] hwmon fixes for 3.10-rc2
@ 2013-05-15 13:33 Guenter Roeck
2013-05-17 11:56 ` Guenter Roeck
0 siblings, 1 reply; 4+ messages in thread
From: Guenter Roeck @ 2013-05-15 13:33 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel, lm-sensors
[-- Attachment #1: Type: text/plain, Size: 1343 bytes --]
Hi Linus,
Please pull hwmon fixes for Linux 3.10-rc2 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 f722406faae2d073cc1d01063d1123c35425939e:
Linux 3.10-rc1 (2013-05-11 17:14:08 -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 ecacb0b17c08fae89f65468727f0e4b8e91da4e1:
hwmon: fix error return code in abituguru_probe() (2013-05-13 08:07:13 -0700)
----------------------------------------------------------------
Error path fixes for abituguru and iio_hwmon drivers.
Drop erroneously created attributes from nct6775 driver.
----------------------------------------------------------------
Axel Lin (2):
hwmon: (iio_hwmon) Fix missing iio_channel_release_all call if devm_kzalloc fail
hwmon: (iio_hwmon) Fix null pointer dereference
Guenter Roeck (1):
hwmon: (nct6775) Do not create non-existing attributes
Wei Yongjun (1):
hwmon: fix error return code in abituguru_probe()
drivers/hwmon/abituguru.c | 16 ++++++++++------
drivers/hwmon/iio_hwmon.c | 8 +++++---
drivers/hwmon/nct6775.c | 6 ++++--
3 files changed, 19 insertions(+), 11 deletions(-)
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [GIT PULL] hwmon fixes for 3.10-rc2
2013-05-15 13:33 Guenter Roeck
@ 2013-05-17 11:56 ` Guenter Roeck
[not found] ` <CAADWXX-LBwadvbDjPv2sN50BzcGjeewQGCYuz1Cy1-vadWznNg@mail.gmail.com>
0 siblings, 1 reply; 4+ messages in thread
From: Guenter Roeck @ 2013-05-17 11:56 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel, lm-sensors
[-- Attachment #1: Type: text/plain, Size: 1869 bytes --]
Hi Linus,
I noticed that you did not pull this series of patches.
Did it get lost, is something wrong with it, or am I just impatient ?
Thanks,
Guenter
On Wed, May 15, 2013 at 06:33:11AM -0700, Guenter Roeck wrote:
> Hi Linus,
>
> Please pull hwmon fixes for Linux 3.10-rc2 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 f722406faae2d073cc1d01063d1123c35425939e:
>
> Linux 3.10-rc1 (2013-05-11 17:14:08 -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 ecacb0b17c08fae89f65468727f0e4b8e91da4e1:
>
> hwmon: fix error return code in abituguru_probe() (2013-05-13 08:07:13 -0700)
>
> ----------------------------------------------------------------
> Error path fixes for abituguru and iio_hwmon drivers.
> Drop erroneously created attributes from nct6775 driver.
>
> ----------------------------------------------------------------
> Axel Lin (2):
> hwmon: (iio_hwmon) Fix missing iio_channel_release_all call if devm_kzalloc fail
> hwmon: (iio_hwmon) Fix null pointer dereference
>
> Guenter Roeck (1):
> hwmon: (nct6775) Do not create non-existing attributes
>
> Wei Yongjun (1):
> hwmon: fix error return code in abituguru_probe()
>
> drivers/hwmon/abituguru.c | 16 ++++++++++------
> drivers/hwmon/iio_hwmon.c | 8 +++++---
> drivers/hwmon/nct6775.c | 6 ++++--
> 3 files changed, 19 insertions(+), 11 deletions(-)
> _______________________________________________
> lm-sensors mailing list
> lm-sensors@lm-sensors.org
> http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-05-28 14:46 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-20 16:44 [GIT PULL] hwmon fixes for 3.10-rc2 Guenter Roeck
-- strict thread matches above, loose matches on Subject: below --
2013-05-15 13:33 Guenter Roeck
2013-05-17 11:56 ` Guenter Roeck
[not found] ` <CAADWXX-LBwadvbDjPv2sN50BzcGjeewQGCYuz1Cy1-vadWznNg@mail.gmail.com>
2013-05-28 14:46 ` Guenter Roeck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome