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

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: Document STM32 IWDG bindings
  drivers: watchdog: Add STM32 IWDG driver
  ARM: dts: stm32ap: Add watchdog support for STM32F429 SoC
  ARM: dts: stm32ap: Add watchdog support for STM32F429 eval board
  ARM: configs: 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                           |  11 +
 drivers/watchdog/Makefile                          |   1 +
 drivers/watchdog/stm32_iwdg.c                      | 289 +++++++++++++++++++++
 7 files changed, 329 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] 8+ messages in thread

end of thread, other threads:[~2017-03-22 14:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-22 13:36 [PATCH v1 0/5] STM32 Independant watchdog Yannick Fertre
2017-03-22 13:36 ` [PATCH v1 1/5] dt-bindings: Document STM32 IWDG bindings Yannick Fertre
2017-03-22 13:36 ` [PATCH v1 2/5] drivers: watchdog: Add STM32 IWDG driver Yannick Fertre
2017-03-22 13:36 ` [PATCH v1 3/5] ARM: dts: stm32ap: Add watchdog support for STM32F429 SoC Yannick Fertre
2017-03-22 13:50   ` Alexandre Torgue
2017-03-22 13:36 ` [PATCH v1 4/5] ARM: dts: stm32ap: Add watchdog support for STM32F429 eval board Yannick Fertre
2017-03-22 13:51   ` Alexandre Torgue
2017-03-22 13:36 ` [PATCH v1 5/5] ARM: configs: 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).