From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from service87.mimecast.com ([91.220.42.44]:51999 "EHLO service87.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752287Ab2DWQ03 convert rfc822-to-8bit (ORCPT ); Mon, 23 Apr 2012 12:26:29 -0400 Message-ID: <4F9582AF.6040501@arm.com> Date: Mon, 23 Apr 2012 17:26:23 +0100 From: Marc Zyngier MIME-Version: 1.0 To: viresh kumar CC: "wim@iguana.be" , "spear-devel@list.st.com" , "linux-watchdog@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Pawel Moll , Viresh Kumar Subject: Re: [PATCH V2] watchdog: mpcore: Add DT probing support for ARM mpcore watchdog References: <18a4584c24041ceb8a1972dd5ee70cf7c59fed21.1334932839.git.viresh.kumar@st.com> <7dbd64f72527cf92af0ec38f45275d71207d5ec5.1335008301.git.viresh.kumar@st.com> <4F9514AA.10403@arm.com> <4F9547E3.4000709@arm.com> <4F9573B8.9050607@arm.com> <4F957A0C.7060607@arm.com> <4F957F62.5090605@arm.com> In-Reply-To: Content-Type: text/plain; charset=WINDOWS-1252 Sender: linux-watchdog-owner@vger.kernel.org List-Id: linux-watchdog@vger.kernel.org Content-Transfer-Encoding: quoted-printable On 23/04/12 17:16, viresh kumar wrote: > On 4/23/12, Marc Zyngier wrote: >> Well, it definitely should. Can you share the relevant part of your DT= ? >=20 > I Just tested it once, and will do it tomorrow again. >=20 > wdt@ec800620 { > compatible =3D "arm,cortex-a9-twd-wdt"; > reg =3D <0xec800620 0x20>; > interrupts =3D <1 14 0x301>; > status =3D "disabled"; > }; >=20 > Looking at your confidence, i am starting to feel, i am wrong here ;) Well, having written the code that ensures request_irq() fails when passed a PPI, I'd be very worried if the above started to be working... ;= -) M. --=20 Jazz is not dead. It just smells funny... -- To unsubscribe from this list: send the line "unsubscribe linux-watchdog"= in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: marc.zyngier@arm.com (Marc Zyngier) Date: Mon, 23 Apr 2012 17:26:23 +0100 Subject: [PATCH V2] watchdog: mpcore: Add DT probing support for ARM mpcore watchdog In-Reply-To: References: <18a4584c24041ceb8a1972dd5ee70cf7c59fed21.1334932839.git.viresh.kumar@st.com> <7dbd64f72527cf92af0ec38f45275d71207d5ec5.1335008301.git.viresh.kumar@st.com> <4F9514AA.10403@arm.com> <4F9547E3.4000709@arm.com> <4F9573B8.9050607@arm.com> <4F957A0C.7060607@arm.com> <4F957F62.5090605@arm.com> Message-ID: <4F9582AF.6040501@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 23/04/12 17:16, viresh kumar wrote: > On 4/23/12, Marc Zyngier wrote: >> Well, it definitely should. Can you share the relevant part of your DT? > > I Just tested it once, and will do it tomorrow again. > > wdt at ec800620 { > compatible = "arm,cortex-a9-twd-wdt"; > reg = <0xec800620 0x20>; > interrupts = <1 14 0x301>; > status = "disabled"; > }; > > Looking at your confidence, i am starting to feel, i am wrong here ;) Well, having written the code that ensures request_irq() fails when passed a PPI, I'd be very worried if the above started to be working... ;-) M. -- Jazz is not dead. It just smells funny...