Re: [PATCHv3] reset: add reset_control_status helper function

2014-10-24 Thread Dinh Nguyen
On 10/24/2014 07:07 AM, Philipp Zabel wrote: > Hi Dinh, > > On Thu, Oct 23, 2014 at 10:01:45AM -0500, Dinh Nguyen wrote: >> Hi Philipp, >> >> On 10/10/2014 10:21 AM, dingu...@opensource.altera.com wrote: >>> From: Dinh Nguyen >>> >>> There are cases where a system will want to read a reset status

Re: [PATCHv3] reset: add reset_control_status helper function

2014-10-24 Thread Philipp Zabel
Hi Dinh, On Thu, Oct 23, 2014 at 10:01:45AM -0500, Dinh Nguyen wrote: > Hi Philipp, > > On 10/10/2014 10:21 AM, dingu...@opensource.altera.com wrote: > > From: Dinh Nguyen > > > > There are cases where a system will want to read a reset status bit before > > doing any other toggling. Add a rese

Re: [PATCHv3] reset: add reset_control_status helper function

2014-10-23 Thread Dinh Nguyen
Hi Philipp, On 10/10/2014 10:21 AM, dingu...@opensource.altera.com wrote: > From: Dinh Nguyen > > There are cases where a system will want to read a reset status bit before > doing any other toggling. Add a reset_control_status helper function to the > reset controller API. > > Signed-off-by: D