[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1591584255.git.eswara.kota@linux.intel.com>
Date: Mon, 8 Jun 2020 13:49:38 +0800
From: Dilip Kota <eswara.kota@...ux.intel.com>
To: wim@...ux-watchdog.org, linux@...ck-us.net,
linux-watchdog@...r.kernel.org, devicetree@...r.kernel.org,
robbh@...nel.org
Cc: linux-kernel@...r.kernel.org, andriy.shevchenko@...el.com,
cheol.yong.kim@...el.com, qi-ming.wu@...el.com,
yixin.zhu@...el.com, Dilip Kota <eswara.kota@...ux.intel.com>
Subject: [PATCH 0/2] Driver for watchdog timer on Intel Lightning Mountain SoC
This patch series adds watchdog timer driver and respective yaml schemas
for watchdog timer on Intel Lightning Mountain SoC.
This patch series is rebased and tested on mainline linux kernel 5.7:
base-commit: 3d77e6a8804a ("Linux 5.7")
tags: v5.7
Dilip Kota (2):
dt-bindings: watchdog: intel: Add YAML Schemas for Watchdog timer
watchdog: intel: Watchdog timer support on Lightning Mountain
.../bindings/watchdog/intel,lgm-gptc-wdt.yaml | 75 ++++
drivers/watchdog/Kconfig | 13 +
drivers/watchdog/Makefile | 1 +
drivers/watchdog/intel_lgm_gptc_wdt.c | 420 +++++++++++++++++++++
4 files changed, 509 insertions(+)
create mode 100644 Documentation/devicetree/bindings/watchdog/intel,lgm-gptc-wdt.yaml
create mode 100644 drivers/watchdog/intel_lgm_gptc_wdt.c
--
2.11.0
Powered by blists - more mailing lists