Loading drivers/serial/bfin_5xx.c +4 −23 Original line number Original line Diff line number Diff line /* /* * File: drivers/serial/bfin_5xx.c * Blackfin On-Chip Serial Driver * Based on: Based on drivers/serial/sa1100.c * Author: Aubrey Li <aubrey.li@analog.com> * * * Created: * Copyright 2006-2007 Analog Devices Inc. * Description: Driver for blackfin 5xx serial ports * * * Modified: * Enter bugs at http://blackfin.uclinux.org/ * Copyright 2006 Analog Devices Inc. * * * Bugs: Enter bugs at http://blackfin.uclinux.org/ * Licensed under the GPL-2 or later. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, see the file COPYING, or write * to the Free Software Foundation, Inc., * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ */ #if defined(CONFIG_SERIAL_BFIN_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) #if defined(CONFIG_SERIAL_BFIN_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) Loading Loading
drivers/serial/bfin_5xx.c +4 −23 Original line number Original line Diff line number Diff line /* /* * File: drivers/serial/bfin_5xx.c * Blackfin On-Chip Serial Driver * Based on: Based on drivers/serial/sa1100.c * Author: Aubrey Li <aubrey.li@analog.com> * * * Created: * Copyright 2006-2007 Analog Devices Inc. * Description: Driver for blackfin 5xx serial ports * * * Modified: * Enter bugs at http://blackfin.uclinux.org/ * Copyright 2006 Analog Devices Inc. * * * Bugs: Enter bugs at http://blackfin.uclinux.org/ * Licensed under the GPL-2 or later. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, see the file COPYING, or write * to the Free Software Foundation, Inc., * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ */ #if defined(CONFIG_SERIAL_BFIN_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) #if defined(CONFIG_SERIAL_BFIN_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) Loading