
On Tue, Jul 19, 2016 at 1:45 PM, Stefan Roese sr@denx.de wrote:
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
v3:
- Remove misleading comment about UART
v2:
- Added macros for the constants as suggested by Bin
- Changed macro names as suggested by Bin
drivers/misc/Kconfig | 8 ++++++ drivers/misc/Makefile | 1 + drivers/misc/nuvoton_nct6102d.c | 56 +++++++++++++++++++++++++++++++++++++++++ include/nuvoton_nct6102d.h | 34 +++++++++++++++++++++++++ 4 files changed, 99 insertions(+) create mode 100644 drivers/misc/nuvoton_nct6102d.c create mode 100644 include/nuvoton_nct6102d.h
applied to u-boot-x86, thanks!