<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/drivers/watchdog/Makefile, branch master</title>
<subtitle>Broadcom-s U-Boot</subtitle>
<id>https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/'/>
<updated>2019-06-22T14:27:13Z</updated>
<entry>
<title>watchdog: tangier: Convert to use WDT class</title>
<updated>2019-06-22T14:27:13Z</updated>
<author>
<name>Andy Shevchenko</name>
</author>
<published>2019-06-21T10:28:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=c974a3d1550557f246c98480083651c0a502e7e7'/>
<id>urn:sha1:c974a3d1550557f246c98480083651c0a502e7e7</id>
<content type='text'>
Convert legacy driver to use watchdog class.

Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;
Reviewed-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>watchdog: stm32mp: Add watchdog driver</title>
<updated>2019-06-06T15:40:16Z</updated>
<author>
<name>Patrice Chotard</name>
</author>
<published>2019-04-30T15:26:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=8c1007a2cbd845b47003753f54b2f7d2a502e13e'/>
<id>urn:sha1:8c1007a2cbd845b47003753f54b2f7d2a502e13e</id>
<content type='text'>
This patch adds IWDG (Independent WatchDoG) support for
STM32MP platform.

Signed-off-by: Christophe Kerello &lt;christophe.kerello@st.com&gt;
Signed-off-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;
Reviewed-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>driver: watchdog: add sp805 watchdog support</title>
<updated>2019-05-22T06:54:24Z</updated>
<author>
<name>Qiang Zhao</name>
</author>
<published>2019-05-07T03:16:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=0652d9fb1a5c5fbe962e7e581031acd39672738f'/>
<id>urn:sha1:0652d9fb1a5c5fbe962e7e581031acd39672738f</id>
<content type='text'>
sp805 is watchdog on some NXP layerscape SoCs, adding
it's driver. Configs CONFIG_WDT_SP805, CONFIG_WDT, CONFIG_CMD_WDT
needs to be enabled to use it.

Signed-off-by: Zhao Qiang &lt;qiang.zhao@nxp.com&gt;
Reviewed-by: Prabhakar Kushwaha &lt;prabhakar.kushwaha@nxp.com&gt;
</content>
</entry>
<entry>
<title>watchdog: mpc8xx_wdt: Watchdog driver and macros cleanup</title>
<updated>2019-04-26T07:16:32Z</updated>
<author>
<name>Stefan Roese</name>
</author>
<published>2019-04-11T13:58:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=f3729ba6e7b2dff9a6f6e72e8839d99c2e3dbb03'/>
<id>urn:sha1:f3729ba6e7b2dff9a6f6e72e8839d99c2e3dbb03</id>
<content type='text'>
With the generic watchdog driver now implemented, this patch removes
some legacy stuff from the MPC8xx watchdog driver and its Kconfig
integration. CONFIG_MPC8xx_WATCHDOG is completely removed and
hw_watchdog_reset() is made static, as the watchdog will now get
serviced via the DM infrastructure if enabled via CONFIG_WATCHDOG.

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
Cc: Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;
</content>
</entry>
<entry>
<title>watchdog: driver support for fsl-lsch2</title>
<updated>2019-01-01T13:12:18Z</updated>
<author>
<name>Xiaoliang Yang</name>
</author>
<published>2018-10-18T10:27:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=005c1cf888a7ad72bd0f9ceb6f6b2eee7720f7b0'/>
<id>urn:sha1:005c1cf888a7ad72bd0f9ceb6f6b2eee7720f7b0</id>
<content type='text'>
Support watchdog driver for fsl-lsch2. It's disabled in default.
If you want to use it, please enable CONFIG_IMX_WATCHDOG.
Define CONFIG_WATCHDOG_TIMEOUT_MSECS to set watchdog timeout.

Signed-off-by: Xiaoliang Yang &lt;xiaoliang.yang_1@nxp.com&gt;
</content>
</entry>
<entry>
<title>watchdog: MediaTek: add watchdog driver for MediaTek SoCs</title>
<updated>2018-11-29T04:04:52Z</updated>
<author>
<name>Ryder Lee</name>
</author>
<published>2018-11-15T02:07:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=090543f81fcac3592b3039a6f1e65015492813e8'/>
<id>urn:sha1:090543f81fcac3592b3039a6f1e65015492813e8</id>
<content type='text'>
This patch adds a common driver for the Mediatek SoC integrated
watchdog.

Signed-off-by: Ryder Lee &lt;ryder.lee@mediatek.com&gt;
Tested-by: Matthias Brugger &lt;matthias.bgg@gmail.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>wdt: Add MT7621 watchdog driver</title>
<updated>2018-11-18T15:02:22Z</updated>
<author>
<name>Stefan Roese</name>
</author>
<published>2018-10-04T11:39:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=053fce84c1505b1dac1ab75e2c4666bb36437514'/>
<id>urn:sha1:053fce84c1505b1dac1ab75e2c4666bb36437514</id>
<content type='text'>
This patch adds watchdog support for the Mediatek MT7621 SoC. The driver
is loosly based on the Linux kernel version.

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
Cc: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
Reviewed-by: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
[fixed merge conflict in drivers/watchdog/Kconfig]
Signed-off-by: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
</content>
</entry>
<entry>
<title>arm: at91: wdt: Convert watchdog driver to dm/dt</title>
<updated>2018-11-16T18:34:34Z</updated>
<author>
<name>Prasanthi Chellakumar</name>
</author>
<published>2018-10-09T18:46:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=1473f6ac882fde8078826ca828aa3494ff98bf08'/>
<id>urn:sha1:1473f6ac882fde8078826ca828aa3494ff98bf08</id>
<content type='text'>
Convert the Watchdog driver for AT91SAM9x processors to support
the driver model and device tree. Changes "CONFIG_AT91SAM9_WATCHDOG"
to new "CONFIG_WDT_AT91" Kconfig option.

Signed-off-by: Prasanthi Chellakumar &lt;prasanthi.chellakumar@microchip.com&gt;
</content>
</entry>
<entry>
<title>watchdog: mx25: use the imx_watchdog driver for mx25</title>
<updated>2018-09-04T06:47:23Z</updated>
<author>
<name>Martin Kaiser</name>
</author>
<published>2018-07-21T17:47:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=69f78cf840d03c25347847aaa74f2bdfa6c19f46'/>
<id>urn:sha1:69f78cf840d03c25347847aaa74f2bdfa6c19f46</id>
<content type='text'>
The existing imx_watchdog driver is compatible with mx25 chipsets.
Add a WDOG1_BASE_ADDR define for the base address and enable the driver
in watchdog's Makefile.

To use the driver, a board must define CONFIG_IMX_WATCHDOG and
CONFIG_HW_WATCHDOG.

This fixes an issue when booting an mx25 chip via usb/serial. In this
case, the boot rom will always enable the watchdog. If u-boot is running
in interactive mode and the watchdog is not serviced, the system is
rebooted when the watchdog expires.

Signed-off-by: Martin Kaiser &lt;martin@kaiser.cx&gt;
Reviewed-by: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;
</content>
</entry>
<entry>
<title>watchdog: Add support for Armada 37xx CPU watchdog</title>
<updated>2018-05-14T08:00:15Z</updated>
<author>
<name>Marek Behún</name>
</author>
<published>2018-04-24T15:21:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=2b69a67389fc43d7e16ef8c31d2a8845572acff6'/>
<id>urn:sha1:2b69a67389fc43d7e16ef8c31d2a8845572acff6</id>
<content type='text'>
This adds support for the CPU watchdog found on Marvell Armada 37xx
SoCs.

There are 4 counters which can be set as CPU watchdog counters.
This driver uses the second counter (ID 1, counting from 0)
(Marvell's Linux also uses second counter by default).
In the future it could be adapted to use other counters, with
definition in the device tree.

Signed-off-by: Marek Behun &lt;marek.behun@nic.cz&gt;
Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
</feed>
