]> git.baikalelectronics.ru Git - uboot.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)
commitc7f0b3d42ac8ebc15245663c04cd1657e475a4e7
tree7529b665c4d9bb9ae6299e71b89ab408be7140dc
parent1d6437dd7ecc2c58a0bafd78d7d8f72038e48205
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]