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

2016-02-20 Thread Bin Meng
On Wed, Feb 17, 2016 at 4:16 PM, Bin Meng 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. >

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

2016-02-17 Thread Bin Meng
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 Reviewed-by: Simon Glass --- Chan