All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] hwmon fixes for 3.10-rc2
@ 2013-05-15 13:33 ` Guenter Roeck
  0 siblings, 0 replies; 9+ 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] 9+ messages in thread

* [lm-sensors] [GIT PULL] hwmon fixes for 3.10-rc2
@ 2013-05-15 13:33 ` Guenter Roeck
  0 siblings, 0 replies; 9+ messages in thread
From: Guenter Roeck @ 2013-05-15 13:33 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, lm-sensors


[-- Attachment #1.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 #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

[-- Attachment #2: Type: text/plain, Size: 153 bytes --]

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [GIT PULL] hwmon fixes for 3.10-rc2
  2013-05-15 13:33 ` [lm-sensors] " Guenter Roeck
@ 2013-05-17 11:56   ` Guenter Roeck
  -1 siblings, 0 replies; 9+ 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] 9+ messages in thread

* Re: [lm-sensors] [GIT PULL] hwmon fixes for 3.10-rc2
@ 2013-05-17 11:56   ` Guenter Roeck
  0 siblings, 0 replies; 9+ messages in thread
From: Guenter Roeck @ 2013-05-17 11:56 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, lm-sensors


[-- Attachment #1.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 #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

[-- Attachment #2: Type: text/plain, Size: 153 bytes --]

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [GIT PULL] hwmon fixes for 3.10-rc2
  2013-05-15 13:33 ` [lm-sensors] " Guenter Roeck
@ 2013-05-20 16:44 ` Guenter Roeck
  -1 siblings, 0 replies; 9+ 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] 9+ messages in thread

* [lm-sensors] [GIT PULL] hwmon fixes for 3.10-rc2
@ 2013-05-20 16:44 ` Guenter Roeck
  0 siblings, 0 replies; 9+ messages in thread
From: Guenter Roeck @ 2013-05-20 16:44 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, lm-sensors


[-- Attachment #1.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 #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

[-- Attachment #2: Type: text/plain, Size: 153 bytes --]

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [lm-sensors] [GIT PULL] hwmon fixes for 3.10-rc2
  2013-05-15 13:33 ` [lm-sensors] " Guenter Roeck
  (?)
  (?)
@ 2013-05-28 13:25 ` Linus Torvalds
  2013-05-28 14:46     ` [lm-sensors] " Guenter Roeck
  -1 siblings, 1 reply; 9+ messages in thread
From: Linus Torvalds @ 2013-05-28 13:25 UTC (permalink / raw)
  To: lm-sensors


[-- Attachment #1.1: Type: text/plain, Size: 2290 bytes --]

I'm going through my spam-box, and find this. Guenter, I don't know what
you've done to piss off gmail, but you should take a look at your email
setup, because if gmail thinks you send spam, I'll have a hard time ever
seeing your messages (and I don't go through spam very often)

          Linus


On Fri, May 17, 2013 at 4:56 AM, Guenter Roeck <linux@roeck-us.net> wrote:

> 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.githwmon-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.gittags/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 #1.2: Type: text/html, Size: 3353 bytes --]

[-- Attachment #2: Type: text/plain, Size: 153 bytes --]

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [GIT PULL] hwmon fixes for 3.10-rc2
  2013-05-28 13:25 ` Linus Torvalds
@ 2013-05-28 14:46     ` Guenter Roeck
  0 siblings, 0 replies; 9+ messages in thread
From: Guenter Roeck @ 2013-05-28 14:46 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, lm-sensors

On Tue, May 28, 2013 at 06:25:55AM -0700, Linus Torvalds wrote:
> I'm going through my spam-box, and find this. Guenter, I don't know what
> you've done to piss off gmail, but you should take a look at your email
> setup, because if gmail thinks you send spam, I'll have a hard time ever
> seeing your messages (and I don't go through spam very often)
> 
Guess that explains it. Thanks a lot for the note.

Too much spam out there lately, and small providers (like mine) get caught in
the middle. I tried AT&T / Yahoo, but they tend to reject patch series
as spam. So looks like I am caught between a rock and a hard place. On top
of that there is Google and its policies, which seem to target small providers;
I can not send any e-mail to a Google recipient (anyone@google.com) when using
my primary provider. One has to wonder if there is a conflict of interest
somewhere.

Guenter

>           Linus
> 
> 
> On Fri, May 17, 2013 at 4:56 AM, Guenter Roeck <linux@roeck-us.net> wrote:
> 
> > 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.githwmon-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.gittags/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
> >
> >

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [lm-sensors] [GIT PULL] hwmon fixes for 3.10-rc2
@ 2013-05-28 14:46     ` Guenter Roeck
  0 siblings, 0 replies; 9+ messages in thread
From: Guenter Roeck @ 2013-05-28 14:46 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, lm-sensors

On Tue, May 28, 2013 at 06:25:55AM -0700, Linus Torvalds wrote:
> I'm going through my spam-box, and find this. Guenter, I don't know what
> you've done to piss off gmail, but you should take a look at your email
> setup, because if gmail thinks you send spam, I'll have a hard time ever
> seeing your messages (and I don't go through spam very often)
> 
Guess that explains it. Thanks a lot for the note.

Too much spam out there lately, and small providers (like mine) get caught in
the middle. I tried AT&T / Yahoo, but they tend to reject patch series
as spam. So looks like I am caught between a rock and a hard place. On top
of that there is Google and its policies, which seem to target small providers;
I can not send any e-mail to a Google recipient (anyone@google.com) when using
my primary provider. One has to wonder if there is a conflict of interest
somewhere.

Guenter

>           Linus
> 
> 
> On Fri, May 17, 2013 at 4:56 AM, Guenter Roeck <linux@roeck-us.net> wrote:
> 
> > 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.githwmon-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.gittags/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
> >
> >

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-05-28 14:46 UTC | newest]

Thread overview: 9+ 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
2013-05-20 16:44 ` [lm-sensors] " Guenter Roeck
  -- strict thread matches above, loose matches on Subject: below --
2013-05-15 13:33 Guenter Roeck
2013-05-15 13:33 ` [lm-sensors] " Guenter Roeck
2013-05-17 11:56 ` Guenter Roeck
2013-05-17 11:56   ` [lm-sensors] " Guenter Roeck
2013-05-28 13:25 ` Linus Torvalds
2013-05-28 14:46   ` Guenter Roeck
2013-05-28 14:46     ` [lm-sensors] " Guenter Roeck

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.