Re: [PATCH 1/5] drivers: w1: omap_hdq: cleanup and bug fixes.

2014-04-29 Thread sourav
Hi Paul, On Tuesday 29 April 2014 12:49 AM, Paul Walmsley wrote: On Wed, 16 Apr 2014, Sourav Poddar wrote: The patch adds the following to the omap hdq driver. 1. HDQ Device reset call in probe. 2. Enabling '1 wire mode' and checking for presence pulse bit. 3. Proper disabling and enabling of

Re: [PATCH 1/5] drivers: w1: omap_hdq: cleanup and bug fixes.

2014-04-28 Thread Paul Walmsley
On Wed, 16 Apr 2014, Sourav Poddar wrote: The patch adds the following to the omap hdq driver. 1. HDQ Device reset call in probe. 2. Enabling '1 wire mode' and checking for presence pulse bit. 3. Proper disabling and enabling of interrupts during read path. 4. Add re-initialization code

[PATCH 1/5] drivers: w1: omap_hdq: cleanup and bug fixes.

2014-04-16 Thread Sourav Poddar
The patch adds the following to the omap hdq driver. 1. HDQ Device reset call in probe. 2. Enabling '1 wire mode' and checking for presence pulse bit. 3. Proper disabling and enabling of interrupts during read path. 4. Add re-initialization code during SKIP ROM command execution. 5. Miscellaneous