commit | 98af34f897a6ef5de253806049d033471b02479f | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed Feb 17 00:16:22 2016 -0800 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Feb 21 13:42:52 2016 +0800 |
tree | feff8600946694c48cca4eacc26418af62d98b7d | |
parent | 437413962744cc9c80551ca253a20472856551f2 [diff] |
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>