]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
reset: tenstorrent: Add reset controller for Atlantis
authorAnirudh Srinivasan <asrinivasan@oss.tenstorrent.com>
Fri, 6 Mar 2026 17:12:18 +0000 (11:12 -0600)
committerDrew Fustini <fustini@kernel.org>
Tue, 10 Mar 2026 03:10:26 +0000 (20:10 -0700)
commit89b23af16276a6d4d06064d72e3fd548de090375
tree7cc6a0f44ec21b407311d85d0ad7a17aa1c69566
parent1227a8f6c34e297b5fada96aa140129eced771dc
reset: tenstorrent: Add reset controller for Atlantis

Adds Atlantis Reset Controller driver, which shares the same regmap as
prcm ( clock controller).

This version of the reset controller driver covers resets from the RCPU
prcm.

Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Anirudh Srinivasan <asrinivasan@oss.tenstorrent.com>
Reviewed-by: Drew Fustini <fustini@kernel.org>
Signed-off-by: Drew Fustini <fustini@kernel.org>
MAINTAINERS
drivers/reset/Kconfig
drivers/reset/Makefile
drivers/reset/reset-tenstorrent-atlantis.c [new file with mode: 0644]