[PATCH v4 1/8] dt: add helper inline for retrieving timeout-sec property

2012-10-09 Thread Fabio Porcedda
The first user of this function is the watchdog framework. Signed-off-by: Fabio Porcedda Cc: Grant Likely Cc: Rob Herring --- include/linux/of.h | 11 +++ 1 file changed, 11 insertions(+) diff --git a/include/linux/of.h b/include/linux/of.h index 72843b7..5870818 100644 --- a/include/

Re: [PATCH v4 1/8] dt: add helper inline for retrieving timeout-sec property

2012-10-10 Thread Rob Herring
On 10/09/2012 07:04 AM, Fabio Porcedda wrote: > The first user of this function is the watchdog framework. Who is the 2nd user because I don't see any others. I don't see this being a widely used property. Rob > > Signed-off-by: Fabio Porcedda > Cc: Grant Likely > Cc: Rob Herring > --- > in

Re: [PATCH v4 1/8] dt: add helper inline for retrieving timeout-sec property

2012-10-11 Thread Fabio Porcedda
On Wed, Oct 10, 2012 at 4:29 PM, Rob Herring wrote: > On 10/09/2012 07:04 AM, Fabio Porcedda wrote: >> The first user of this function is the watchdog framework. > > Who is the 2nd user because I don't see any others. I don't see this > being a widely used property. Hi Rob, thanks for reviewing.