Stefan Reinauer wrote:
Add support for the SMSC LPC47n227 SuperI/O chip
Kconfig | 2 Makefile.inc | 1 lpc47n227/Config.lb | 21 ++ lpc47n227/Makefile.inc | 20 ++ lpc47n227/chip.h | 29 +++ lpc47n227/lpc47n227.h | 29 +++ lpc47n227/lpc47n227_early_serial.c | 150 +++++++++++++++ lpc47n227/superio.c | 352 +++++++++++++++++++++++++++++++++++++ 8 files changed, 604 insertions(+)
Signed-off-by: Stefan Reinauer stepan@coresystems.de
Acked-by: Peter Stuge peter@stuge.se