9 Oct
2013
9 Oct
'13
3:20 p.m.
On Wed, Oct 09, 2013 at 03:05:53PM +0200, Markus Pargmann wrote:
On Tue, Oct 08, 2013 at 11:44:57AM +0100, Mark Brown wrote:
Right, but then _STOP will be called without the clock having been successfully enabled so you'll have an unbalanced clk_disable().
_STOP is only called as long as the error handling is not working properly. Otherwise STOP should not be called for a failed START.
I'm not sure what you mean here. How would the error be handled without calling _STOP?