Re: [RFC PATCH v3] watchdog: sp805: Add clock-frequency property

2018-07-22 Thread Srinath Mannam
Hi Guenter, I will send the updated patch.. Thank you. Regards, Srinath. On Sat, Jul 21, 2018 at 8:08 PM, Guenter Roeck wrote: > On 07/10/2018 01:44 AM, Srinath Mannam wrote: >> >> When using ACPI node, binding clock devices are >> not available as device tree, So clock-frequency >> property gi

Re: [RFC PATCH v3] watchdog: sp805: Add clock-frequency property

2018-07-21 Thread Guenter Roeck
On 07/10/2018 01:44 AM, Srinath Mannam wrote: When using ACPI node, binding clock devices are not available as device tree, So clock-frequency property given in _DSD object of ACPI device is used to calculate Watchdog rate. Signed-off-by: Srinath Mannam Please resend as non-RFC and add a note

Re: [RFC PATCH v3] watchdog: sp805: Add clock-frequency property

2018-07-11 Thread Sudeep Holla
On Wed, Jul 11, 2018 at 08:39:50AM -0700, Guenter Roeck wrote: > On Wed, Jul 11, 2018 at 04:30:16PM +0100, Sudeep Holla wrote: [...] > > > > Typically new properties needs to registered or discussed in d...@acpica.org > > Though there's almost no activity on that list for more than a year now. >

Re: [RFC PATCH v3] watchdog: sp805: Add clock-frequency property

2018-07-11 Thread Guenter Roeck
On Wed, Jul 11, 2018 at 04:30:16PM +0100, Sudeep Holla wrote: > On Wed, Jul 11, 2018 at 06:47:49AM -0700, Guenter Roeck wrote: > > On 07/11/2018 06:22 AM, Srinath Mannam wrote: > > >Hi Guenter, > > > > > >Thank you very much for all the help with your feedback and review > > >comments to complete t

Re: [RFC PATCH v3] watchdog: sp805: Add clock-frequency property

2018-07-11 Thread Sudeep Holla
On Wed, Jul 11, 2018 at 06:47:49AM -0700, Guenter Roeck wrote: > On 07/11/2018 06:22 AM, Srinath Mannam wrote: > >Hi Guenter, > > > >Thank you very much for all the help with your feedback and review > >comments to complete the changes very fast. > > > >About the documentation.. > >I have gone thro

Re: [RFC PATCH v3] watchdog: sp805: Add clock-frequency property

2018-07-11 Thread Guenter Roeck
On 07/11/2018 06:22 AM, Srinath Mannam wrote: Hi Guenter, Thank you very much for all the help with your feedback and review comments to complete the changes very fast. About the documentation.. I have gone through few similar patches available in the kernel are listed in the mail of previous v

Re: [RFC PATCH v3] watchdog: sp805: Add clock-frequency property

2018-07-11 Thread Srinath Mannam
Hi Guenter, Thank you very much for all the help with your feedback and review comments to complete the changes very fast. About the documentation.. I have gone through few similar patches available in the kernel are listed in the mail of previous version. No documentation available in Linux for

Re: [RFC PATCH v3] watchdog: sp805: Add clock-frequency property

2018-07-10 Thread Guenter Roeck
On Tue, Jul 10, 2018 at 02:14:39PM +0530, Srinath Mannam wrote: > When using ACPI node, binding clock devices are > not available as device tree, So clock-frequency > property given in _DSD object of ACPI device is > used to calculate Watchdog rate. > > Signed-off-by: Srinath Mannam I am ok with

[RFC PATCH v3] watchdog: sp805: Add clock-frequency property

2018-07-10 Thread Srinath Mannam
When using ACPI node, binding clock devices are not available as device tree, So clock-frequency property given in _DSD object of ACPI device is used to calculate Watchdog rate. Signed-off-by: Srinath Mannam --- drivers/watchdog/sp805_wdt.c | 35 +-- 1 file change