Re: [PATCH RESEND] w1: masters: omap_hdq: Add support for 1-wire mode

2015-05-15 Thread Vignesh R
On Thursday 14 May 2015 02:19 AM, Andrew Morton wrote: > On Mon, 4 May 2015 14:08:55 +0530 Vignesh R wrote: > >> This patches makes following changes to omap_hdq driver >> - Enable 1-wire mode. >> - Implement w1_triplet callback to facilitate search rom >>procedure and auto detection of 1-

Re: [PATCH RESEND] w1: masters: omap_hdq: Add support for 1-wire mode

2015-05-13 Thread Andrew Morton
On Mon, 4 May 2015 14:08:55 +0530 Vignesh R wrote: > This patches makes following changes to omap_hdq driver > - Enable 1-wire mode. > - Implement w1_triplet callback to facilitate search rom >procedure and auto detection of 1-wire slaves. > - Proper enabling and disabling of interrupt. >

Re: [PATCH RESEND] w1: masters: omap_hdq: Add support for 1-wire mode

2015-05-13 Thread Evgeniy Polyakov
Hi 13.05.2015, 10:27, "Vignesh R" : > On Monday 04 May 2015 02:08 PM, Vignesh R wrote: >>  This patches makes following changes to omap_hdq driver >>   - Enable 1-wire mode. >>   - Implement w1_triplet callback to facilitate search rom >> procedure and auto detection of 1-wire slaves. >>   - P

Re: [PATCH RESEND] w1: masters: omap_hdq: Add support for 1-wire mode

2015-05-13 Thread Vignesh R
On Monday 04 May 2015 02:08 PM, Vignesh R wrote: > This patches makes following changes to omap_hdq driver > - Enable 1-wire mode. > - Implement w1_triplet callback to facilitate search rom >procedure and auto detection of 1-wire slaves. > - Proper enabling and disabling of interrupt. > -

[PATCH RESEND] w1: masters: omap_hdq: Add support for 1-wire mode

2015-05-04 Thread Vignesh R
This patches makes following changes to omap_hdq driver - Enable 1-wire mode. - Implement w1_triplet callback to facilitate search rom procedure and auto detection of 1-wire slaves. - Proper enabling and disabling of interrupt. - Cleanups (formatting and return value checks). HDQ mode remai