superio: Add SMSC SIO1007 driver
authorBin Meng <bmeng.cn@gmail.com>
Wed, 17 Feb 2016 08:16:22 +0000 (00:16 -0800)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 21 Feb 2016 05:42:52 +0000 (13:42 +0800)
commit98af34f897a6ef5de253806049d033471b02479f
treefeff8600946694c48cca4eacc26418af62d98b7d
parent437413962744cc9c80551ca253a20472856551f2
superio: Add SMSC SIO1007 driver

The SMSC SIO1007 superio chipset integrates two ns16550 compatible
serial ports for legacy applications, 16 GPIO pins and some other
functionalities like power management.

This adds a simple driver to enable serial port and handle GPIO.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/misc/Makefile
drivers/misc/smsc_sio1007.c [new file with mode: 0644]
include/smsc_sio1007.h [new file with mode: 0644]