Re: [PATCH v2] 1-Wire: Add support for the maxim ds1825 temperature sensor

2012-09-13 Thread Raphaël Assénat
Hello Greg, On 10/09/12 07:38 PM, Greg KH wrote: > On Thu, Sep 06, 2012 at 10:25:24PM +0400, Evgeniy Polyakov wrote: >> Hi >> >> On Wed, Sep 05, 2012 at 02:07:58PM -0700, Greg KH (g...@kroah.com) wrote: Greg, please pull it into your tree Acked-by: Evgeniy Polyakov >>> >>> I can't seem

Re: [PATCH v2] 1-Wire: Add support for the maxim ds1825 temperature sensor

2012-09-13 Thread Raphaël Assénat
Hello Greg, On 10/09/12 07:38 PM, Greg KH wrote: On Thu, Sep 06, 2012 at 10:25:24PM +0400, Evgeniy Polyakov wrote: Hi On Wed, Sep 05, 2012 at 02:07:58PM -0700, Greg KH (g...@kroah.com) wrote: Greg, please pull it into your tree Acked-by: Evgeniy Polyakov z...@ioremap.net I can't seem to

Re: [PATCH v2] 1-Wire: Add support for the maxim ds1825 temperature sensor

2012-09-10 Thread Greg KH
On Thu, Sep 06, 2012 at 10:25:24PM +0400, Evgeniy Polyakov wrote: > Hi > > On Wed, Sep 05, 2012 at 02:07:58PM -0700, Greg KH (g...@kroah.com) wrote: > > > Greg, please pull it into your tree > > > Acked-by: Evgeniy Polyakov > > > > I can't seem to find the original patch here, can someone

Re: [PATCH v2] 1-Wire: Add support for the maxim ds1825 temperature sensor

2012-09-10 Thread Greg KH
On Thu, Sep 06, 2012 at 10:25:24PM +0400, Evgeniy Polyakov wrote: Hi On Wed, Sep 05, 2012 at 02:07:58PM -0700, Greg KH (g...@kroah.com) wrote: Greg, please pull it into your tree Acked-by: Evgeniy Polyakov z...@ioremap.net I can't seem to find the original patch here, can someone

Re: [PATCH v2] 1-Wire: Add support for the maxim ds1825 temperature sensor

2012-09-06 Thread Evgeniy Polyakov
Hi On Wed, Sep 05, 2012 at 02:07:58PM -0700, Greg KH (g...@kroah.com) wrote: > > Greg, please pull it into your tree > > Acked-by: Evgeniy Polyakov > > I can't seem to find the original patch here, can someone please resend > it to me, with Evgeniy's ack added to it so I can apply it? Here is

Re: [PATCH v2] 1-Wire: Add support for the maxim ds1825 temperature sensor

2012-09-06 Thread Evgeniy Polyakov
Hi On Wed, Sep 05, 2012 at 02:07:58PM -0700, Greg KH (g...@kroah.com) wrote: Greg, please pull it into your tree Acked-by: Evgeniy Polyakov z...@ioremap.net I can't seem to find the original patch here, can someone please resend it to me, with Evgeniy's ack added to it so I can apply it?

Re: [PATCH v2] 1-Wire: Add support for the maxim ds1825 temperature sensor

2012-09-05 Thread Greg KH
On Sat, Aug 18, 2012 at 01:48:18PM +0400, Evgeniy Polyakov wrote: > Hi > > On Thu, Aug 16, 2012 at 12:56:40PM -0400, Raphael Assenat (r...@8d.com) wrote: > > This patch adds support for maxim ds1825 based 1-wire temperature sensors. > > Looks good, thank you > > > Signed-off-by: Raphael Assenat

Re: [PATCH v2] 1-Wire: Add support for the maxim ds1825 temperature sensor

2012-09-05 Thread Greg KH
On Sat, Aug 18, 2012 at 01:48:18PM +0400, Evgeniy Polyakov wrote: Hi On Thu, Aug 16, 2012 at 12:56:40PM -0400, Raphael Assenat (r...@8d.com) wrote: This patch adds support for maxim ds1825 based 1-wire temperature sensors. Looks good, thank you Signed-off-by: Raphael Assenat

Re: [PATCH v2] 1-Wire: Add support for the maxim ds1825 temperature sensor

2012-08-18 Thread Evgeniy Polyakov
Hi On Thu, Aug 16, 2012 at 12:56:40PM -0400, Raphael Assenat (r...@8d.com) wrote: > This patch adds support for maxim ds1825 based 1-wire temperature sensors. Looks good, thank you > Signed-off-by: Raphael Assenat Greg, please pull it into your tree Acked-by: Evgeniy Polyakov --

Re: [PATCH v2] 1-Wire: Add support for the maxim ds1825 temperature sensor

2012-08-18 Thread Evgeniy Polyakov
Hi On Thu, Aug 16, 2012 at 12:56:40PM -0400, Raphael Assenat (r...@8d.com) wrote: This patch adds support for maxim ds1825 based 1-wire temperature sensors. Looks good, thank you Signed-off-by: Raphael Assenat r...@8d.com Greg, please pull it into your tree Acked-by: Evgeniy Polyakov

[PATCH v2] 1-Wire: Add support for the maxim ds1825 temperature sensor

2012-08-16 Thread Raphael Assenat
This patch adds support for maxim ds1825 based 1-wire temperature sensors. Signed-off-by: Raphael Assenat diff --git a/Documentation/w1/slaves/w1_therm b/Documentation/w1/slaves/w1_therm index 0403aaa..874a8ca 100644 --- a/Documentation/w1/slaves/w1_therm +++ b/Documentation/w1/slaves/w1_therm

[PATCH v2] 1-Wire: Add support for the maxim ds1825 temperature sensor

2012-08-16 Thread Raphael Assenat
This patch adds support for maxim ds1825 based 1-wire temperature sensors. Signed-off-by: Raphael Assenat r...@8d.com diff --git a/Documentation/w1/slaves/w1_therm b/Documentation/w1/slaves/w1_therm index 0403aaa..874a8ca 100644 --- a/Documentation/w1/slaves/w1_therm +++