Re: [PATCH v4 1/7] clk: kona: allow nested ccu_write_enable() requests

2014-06-02 Thread Mike Turquette
Quoting Alex Elder (2014-05-30 20:46:46) > On 05/30/2014 06:28 PM, Mike Turquette wrote: > > Quoting Alex Elder (2014-05-30 13:53:02) > >> Use a counter rather than a Boolean to track whether write access to > >> a CCU has been enabled or not. This will allow more than one of > >> these requests

Re: [PATCH v4 1/7] clk: kona: allow nested ccu_write_enable() requests

2014-06-02 Thread Mike Turquette
Quoting Alex Elder (2014-05-30 20:46:46) On 05/30/2014 06:28 PM, Mike Turquette wrote: Quoting Alex Elder (2014-05-30 13:53:02) Use a counter rather than a Boolean to track whether write access to a CCU has been enabled or not. This will allow more than one of these requests to be

Re: [PATCH v4 1/7] clk: kona: allow nested ccu_write_enable() requests

2014-05-30 Thread Alex Elder
On 05/30/2014 06:28 PM, Mike Turquette wrote: > Quoting Alex Elder (2014-05-30 13:53:02) >> Use a counter rather than a Boolean to track whether write access to >> a CCU has been enabled or not. This will allow more than one of >> these requests to be nested. >> >> Note that __ccu_write_enable()

Re: [PATCH v4 1/7] clk: kona: allow nested ccu_write_enable() requests

2014-05-30 Thread Mike Turquette
Quoting Alex Elder (2014-05-30 13:53:02) > Use a counter rather than a Boolean to track whether write access to > a CCU has been enabled or not. This will allow more than one of > these requests to be nested. > > Note that __ccu_write_enable() and __ccu_write_disable() calls all > come in pairs,

[PATCH v4 1/7] clk: kona: allow nested ccu_write_enable() requests

2014-05-30 Thread Alex Elder
Use a counter rather than a Boolean to track whether write access to a CCU has been enabled or not. This will allow more than one of these requests to be nested. Note that __ccu_write_enable() and __ccu_write_disable() calls all come in pairs, and they are always surrounded immediately by calls

[PATCH v4 1/7] clk: kona: allow nested ccu_write_enable() requests

2014-05-30 Thread Alex Elder
Use a counter rather than a Boolean to track whether write access to a CCU has been enabled or not. This will allow more than one of these requests to be nested. Note that __ccu_write_enable() and __ccu_write_disable() calls all come in pairs, and they are always surrounded immediately by calls

Re: [PATCH v4 1/7] clk: kona: allow nested ccu_write_enable() requests

2014-05-30 Thread Mike Turquette
Quoting Alex Elder (2014-05-30 13:53:02) Use a counter rather than a Boolean to track whether write access to a CCU has been enabled or not. This will allow more than one of these requests to be nested. Note that __ccu_write_enable() and __ccu_write_disable() calls all come in pairs, and

Re: [PATCH v4 1/7] clk: kona: allow nested ccu_write_enable() requests

2014-05-30 Thread Alex Elder
On 05/30/2014 06:28 PM, Mike Turquette wrote: Quoting Alex Elder (2014-05-30 13:53:02) Use a counter rather than a Boolean to track whether write access to a CCU has been enabled or not. This will allow more than one of these requests to be nested. Note that __ccu_write_enable() and