* [RFC/PATCH 0/5] HDQ/1-wire support for OMAP2430/3430
@ 2007-12-10 10:15 Madhusudhan Chikkature Rajashekar
0 siblings, 0 replies; 4+ messages in thread
From: Madhusudhan Chikkature Rajashekar @ 2007-12-10 10:15 UTC (permalink / raw)
To: 'Evgeniy Polyakov', linux-omap-open-source; +Cc: linux-omap
Hi All,
I am posting a five patches series to support HDQ/1-wire module of OMAP2430 and 3430 platforms. The HDQ support is internally tested
using a bq27000 battery driver.
Please let me know if there are any comments on my patch set.
Evgeniy Polyakov,
I would like to thank you for clearing my doubts about the W1 subsystem.
Please let me know if you have any further comments on my patches.
Thanks,
Madhu
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [RFC/PATCH 0/5] HDQ/1-wire support for OMAP2430/3430
[not found] <20071210113407.GD28406@2ka.mipt.ru>
@ 2007-12-10 12:01 ` Madhusudhan Chikkature Rajashekar
2007-12-16 0:21 ` Tony Lindgren
0 siblings, 1 reply; 4+ messages in thread
From: Madhusudhan Chikkature Rajashekar @ 2007-12-10 12:01 UTC (permalink / raw)
To: 'Evgeniy Polyakov'; +Cc: linux-omap, linux-omap-open-source
Hi,
>You resolved all issues with patchet we were talking about, so I only
>would like to see documentation update about how hdq operates in w1
>stack and kernel parameters you are using in the driver.
Sure. I will write the necessary documentation.
Thanks,
Madhu
-----Original Message-----
From: Evgeniy Polyakov [mailto:johnpol@2ka.mipt.ru]
Sent: Monday, December 10, 2007 5:04 PM
To: Madhusudhan Chikkature Rajashekar
Cc: linux-omap-open-source@linux.omap.com; linux-omap@vger.kernel.org
Subject: Re: [RFC/PATCH 0/5] HDQ/1-wire support for OMAP2430/3430
Hi.
On Mon, Dec 10, 2007 at 03:45:25PM +0530, Madhusudhan Chikkature Rajashekar (madhu.cr@ti.com) wrote:
> I am posting a five patches series to support HDQ/1-wire module of OMAP2430 and 3430 platforms. The HDQ support is internally
tested
> using a bq27000 battery driver.
>
> Please let me know if there are any comments on my patch set.
>
> Evgeniy Polyakov,
> I would like to thank you for clearing my doubts about the W1 subsystem.
> Please let me know if you have any further comments on my patches.
Ack, thanks a lot for your work.
You resolved all issues with patchet we were talking about, so I only
would like to see documentation update about how hdq operates in w1
stack and kernel parameters you are using in the driver.
--
Evgeniy Polyakov
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [RFC/PATCH 0/5] HDQ/1-wire support for OMAP2430/3430
2007-12-10 12:01 ` [RFC/PATCH 0/5] HDQ/1-wire support for OMAP2430/3430 Madhusudhan Chikkature Rajashekar
@ 2007-12-16 0:21 ` Tony Lindgren
2007-12-17 5:23 ` Madhusudhan Chikkature Rajashekar
0 siblings, 1 reply; 4+ messages in thread
From: Tony Lindgren @ 2007-12-16 0:21 UTC (permalink / raw)
To: Madhusudhan Chikkature Rajashekar
Cc: 'Evgeniy Polyakov', linux-omap, linux-omap-open-source
* Madhusudhan Chikkature Rajashekar <madhu.cr@ti.com> [071210 04:02]:
> Hi,
>
> >You resolved all issues with patchet we were talking about, so I only
> >would like to see documentation update about how hdq operates in w1
> >stack and kernel parameters you are using in the driver.
> Sure. I will write the necessary documentation.
>
> Thanks,
> Madhu
>
> -----Original Message-----
> From: Evgeniy Polyakov [mailto:johnpol@2ka.mipt.ru]
> Sent: Monday, December 10, 2007 5:04 PM
> To: Madhusudhan Chikkature Rajashekar
> Cc: linux-omap-open-source@linux.omap.com; linux-omap@vger.kernel.org
> Subject: Re: [RFC/PATCH 0/5] HDQ/1-wire support for OMAP2430/3430
>
> Hi.
>
> On Mon, Dec 10, 2007 at 03:45:25PM +0530, Madhusudhan Chikkature Rajashekar (madhu.cr@ti.com) wrote:
> > I am posting a five patches series to support HDQ/1-wire module of OMAP2430 and 3430 platforms. The HDQ support is internally
> tested
> > using a bq27000 battery driver.
> >
> > Please let me know if there are any comments on my patch set.
> >
> > Evgeniy Polyakov,
> > I would like to thank you for clearing my doubts about the W1 subsystem.
> > Please let me know if you have any further comments on my patches.
>
> Ack, thanks a lot for your work.
>
> You resolved all issues with patchet we were talking about, so I only
> would like to see documentation update about how hdq operates in w1
> stack and kernel parameters you are using in the driver.
Madhu, can you please repost your complete series one more time? Please
make sure the message subject describes what the patch does instead of
the same subject for all of them. The subject line appears in the git-commit
message, and it's a pain to re-edit each patch before applying.
Thanks,
Tony
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [RFC/PATCH 0/5] HDQ/1-wire support for OMAP2430/3430
2007-12-16 0:21 ` Tony Lindgren
@ 2007-12-17 5:23 ` Madhusudhan Chikkature Rajashekar
0 siblings, 0 replies; 4+ messages in thread
From: Madhusudhan Chikkature Rajashekar @ 2007-12-17 5:23 UTC (permalink / raw)
To: 'Tony Lindgren'
Cc: 'Evgeniy Polyakov', linux-omap, linux-omap-open-source
> -----Original Message-----
> From: Tony Lindgren [mailto:tony@atomide.com]
> Sent: Sunday, December 16, 2007 5:52 AM
> To: Madhusudhan Chikkature Rajashekar
> Cc: 'Evgeniy Polyakov'; linux-omap@vger.kernel.org;
> linux-omap-open-source@linux.omap.com
> Subject: Re: [RFC/PATCH 0/5] HDQ/1-wire support for OMAP2430/3430
>
> * Madhusudhan Chikkature Rajashekar <madhu.cr@ti.com> [071210 04:02]:
> > Hi,
> >
> > >You resolved all issues with patchet we were talking
> about, so I only
> > >would like to see documentation update about how hdq operates in w1
> > >stack and kernel parameters you are using in the driver.
> > Sure. I will write the necessary documentation.
> >
> > Thanks,
> > Madhu
> >
> > -----Original Message-----
> > From: Evgeniy Polyakov [mailto:johnpol@2ka.mipt.ru]
> > Sent: Monday, December 10, 2007 5:04 PM
> > To: Madhusudhan Chikkature Rajashekar
> > Cc: linux-omap-open-source@linux.omap.com;
> linux-omap@vger.kernel.org
> > Subject: Re: [RFC/PATCH 0/5] HDQ/1-wire support for OMAP2430/3430
> >
> > Hi.
> >
> > On Mon, Dec 10, 2007 at 03:45:25PM +0530, Madhusudhan
> Chikkature Rajashekar (madhu.cr@ti.com) wrote:
> > > I am posting a five patches series to support HDQ/1-wire
> module of OMAP2430 and 3430 platforms. The HDQ support is internally
> > tested
> > > using a bq27000 battery driver.
> > >
> > > Please let me know if there are any comments on my patch set.
> > >
> > > Evgeniy Polyakov,
> > > I would like to thank you for clearing my doubts about
> the W1 subsystem.
> > > Please let me know if you have any further comments on my patches.
> >
> > Ack, thanks a lot for your work.
> >
> > You resolved all issues with patchet we were talking about,
> so I only
> > would like to see documentation update about how hdq operates in w1
> > stack and kernel parameters you are using in the driver.
>
> Madhu, can you please repost your complete series one more
> time? Please
> make sure the message subject describes what the patch does instead of
> the same subject for all of them. The subject line appears in
> the git-commit
> message, and it's a pain to re-edit each patch before applying.
Okay. I will repost the series with appropriate subject line.
>
> Thanks,
>
> Tony
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-12-17 5:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20071210113407.GD28406@2ka.mipt.ru>
2007-12-10 12:01 ` [RFC/PATCH 0/5] HDQ/1-wire support for OMAP2430/3430 Madhusudhan Chikkature Rajashekar
2007-12-16 0:21 ` Tony Lindgren
2007-12-17 5:23 ` Madhusudhan Chikkature Rajashekar
2007-12-10 10:15 Madhusudhan Chikkature Rajashekar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox