From: marc.zyngier@arm.com (Marc Zyngier)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 0/2] ARM64: Enable SP805 WDT support for FSL LS2080A
Date: Thu, 14 Apr 2016 16:48:40 +0100 [thread overview]
Message-ID: <570FBBD8.4030704@arm.com> (raw)
In-Reply-To: <1451296884-7932-1-git-send-email-bhupesh.sharma@freescale.com>
Hi Bhupesh,
On 28/12/15 10:01, Bhupesh Sharma wrote:
> Hi Arnd, Kevin, Olof
>
> This is the v4 of patchset which adds the support for SP805 WDT on FSL LS2080A
> and also adds the missing documentation of SP805 WDT device-tree bindings.
>
> Rebased against arm-soc/next/dt
>
> Changes since v3:
> (v3 can be viewed here: https://www.mail-archive.com/devicetree at vger.kernel.org/msg97249.html)
> - Added Rob's Acked-by for patch 1/2.
> - Sending to 'arm at kernel.org' list and also cc'ed Shawn Guo
>
> Changes since v2:
> (v2 can be viewed here: http://permalink.gmane.org/gmane.linux.ports.arm.kernel/463141)
> - Addressed Rob's comments regarding the second mandatory CLK source's
> (WDOGCLK) name in the bindings.
>
> Changes since v1:
> (v1 can be viewed here: http://www.spinics.net/lists/devicetree/msg102487.html)
>
> - Addressed Rob and Mark's comments regarding the mandatory CLK sources
> - Removed interrupt property from the bindings for now (as discussed
> with Mark on IRC) till Will's patch proceeds further and enables
> handling the WDOG interrupts for each core connected to the same PPI
> line (http://lists.infradead.org/pipermail/linux-arm-kernel/2015-December/391616.html)
Will just pointed me to this series. I've recently posted a set of
patches that should be able to deal with the quirkiness of your HW with
regards to PPIs:
http://thread.gmane.org/gmane.linux.drivers.devicetree/163464
Could you please let me know if this works for you?
Thanks,
M.
--
Jazz is not dead. It just smells funny...
WARNING: multiple messages have this Message-ID (diff)
From: Marc Zyngier <marc.zyngier-5wv7dgnIgG8@public.gmane.org>
To: Bhupesh Sharma <bhupesh.sharma-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
Cc: arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
arnd-r2nGTMty4D4@public.gmane.org,
mark.rutland-5wv7dgnIgG8@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
will.deacon-5wv7dgnIgG8@public.gmane.org,
LeoLi-KZfg59tc24xl57MIdRCFDg@public.gmane.org,
Catalin.Marinas-5wv7dgnIgG8@public.gmane.org,
stuart.yoder-KZfg59tc24xl57MIdRCFDg@public.gmane.org,
scottwood-KZfg59tc24xl57MIdRCFDg@public.gmane.org,
bhupesh.linux-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
Subject: Re: [PATCH v4 0/2] ARM64: Enable SP805 WDT support for FSL LS2080A
Date: Thu, 14 Apr 2016 16:48:40 +0100 [thread overview]
Message-ID: <570FBBD8.4030704@arm.com> (raw)
In-Reply-To: <1451296884-7932-1-git-send-email-bhupesh.sharma-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
Hi Bhupesh,
On 28/12/15 10:01, Bhupesh Sharma wrote:
> Hi Arnd, Kevin, Olof
>
> This is the v4 of patchset which adds the support for SP805 WDT on FSL LS2080A
> and also adds the missing documentation of SP805 WDT device-tree bindings.
>
> Rebased against arm-soc/next/dt
>
> Changes since v3:
> (v3 can be viewed here: https://www.mail-archive.com/devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org/msg97249.html)
> - Added Rob's Acked-by for patch 1/2.
> - Sending to 'arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org' list and also cc'ed Shawn Guo
>
> Changes since v2:
> (v2 can be viewed here: http://permalink.gmane.org/gmane.linux.ports.arm.kernel/463141)
> - Addressed Rob's comments regarding the second mandatory CLK source's
> (WDOGCLK) name in the bindings.
>
> Changes since v1:
> (v1 can be viewed here: http://www.spinics.net/lists/devicetree/msg102487.html)
>
> - Addressed Rob and Mark's comments regarding the mandatory CLK sources
> - Removed interrupt property from the bindings for now (as discussed
> with Mark on IRC) till Will's patch proceeds further and enables
> handling the WDOG interrupts for each core connected to the same PPI
> line (http://lists.infradead.org/pipermail/linux-arm-kernel/2015-December/391616.html)
Will just pointed me to this series. I've recently posted a set of
patches that should be able to deal with the quirkiness of your HW with
regards to PPIs:
http://thread.gmane.org/gmane.linux.drivers.devicetree/163464
Could you please let me know if this works for you?
Thanks,
M.
--
Jazz is not dead. It just smells funny...
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2016-04-14 15:48 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-28 10:01 [PATCH v4 0/2] ARM64: Enable SP805 WDT support for FSL LS2080A Bhupesh Sharma
2015-12-28 10:01 ` Bhupesh Sharma
2015-12-28 10:01 ` [PATCH v4 1/2] Documentation: DT: Add entry for ARM SP805-WDT Bhupesh Sharma
2015-12-28 10:01 ` Bhupesh Sharma
2015-12-28 10:01 ` [PATCH v4 2/2] dts/ls2080a: Update DTSI to add support of SP805 WDT Bhupesh Sharma
2015-12-28 10:01 ` Bhupesh Sharma
2015-12-31 15:41 ` [PATCH v4 0/2] ARM64: Enable SP805 WDT support for FSL LS2080A Arnd Bergmann
2015-12-31 15:41 ` Arnd Bergmann
2016-04-14 15:48 ` Marc Zyngier [this message]
2016-04-14 15:48 ` Marc Zyngier
2016-04-19 12:09 ` Bhupesh Sharma
2016-04-19 12:09 ` Bhupesh Sharma
2016-04-19 16:36 ` Marc Zyngier
2016-04-19 16:36 ` Marc Zyngier
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=570FBBD8.4030704@arm.com \
--to=marc.zyngier@arm.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.