]> git.dujemihanovic.xyz Git - u-boot.git/commit
drivers: misc: add Gateworks System Controller driver
authorTim Harvey <tharvey@gateworks.com>
Tue, 8 Mar 2022 00:24:04 +0000 (16:24 -0800)
committerStefano Babic <sbabic@denx.de>
Tue, 12 Apr 2022 13:36:17 +0000 (15:36 +0200)
commit8479b9e6c9db6dc0971283c35d59ab07b289be52
tree7529b665c4d9bb9ae6299e71b89ab408be7140dc
parent6bec6c169ff5f5c00e58d451c6afa90f89dc6903
drivers: misc: add Gateworks System Controller driver

Add a driver for the Gateworks System Controller used on Gateworks boards
which provides a boot watchdog, power control, temperature monitor,
and voltage ADCs.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
MAINTAINERS
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/gsc.c [new file with mode: 0644]
include/gsc.h [new file with mode: 0644]