[U-Boot] [PATCH v2 2/5] superio: Add SMSC SIO1007 driver

Simon Glass sjg at chromium.org
Tue Feb 9 23:23:03 CET 2016


On 5 February 2016 at 23:08, Bin Meng <bmeng.cn at gmail.com> wrote:
> 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 at gmail.com>
> ---
>
> Changes in v2: None
>
>  drivers/misc/Makefile       |   1 +
>  drivers/misc/smsc_sio1007.c | 126 ++++++++++++++++++++++++++++++++++++++++++++
>  include/smsc_sio1007.h      | 115 ++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 242 insertions(+)
>  create mode 100644 drivers/misc/smsc_sio1007.c
>  create mode 100644 include/smsc_sio1007.h

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list