devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/5] STM32 Independent watchdog
@ 2017-03-30 15:15 Yannick Fertre
  2017-03-30 15:15 ` [PATCH v4 1/5] dt-bindings: watchdog: Document STM32 IWDG bindings Yannick Fertre
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Yannick Fertre @ 2017-03-30 15:15 UTC (permalink / raw)
  To: Wim Van Sebroeck, Guenter Roeck, Rob Herring, Alexandre TORGUE,
	Benjamin Gaignard, Yannick Fertre, Maxime Coquelin
  Cc: devicetree, linux-watchdog, Philippe Cornu, linux-kernel,
	Gabriel FERNANDEZ, linux-arm-kernel

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 |  15 ++
 arch/arm/boot/dts/stm32429i-eval.dts               |   4 +
 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                      | 260 +++++++++++++++++++++
 7 files changed, 301 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/watchdog/st,stm32-iwdg.txt
 create mode 100644 drivers/watchdog/stm32_iwdg.c

-- 
1.9.1

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-04-06 12:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-30 15:15 [PATCH v4 0/5] STM32 Independent watchdog Yannick Fertre
2017-03-30 15:15 ` [PATCH v4 1/5] dt-bindings: watchdog: Document STM32 IWDG bindings Yannick Fertre
     [not found]   ` <1490886926-20585-2-git-send-email-yannick.fertre-qxv4g6HH51o@public.gmane.org>
2017-04-03 16:10     ` Rob Herring
2017-03-30 15:15 ` [PATCH v4 2/5] drivers: watchdog: Add STM32 IWDG driver Yannick Fertre
     [not found]   ` <1490886926-20585-3-git-send-email-yannick.fertre-qxv4g6HH51o@public.gmane.org>
2017-04-02 11:48     ` Guenter Roeck
     [not found]       ` <91cacc1b-3ae7-c955-29c6-583298ee8f1a-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>
2017-04-06 12:24         ` Yannick FERTRE
2017-03-30 15:15 ` [PATCH v4 3/5] ARM: dts: stm32: Add watchdog support for STM32F429 SoC Yannick Fertre
2017-03-30 15:15 ` [PATCH v4 4/5] ARM: dts: stm32: Add watchdog support for STM32F429 eval board Yannick Fertre
2017-03-30 15:15 ` [PATCH v4 5/5] ARM: configs: stm32: Add watchdog support in STM32 defconfig Yannick Fertre

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).