misc: Add simple driver for some Nuvoton NCT6102D devices
authorStefan Roese <sr@denx.de>
Tue, 19 Jul 2016 05:45:46 +0000 (07:45 +0200)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 16 Aug 2016 03:44:09 +0000 (11:44 +0800)
commit4cf9e464f78e58117b9a57e1e4e092e609d96b59
tree7ab70fbffa0469833b1a39eb8ea8dc6d4d5b9cc3
parentd7b935bf62bafdf5fbe4734c7536754948958890
misc: Add simple driver for some Nuvoton NCT6102D devices

This simple driver provides some functions to control some of the
integrated devices. The watchdog is enabled per default. This driver
adds a function to disable the watchdog. Also the internal legacy
UART (io address 0x3f8/0x2f8) is enabled per default.

Signed-off-by: Stefan Roese <sr@denx.de>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Cc: Simon Glass <sjg@chromium.org>
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/nuvoton_nct6102d.c [new file with mode: 0644]
include/nuvoton_nct6102d.h [new file with mode: 0644]