-
- Downloads
x86: Add a simple superio driver for SMSC LPC47M
On most x86 boards, the legacy serial ports (io address 0x3f8/0x2f8) are provided by a superio chip connected to the LPC bus. We must program the superio chip so that serial ports are available for us. Signed-off-by:Bin Meng <bmeng.cn@gmail.com> Acked-by:
Simon Glass <sjg@chromium.org>
Showing
- arch/x86/include/asm/pnp_def.h 90 additions, 0 deletionsarch/x86/include/asm/pnp_def.h
- drivers/misc/Makefile 1 addition, 0 deletionsdrivers/misc/Makefile
- drivers/misc/smsc_lpc47m.c 33 additions, 0 deletionsdrivers/misc/smsc_lpc47m.c
- include/smsc_lpc47m.h 19 additions, 0 deletionsinclude/smsc_lpc47m.h
Loading
Please register or sign in to comment