mbox series

[U-Boot,0/3] add new wdt driver for sp805

Message ID 20190429082611.21614-1-qiang.zhao@nxp.com
Headers show
Series add new wdt driver for sp805 | expand

Message

Qiang Zhao April 29, 2019, 8:24 a.m. UTC
changes for v2:
	- modify the driver to DM

Zhao Qiang (3):
  watchdog: add sp805 watchdog support
  dts: fsl-ls1028a: add sp805 node which is a watchdog
  defconfig: ls1028ardb: enable wdt

 MAINTAINERS                   |   1 +
 arch/arm/dts/fsl-ls1028a.dtsi |   4 ++
 configs/ls1028ardb_defconfig  |   3 +
 drivers/watchdog/Kconfig      |   7 ++
 drivers/watchdog/Makefile     |   1 +
 drivers/watchdog/sp805_wdt.c  | 126 ++++++++++++++++++++++++++++++++++
 6 files changed, 142 insertions(+)
 create mode 100644 drivers/watchdog/sp805_wdt.c

Comments

Prabhakar Kushwaha May 22, 2019, 12:33 p.m. UTC | #1
> -----Original Message-----
> From: U-Boot <u-boot-bounces@lists.denx.de> On Behalf Of Qiang Zhao
> Sent: Monday, April 29, 2019 1:55 PM
> To: York Sun <york.sun@nxp.com>
> Cc: u-boot@lists.denx.de
> Subject: [U-Boot] [PATCH 0/3] add new wdt driver for sp805
> 
> changes for v2:
> 	- modify the driver to DM
> 
> Zhao Qiang (3):
>   watchdog: add sp805 watchdog support
>   dts: fsl-ls1028a: add sp805 node which is a watchdog
>   defconfig: ls1028ardb: enable wdt
> 

Patch series applied with updated subject and applied to fsl-qoriq master, awaiting upstream

--pk