video: tegra20: implement a minimal HOST1X driver for essential clock and reset setup
authorSvyatoslav Ryhel <clamor95@gmail.com>
Fri, 28 Feb 2025 18:02:23 +0000 (20:02 +0200)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Thu, 13 Mar 2025 17:11:57 +0000 (19:11 +0200)
commiteb65c25b611887ed57ec38ef8f61af80e76b7beb
treea59236dcf6a172219ca5b1c34cadd13645c7e279
parenteeefcacb851f7f0bccabc3089a725f5ce86f5c70
video: tegra20: implement a minimal HOST1X driver for essential clock and reset setup

Introduce a simplified HOST1X driver, limited to the basic clock and reset
initialization of the bus.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
drivers/video/tegra20/Kconfig
drivers/video/tegra20/Makefile
drivers/video/tegra20/tegra-dc.c
drivers/video/tegra20/tegra-host1x.c [new file with mode: 0644]