/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2006, 07 MIPS Technologies, Inc. * written by Ralf Baechle (ralf@linux-mips.org) * written by Ralf Baechle <ralf@linux-mips.org> * * Copyright (C) 2008 Wind River Systems, Inc. * updated by Tiejun Chen <tiejun.chen@windriver.com> * * 1. Probe driver for the Malta's UART ports: * * o 2 ports in the SMC SuperIO * o 1 port in the CBUS UART, a discrete 16550 which normally is only used * for bringups. * * We don't use 8250_platform.c on Malta as it would result in the CBUS * UART becoming ttyS0. * * 2. Register RTC-CMOS platform device on Malta.
*/ #include <linux/init.h> #include <linux/serial_8250.h> #include <linux/irq.h> #include <linux/platform_device.h> #include <asm/mips-boards/maltaint.h>
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.