[U-Boot] [PATCH v3] misc: Add simple driver for some Nuvoton NCT6102D devices
Bin Meng
bmeng.cn at gmail.com
Mon Aug 1 02:48:08 CEST 2016
On Tue, Jul 19, 2016 at 1:45 PM, Stefan Roese <sr at 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 at denx.de>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> Cc: Simon Glass <sjg at 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!
More information about the U-Boot
mailing list