From: Alexandre Torgue <alexandre.torgue@st.com>
To: Yannick Fertre <yannick.fertre@st.com>,
Wim Van Sebroeck <wim@iguana.be>,
Guenter Roeck <linux@roeck-us.net>,
Rob Herring <robh+dt@kernel.org>,
Benjamin Gaignard <benjamin.gaignard@st.com>,
Maxime Coquelin <mcoquelin.stm32@gmail.com>
Cc: devicetree@vger.kernel.org, linux-watchdog@vger.kernel.org,
Philippe Cornu <philippe.cornu@st.com>,
linux-kernel@vger.kernel.org,
Gabriel FERNANDEZ <gabriel.fernandez@st.com>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v5 0/5] STM32 Independent watchdog
Date: Mon, 12 Jun 2017 12:07:35 +0200 [thread overview]
Message-ID: <3b9b5da7-28e4-f349-41a3-1854c374def5@st.com> (raw)
In-Reply-To: <1491481168-22213-1-git-send-email-yannick.fertre@st.com>
Hi Yannick
On 04/06/2017 02:19 PM, Yannick Fertre wrote:
> Version 5:
> - Update bindings (add field timeout-sec)
> - Update driver (rework start, rework settings & remove max_timeout)
>
> Version 4:
> - Update bindings (iwdg > watchdog)
> - Update typo
> - Update commit header
> - remove gerrit tags
> - Update driver (remove unnecessary tests) a add watchdog_init_timeout
>
> Version 3:
> - Update typo into bindings file
> - Reorder node in devicetree (ordering by address)
> - Remove unnecessary lines in commits
>
> Version 2:
> - Add commit messages
>
> Version 1:
> - Initial commit
>
> The purpose of this set of patches is to add a new watchdog driver for
> stm32f429.
> This driver was developed and tested on evaluation board stm32429i.
>
> Yannick Fertre (5):
> dt-bindings: watchdog: Document STM32 IWDG bindings
> drivers: watchdog: Add STM32 IWDG driver
> ARM: dts: stm32: Add watchdog support for STM32F429 SoC
> ARM: dts: stm32: Add watchdog support for STM32F429 eval board
> ARM: configs: stm32: Add watchdog support in STM32 defconfig
>
> .../devicetree/bindings/watchdog/st,stm32-iwdg.txt | 19 ++
> arch/arm/boot/dts/stm32429i-eval.dts | 5 +
> arch/arm/boot/dts/stm32f429.dtsi | 9 +-
> arch/arm/configs/stm32_defconfig | 1 +
> drivers/watchdog/Kconfig | 12 +
> drivers/watchdog/Makefile | 1 +
> drivers/watchdog/stm32_iwdg.c | 253 +++++++++++++++++++++
> 7 files changed, 299 insertions(+), 1 deletion(-)
> create mode 100644 Documentation/devicetree/bindings/watchdog/st,stm32-iwdg.txt
> create mode 100644 drivers/watchdog/stm32_iwdg.c
>
Patches 3&4 applied on stm32-dt-for-v4.13
Patch 5 applied on stm32-defconfig-for-v4.13
regards
Alex
prev parent reply other threads:[~2017-06-12 10:07 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-06 12:19 [PATCH v5 0/5] STM32 Independent watchdog Yannick Fertre
[not found] ` <1491481168-22213-1-git-send-email-yannick.fertre-qxv4g6HH51o@public.gmane.org>
2017-04-06 12:19 ` [PATCH v5 1/5] dt-bindings: watchdog: Document STM32 IWDG bindings Yannick Fertre
[not found] ` <1491481168-22213-2-git-send-email-yannick.fertre-qxv4g6HH51o@public.gmane.org>
2017-04-10 18:25 ` Rob Herring
2017-04-06 12:19 ` [PATCH v5 2/5] drivers: watchdog: Add STM32 IWDG driver Yannick Fertre
[not found] ` <1491481168-22213-3-git-send-email-yannick.fertre-qxv4g6HH51o@public.gmane.org>
2017-04-17 1:11 ` Guenter Roeck
2017-04-06 12:19 ` [PATCH v5 3/5] ARM: dts: stm32: Add watchdog support for STM32F429 SoC Yannick Fertre
2017-04-06 12:19 ` [PATCH v5 4/5] ARM: dts: stm32: Add watchdog support for STM32F429 eval board Yannick Fertre
2017-04-06 12:19 ` [PATCH v5 5/5] ARM: configs: stm32: Add watchdog support in STM32 defconfig Yannick Fertre
2017-06-12 10:07 ` Alexandre Torgue [this message]
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=3b9b5da7-28e4-f349-41a3-1854c374def5@st.com \
--to=alexandre.torgue@st.com \
--cc=benjamin.gaignard@st.com \
--cc=devicetree@vger.kernel.org \
--cc=gabriel.fernandez@st.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-watchdog@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=mcoquelin.stm32@gmail.com \
--cc=philippe.cornu@st.com \
--cc=robh+dt@kernel.org \
--cc=wim@iguana.be \
--cc=yannick.fertre@st.com \
/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).