[PATCH v2 0/4] watchdog: meson: Add meson8b watchdog
Carlo Caione
carlo at caione.org
Sat Nov 7 03:02:15 PST 2015
From: Carlo Caione <carlo at endlessm.com>
Patchset to add support for the watchdog found on the Amlogic meson8b SoCs.
DTS and documentation are also updated.
Changelog:
- V1 -> V2:
* Do not calculate mask at runtime
* Fix few style problems
* Remove useless typecase
Carlo Caione (4):
watchdog: meson: Enable meson SoC specific data
watchdog: meson: Add meson8b SoC specific data
Documentation: watchdog: Add new bindings for meson8b
ARM: dts: meson8b: Add watchdog node
.../devicetree/bindings/watchdog/meson-wdt.txt | 13 +++++
.../devicetree/bindings/watchdog/meson6-wdt.txt | 13 -----
arch/arm/boot/dts/meson8b.dtsi | 6 +++
drivers/watchdog/meson_wdt.c | 63 ++++++++++++++++------
4 files changed, 65 insertions(+), 30 deletions(-)
create mode 100644 Documentation/devicetree/bindings/watchdog/meson-wdt.txt
delete mode 100644 Documentation/devicetree/bindings/watchdog/meson6-wdt.txt
--
1.9.1
More information about the linux-arm-kernel
mailing list