* Patches add for v6.13-rc1 in Linux-watchdog-next
@ 2024-11-06 8:09 Wim Van Sebroeck
2024-11-08 3:53 ` James Hilliard
0 siblings, 1 reply; 3+ messages in thread
From: Wim Van Sebroeck @ 2024-11-06 8:09 UTC (permalink / raw)
To: Guenter Roeck, linux-watchdog
Cc: Animesh Agarwal, Byoungtae Cho, Christian Marangi, Claudiu Beznea,
Colin Ian King, Fabio Estevam, Harini T, James Hilliard,
Jean Delvare, lijuang, Marek Vasut, Nick Chan,
Oleksandr Ocheretnyi, Peter Griffin, Rosen Penev,
Uwe Kleine-König, Wolfram Sang, Xingyu Wu, Xin Liu, Yan Zhen
Hi All,
Following patches have been added in Linux-Watchdog-Next the last days:
[PATCH v3] iTCO_wdt: mask NMI_NOW bit for update_no_reboot_bit() call
[PATCH V3] watchdog: xilinx_wwdt: Calculate max_hw_heartbeat_ms using clock frequency
[PATCH v2] dt-bindings: watchdog: Document Qualcomm QCS615 watchdog
[PATCH] watchdog: ziirave_wdt: Drop explicit initialization of struct i2c_device_id::driver_data to 0
[PATCH v1] MAINTAINERS: Update the maintainer of StarFive watchdog driver
[PATCH v4] watchdog: stm32_iwdg: Add pretimeout support
[PATCH v2 1/2] watchdog: apple: Actually flush writes after requesting watchdog restart
[PATCH v2 2/2] watchdog: apple: Increase reset delay to 150ms
[PATCH] watchdog: armada_37xx_wdt: remove struct resource
[RFC PATCH 1/9] watchdog: always print when registering watchdog fails
[RFC PATCH 2/9] watchdog: da9055_wdt: don't print out if registering watchdog fails
[RFC PATCH 3/9] watchdog: gxp-wdt: don't print out if registering watchdog fails
[RFC PATCH 4/9] watchdog: iTCO_wdt: don't print out if registering watchdog fails
[RFC PATCH 5/9] watchdog: it87_wdt: don't print out if registering watchdog fails
[RFC PATCH 6/9] watchdog: octeon-wdt: don't print out if registering watchdog fails
[RFC PATCH 7/9] watchdog: rti_wdt: don't print out if registering watchdog fails
[RFC PATCH 8/9] watchdog: rza_wdt: don't print out if registering watchdog fails
[RFC PATCH 9/9] watchdog: sl28cpld_wdt: don't print out if registering watchdog fails
[PATCH v3 1/2] dt-bindings: watchdog: airoha: document watchdog for Airoha EN7581
[PATCH v3 2/2] watchdog: Add support for Airoha EN7851 watchdog
[PATCH] watchdog: Delete the cpu5wdt driver
[PATCH v2 1/2] watchdog: da9063: Do not use a global variable
[PATCH v2 2/2] watchdog: da9063: Remove __maybe_unused notations
[PATCH v3] watchdog: it87_wdt: add PWRGD enable quirk for Qotom QCML04
[PATCH] watchdog: Switch back to struct platform_driver::remove()
[PATCH v4 4/4] watchdog: rzg2l_wdt: Power on the watchdog domain in the restart handler
[PATCH v3 2/3] watchdog: s3c2410_wdt: add support for exynosautov920 SoC
[PATCH] Revert "watchdog: s3c2410_wdt: use exynos_get_pmu_regmap_by_phandle() for PMU regs"
[PATCH][next] docs: ABI: Fix spelling mistake in pretimeout_avaialable_governors
[PATCH v1 1/3] dt-bindings: watchdog: Document Qualcomm QCS8300
[PATCH v2 1/1] dt-bindings: watchdog: fsl-imx-wdt: Add missing 'big-endian' property
Kind regards,
Wim.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Patches add for v6.13-rc1 in Linux-watchdog-next
2024-11-06 8:09 Patches add for v6.13-rc1 in Linux-watchdog-next Wim Van Sebroeck
@ 2024-11-08 3:53 ` James Hilliard
2024-11-17 10:06 ` Wim Van Sebroeck
0 siblings, 1 reply; 3+ messages in thread
From: James Hilliard @ 2024-11-08 3:53 UTC (permalink / raw)
To: Wim Van Sebroeck
Cc: Guenter Roeck, linux-watchdog, Animesh Agarwal, Byoungtae Cho,
Christian Marangi, Claudiu Beznea, Colin Ian King, Fabio Estevam,
Harini T, Jean Delvare, lijuang, Marek Vasut, Nick Chan,
Oleksandr Ocheretnyi, Peter Griffin, Rosen Penev,
Uwe Kleine-König, Wolfram Sang, Xingyu Wu, Xin Liu, Yan Zhen
On Wed, Nov 6, 2024 at 1:38 AM Wim Van Sebroeck <wim@linux-watchdog.org> wrote:
>
> Hi All,
>
> Following patches have been added in Linux-Watchdog-Next the last days:
> [PATCH v3] iTCO_wdt: mask NMI_NOW bit for update_no_reboot_bit() call
> [PATCH V3] watchdog: xilinx_wwdt: Calculate max_hw_heartbeat_ms using clock frequency
> [PATCH v2] dt-bindings: watchdog: Document Qualcomm QCS615 watchdog
> [PATCH] watchdog: ziirave_wdt: Drop explicit initialization of struct i2c_device_id::driver_data to 0
> [PATCH v1] MAINTAINERS: Update the maintainer of StarFive watchdog driver
> [PATCH v4] watchdog: stm32_iwdg: Add pretimeout support
> [PATCH v2 1/2] watchdog: apple: Actually flush writes after requesting watchdog restart
> [PATCH v2 2/2] watchdog: apple: Increase reset delay to 150ms
> [PATCH] watchdog: armada_37xx_wdt: remove struct resource
> [RFC PATCH 1/9] watchdog: always print when registering watchdog fails
> [RFC PATCH 2/9] watchdog: da9055_wdt: don't print out if registering watchdog fails
> [RFC PATCH 3/9] watchdog: gxp-wdt: don't print out if registering watchdog fails
> [RFC PATCH 4/9] watchdog: iTCO_wdt: don't print out if registering watchdog fails
> [RFC PATCH 5/9] watchdog: it87_wdt: don't print out if registering watchdog fails
> [RFC PATCH 6/9] watchdog: octeon-wdt: don't print out if registering watchdog fails
> [RFC PATCH 7/9] watchdog: rti_wdt: don't print out if registering watchdog fails
> [RFC PATCH 8/9] watchdog: rza_wdt: don't print out if registering watchdog fails
> [RFC PATCH 9/9] watchdog: sl28cpld_wdt: don't print out if registering watchdog fails
> [PATCH v3 1/2] dt-bindings: watchdog: airoha: document watchdog for Airoha EN7581
> [PATCH v3 2/2] watchdog: Add support for Airoha EN7851 watchdog
> [PATCH] watchdog: Delete the cpu5wdt driver
> [PATCH v2 1/2] watchdog: da9063: Do not use a global variable
> [PATCH v2 2/2] watchdog: da9063: Remove __maybe_unused notations
> [PATCH v3] watchdog: it87_wdt: add PWRGD enable quirk for Qotom QCML04
This v3 patch had a bug, a v4 with a fix was posted here:
https://lore.kernel.org/all/20241025063441.3494837-1-james.hilliard1@gmail.com/
> [PATCH] watchdog: Switch back to struct platform_driver::remove()
> [PATCH v4 4/4] watchdog: rzg2l_wdt: Power on the watchdog domain in the restart handler
> [PATCH v3 2/3] watchdog: s3c2410_wdt: add support for exynosautov920 SoC
> [PATCH] Revert "watchdog: s3c2410_wdt: use exynos_get_pmu_regmap_by_phandle() for PMU regs"
> [PATCH][next] docs: ABI: Fix spelling mistake in pretimeout_avaialable_governors
> [PATCH v1 1/3] dt-bindings: watchdog: Document Qualcomm QCS8300
> [PATCH v2 1/1] dt-bindings: watchdog: fsl-imx-wdt: Add missing 'big-endian' property
>
> Kind regards,
> Wim.
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Patches add for v6.13-rc1 in Linux-watchdog-next
2024-11-08 3:53 ` James Hilliard
@ 2024-11-17 10:06 ` Wim Van Sebroeck
0 siblings, 0 replies; 3+ messages in thread
From: Wim Van Sebroeck @ 2024-11-17 10:06 UTC (permalink / raw)
To: James Hilliard; +Cc: Guenter Roeck, linux-watchdog
Hi James,
> On Wed, Nov 6, 2024 at 1:38 AM Wim Van Sebroeck <wim@linux-watchdog.org> wrote:
> >
> > Hi All,
> >
> > Following patches have been added in Linux-Watchdog-Next the last days:
> > [PATCH v3] iTCO_wdt: mask NMI_NOW bit for update_no_reboot_bit() call
> > [PATCH V3] watchdog: xilinx_wwdt: Calculate max_hw_heartbeat_ms using clock frequency
> > [PATCH v2] dt-bindings: watchdog: Document Qualcomm QCS615 watchdog
> > [PATCH] watchdog: ziirave_wdt: Drop explicit initialization of struct i2c_device_id::driver_data to 0
> > [PATCH v1] MAINTAINERS: Update the maintainer of StarFive watchdog driver
> > [PATCH v4] watchdog: stm32_iwdg: Add pretimeout support
> > [PATCH v2 1/2] watchdog: apple: Actually flush writes after requesting watchdog restart
> > [PATCH v2 2/2] watchdog: apple: Increase reset delay to 150ms
> > [PATCH] watchdog: armada_37xx_wdt: remove struct resource
> > [RFC PATCH 1/9] watchdog: always print when registering watchdog fails
> > [RFC PATCH 2/9] watchdog: da9055_wdt: don't print out if registering watchdog fails
> > [RFC PATCH 3/9] watchdog: gxp-wdt: don't print out if registering watchdog fails
> > [RFC PATCH 4/9] watchdog: iTCO_wdt: don't print out if registering watchdog fails
> > [RFC PATCH 5/9] watchdog: it87_wdt: don't print out if registering watchdog fails
> > [RFC PATCH 6/9] watchdog: octeon-wdt: don't print out if registering watchdog fails
> > [RFC PATCH 7/9] watchdog: rti_wdt: don't print out if registering watchdog fails
> > [RFC PATCH 8/9] watchdog: rza_wdt: don't print out if registering watchdog fails
> > [RFC PATCH 9/9] watchdog: sl28cpld_wdt: don't print out if registering watchdog fails
> > [PATCH v3 1/2] dt-bindings: watchdog: airoha: document watchdog for Airoha EN7581
> > [PATCH v3 2/2] watchdog: Add support for Airoha EN7851 watchdog
> > [PATCH] watchdog: Delete the cpu5wdt driver
> > [PATCH v2 1/2] watchdog: da9063: Do not use a global variable
> > [PATCH v2 2/2] watchdog: da9063: Remove __maybe_unused notations
> > [PATCH v3] watchdog: it87_wdt: add PWRGD enable quirk for Qotom QCML04
>
> This v3 patch had a bug, a v4 with a fix was posted here:
> https://lore.kernel.org/all/20241025063441.3494837-1-james.hilliard1@gmail.com/
I checked it and I indeed used "[PATCH v4] watchdog: it87_wdt: add PWRGD enable quirk for Qotom QCML04".
>
> > [PATCH] watchdog: Switch back to struct platform_driver::remove()
> > [PATCH v4 4/4] watchdog: rzg2l_wdt: Power on the watchdog domain in the restart handler
> > [PATCH v3 2/3] watchdog: s3c2410_wdt: add support for exynosautov920 SoC
> > [PATCH] Revert "watchdog: s3c2410_wdt: use exynos_get_pmu_regmap_by_phandle() for PMU regs"
> > [PATCH][next] docs: ABI: Fix spelling mistake in pretimeout_avaialable_governors
> > [PATCH v1 1/3] dt-bindings: watchdog: Document Qualcomm QCS8300
> > [PATCH v2 1/1] dt-bindings: watchdog: fsl-imx-wdt: Add missing 'big-endian' property
> >
> > Kind regards,
> > Wim.
> >
> >
Kind regards,
Wim.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-11-17 10:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-06 8:09 Patches add for v6.13-rc1 in Linux-watchdog-next Wim Van Sebroeck
2024-11-08 3:53 ` James Hilliard
2024-11-17 10:06 ` Wim Van Sebroeck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox