]> git.baikalelectronics.ru Git - uboot.git/commit
orion_wdt: Support for the Orion Watchdog
authorMarek BehĂșn <marek.behun@nic.cz>
Fri, 9 Jun 2017 17:28:41 +0000 (19:28 +0200)
committerStefan Roese <sr@denx.de>
Wed, 12 Jul 2017 04:56:48 +0000 (06:56 +0200)
commit33d8021b9e270be42ab4f628d0049507265d3038
tree22b99ee4629927f7b79fda2f0d1f2a91362efeb7
parent23a22229f7f3174387d294a94aee6c36c3d77ab6
orion_wdt: Support for the Orion Watchdog

The Orion watchdog can be found on some Marvell Armada chips.

This driver is based on the code by Tomas Hlavacek in the CZ.NIC
turris-omnia-uboot repository, which can be found at
https://gitlab.labs.nic.cz/turris/turris-omnia-uboot, and that
one is based on code by Sylver Bruneau. His code is already in
mainline Linux kernel.

The code uses the new driver model API.

Signed-off-by: Tomas Hlavacek <tomas.hlavacek@nic.cz>
Signed-off-by: Marek Behun <marek.behun@nic.cz>
 create mode 100644 drivers/watchdog/orion_wdt.c
Signed-off-by: Stefan Roese <sr@denx.de>
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/orion_wdt.c [new file with mode: 0644]