* [GIT PULL REQUEST] watchdog - v5.18 Merge window
@ 2022-03-31 18:24 Wim Van Sebroeck
2022-03-31 20:55 ` Rafał Miłecki
2022-03-31 21:21 ` pr-tracker-bot
0 siblings, 2 replies; 3+ messages in thread
From: Wim Van Sebroeck @ 2022-03-31 18:24 UTC (permalink / raw)
To: Linus Torvalds
Cc: Andrew Morton, LKML, Linux Watchdog Mailing List, Guenter Roeck,
Alistair Francis, Chris Packham, Daniel Bristot de Oliveira,
Eduardo Valentin, Linus Walleij, Miaoqian Lin,
Rafał Miłecki, Terry Bowman, Thanh Quan
Hi Linus,
Please pull the watchdog changes for the v5.18 release cycle.
This series contains:
* Add support for BCM4908
* renesas_wdt: Add R-Car Gen4 support
* Improve watchdog_dev function documentation
* sp5100_tco: replace the cd6h/cd7h port I/O with MMIO accesses during initialization
* several other small improvements and fixes
The output from git request-pull:
----------------------------------------------------------------
The following changes since commit 09688c0166e76ce2fb85e86b9d99be8b0084cdf9:
Linux 5.17-rc8 (2022-03-13 13:23:37 -0700)
are available in the git repository at:
git://www.linux-watchdog.org/linux-watchdog.git tags/linux-watchdog-5.18-rc1
for you to fetch changes up to 826270373f17fd8ebd10753ca0a5fd2ceb1dc38e:
Watchdog: sp5100_tco: Enable Family 17h+ CPUs (2022-03-27 17:04:33 +0200)
----------------------------------------------------------------
linux-watchdog 5.18-rc1 tag
----------------------------------------------------------------
Alistair Francis (1):
watchdog: imx2_wdg: Alow ping on suspend
Chris Packham (1):
watchdog: orion_wdt: support pretimeout on Armada-XP
Daniel Bristot de Oliveira (1):
watchdog: Improve watchdog_dev function documentation
Eduardo Valentin (1):
watchdog: aspeed: add nowayout support
Linus Walleij (1):
watchdog: ixp4xx: Implement restart
Miaoqian Lin (1):
watchdog: rti-wdt: Add missing pm_runtime_disable() in probe function
Rafał Miłecki (1):
watchdog: allow building BCM7038_WDT for BCM4908
Terry Bowman (4):
Watchdog: sp5100_tco: Move timer initialization into function
Watchdog: sp5100_tco: Refactor MMIO base address initialization
Watchdog: sp5100_tco: Add initialization using EFCH MMIO
Watchdog: sp5100_tco: Enable Family 17h+ CPUs
Thanh Quan (2):
dt-bindings: watchdog: renesas-wdt: Document r8a779f0 support
watchdog: renesas_wdt: Add R-Car Gen4 support
.../devicetree/bindings/watchdog/renesas,wdt.yaml | 5 +
drivers/watchdog/Kconfig | 2 +-
drivers/watchdog/aspeed_wdt.c | 7 +
drivers/watchdog/imx2_wdt.c | 27 +-
drivers/watchdog/ixp4xx_wdt.c | 14 +
drivers/watchdog/orion_wdt.c | 13 +-
drivers/watchdog/renesas_wdt.c | 1 +
drivers/watchdog/rti_wdt.c | 1 +
drivers/watchdog/sp5100_tco.c | 334 ++++++++++++++-------
drivers/watchdog/sp5100_tco.h | 7 +
drivers/watchdog/watchdog_dev.c | 244 +++++++--------
11 files changed, 409 insertions(+), 246 deletions(-)
----------------------------------------------------------------
Kind regards,
Wim.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL REQUEST] watchdog - v5.18 Merge window
2022-03-31 18:24 [GIT PULL REQUEST] watchdog - v5.18 Merge window Wim Van Sebroeck
@ 2022-03-31 20:55 ` Rafał Miłecki
2022-03-31 21:21 ` pr-tracker-bot
1 sibling, 0 replies; 3+ messages in thread
From: Rafał Miłecki @ 2022-03-31 20:55 UTC (permalink / raw)
To: Wim Van Sebroeck
Cc: Linus Torvalds, Andrew Morton, LKML, Linux Watchdog Mailing List,
Guenter Roeck, Alistair Francis, Chris Packham,
Daniel Bristot de Oliveira, Eduardo Valentin, Linus Walleij,
Miaoqian Lin, Terry Bowman, Thanh Quan
Hi Wim,
On 2022-03-31 20:24, Wim Van Sebroeck wrote:
> This series contains:
> * Add support for BCM4908
It indeed includes
[PATCH] watchdog: allow building BCM7038_WDT for BCM4908
but somehow misses
[PATCH] watchdog: bcm7038_wdt: Support BCM6345 compatible string
(which is Patchwork marked as Accepted).
This is NOT pull blocker, just sth I'd like to ask you to look at for
the next release :)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL REQUEST] watchdog - v5.18 Merge window
2022-03-31 18:24 [GIT PULL REQUEST] watchdog - v5.18 Merge window Wim Van Sebroeck
2022-03-31 20:55 ` Rafał Miłecki
@ 2022-03-31 21:21 ` pr-tracker-bot
1 sibling, 0 replies; 3+ messages in thread
From: pr-tracker-bot @ 2022-03-31 21:21 UTC (permalink / raw)
To: Wim Van Sebroeck
Cc: Linus Torvalds, Andrew Morton, LKML, Linux Watchdog Mailing List,
Guenter Roeck, Alistair Francis, Chris Packham,
Daniel Bristot de Oliveira, Eduardo Valentin, Linus Walleij,
Miaoqian Lin, Rafał Miłecki, Terry Bowman, Thanh Quan
The pull request you sent on Thu, 31 Mar 2022 20:24:55 +0200:
> git://www.linux-watchdog.org/linux-watchdog.git tags/linux-watchdog-5.18-rc1
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/354b8bf222ee15bf9aac3d870ba8e0880dd9bc8d
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-03-31 21:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-31 18:24 [GIT PULL REQUEST] watchdog - v5.18 Merge window Wim Van Sebroeck
2022-03-31 20:55 ` Rafał Miłecki
2022-03-31 21:21 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®