From: viresh.kumar@st.com (Viresh KUMAR)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH Resend] Watchdog: Adding support for Watchdog found with ARM CortexA9
Date: Mon, 17 May 2010 16:02:49 +0530 [thread overview]
Message-ID: <4BF11B51.7000808@st.com> (raw)
In-Reply-To: <EAF47CD23C76F840A9E7FCE10091EFAB02C558B841@dbde02.ent.ti.com>
On 5/17/2010 3:49 PM, Shilimkar, Santosh wrote:
> <snip>
>> -----Original Message-----
>> From: linux-arm-kernel-bounces at lists.infradead.org [mailto:linux-arm-kernel-
>> bounces at lists.infradead.org] On Behalf Of Viresh KUMAR
>> Sent: Monday, May 17, 2010 3:29 PM
>> To: linux-arm-kernel at lists.infradead.org
>> Cc: armando.visconti at st.com; shiraz.hashim at st.com; Viresh Kumar; linus.walleij at stericsson.com
>> Subject: [PATCH Resend] Watchdog: Adding support for Watchdog found with ARM CortexA9
>>
>> Watchdog details can be found in ARM Cortex A9 reference manual at:
>> http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0407e/indix.html
>>
>> Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
>> ---
>> drivers/watchdog/Kconfig | 7 +
>> drivers/watchdog/Makefile | 1 +
>> drivers/watchdog/cortexa9_wdt.c | 414 +++++++++++++++++++++++++++++++++++++++
>> 3 files changed, 422 insertions(+), 0 deletions(-)
>> create mode 100644 drivers/watchdog/cortexa9_wdt.c
>>
>> diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
>> index 0bf5020..b5c0f6f 100644
>> --- a/drivers/watchdog/Kconfig
>> +++ b/drivers/watchdog/Kconfig
>> @@ -73,6 +73,13 @@ config WM8350_WATCHDOG
>>
>> # ARM Architecture
>>
>> +config ARM_CORTEXA9_WATCHDOG
>> + tristate "ARM CortexA9 Watchdog"
>> + depends on ARM_AMBA
>
> What is the ARM_AMBA dependency with CA-9 watchdog?
Not really on amba, rather on ARM. Or CPU_V7 (cortex related)?
Maybe some other ARM core also have similar design,
so can keep it dependent on ARM. Does this looks fine?
viresh
next prev parent reply other threads:[~2010-05-17 10:32 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-17 9:58 [PATCH Resend] Watchdog: Adding support for Watchdog found with ARM CortexA9 Viresh KUMAR
2010-05-17 10:19 ` Shilimkar, Santosh
2010-05-17 10:32 ` Viresh KUMAR [this message]
2010-05-17 10:40 ` Shilimkar, Santosh
2010-05-17 11:15 ` Russell King - ARM Linux
2010-05-17 11:21 ` Viresh KUMAR
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4BF11B51.7000808@st.com \
--to=viresh.kumar@st.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).