tty: add SPDX identifiers to all remaining files in drivers/tty/

It's good to have SPDX identifiers in all files to make it easier to
audit the kernel tree for correct licenses.

Update the drivers/tty files files with the correct SPDX license
identifier based on the license text in the file itself.  The SPDX
identifier is a legally binding shorthand, which can be used instead of
the full boiler plate text.

This work is based on a script and data from Thomas Gleixner, Philippe
Ombredanne, and Kate Stewart.

Cc: Jiri Slaby <jslaby@suse.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: Chris Metcalf <cmetcalf@mellanox.com>
Cc: Jiri Kosina <jikos@kernel.org>
Cc: David Sterba <dsterba@suse.com>
Cc: James Hogan <jhogan@kernel.org>
Cc: Rob Herring <robh@kernel.org>
Cc: Eric Anholt <eric@anholt.net>
Cc: Stefan Wahren <stefan.wahren@i2se.com>
Cc: Florian Fainelli <f.fainelli@gmail.com>
Cc: Ray Jui <rjui@broadcom.com>
Cc: Scott Branden <sbranden@broadcom.com>
Cc: bcm-kernel-feedback-list@broadcom.com
Cc: "James E.J. Bottomley" <jejb@parisc-linux.org>
Cc: Helge Deller <deller@gmx.de>
Cc: Joachim Eastwood <manabian@gmail.com>
Cc: Matthias Brugger <matthias.bgg@gmail.com>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Tobias Klauser <tklauser@distanz.ch>
Cc: Russell King <linux@armlinux.org.uk>
Cc: Vineet Gupta <vgupta@synopsys.com>
Cc: Richard Genoud <richard.genoud@gmail.com>
Cc: Alexander Shiyan <shc_work@mail.ru>
Cc: Baruch Siach <baruch@tkos.co.il>
Cc: "Maciej W. Rozycki" <macro@linux-mips.org>
Cc: "Uwe Kleine-König" <kernel@pengutronix.de>
Cc: Pat Gefre <pfg@sgi.com>
Cc: "Guilherme G. Piccoli" <gpiccoli@linux.vnet.ibm.com>
Cc: Jason Wessel <jason.wessel@windriver.com>
Cc: Vladimir Zapolskiy <vz@mleia.com>
Cc: Sylvain Lemieux <slemieux.tyco@gmail.com>
Cc: Carlo Caione <carlo@caione.org>
Cc: Kevin Hilman <khilman@baylibre.com>
Cc: Liviu Dudau <liviu.dudau@arm.com>
Cc: Sudeep Holla <sudeep.holla@arm.com>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: Andy Gross <andy.gross@linaro.org>
Cc: David Brown <david.brown@linaro.org>
Cc: "Andreas Färber" <afaerber@suse.de>
Cc: Kevin Cernekee <cernekee@gmail.com>
Cc: Laxman Dewangan <ldewangan@nvidia.com>
Cc: Thierry Reding <thierry.reding@gmail.com>
Cc: Jonathan Hunter <jonathanh@nvidia.com>
Cc: Barry Song <baohua@kernel.org>
Cc: Patrice Chotard <patrice.chotard@st.com>
Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Cc: Alexandre Torgue <alexandre.torgue@st.com>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Peter Korsgaard <jacmet@sunsite.dk>
Cc: Timur Tabi <timur@tabi.org>
Cc: Tony Prisk <linux@prisktech.co.nz>
Cc: Michal Simek <michal.simek@xilinx.com>
Cc: "Sören Brinkmann" <soren.brinkmann@xilinx.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Kate Stewart <kstewart@linuxfoundation.org>
Cc: Philippe Ombredanne <pombredanne@nexb.com>
Cc: Jiri Slaby <jslaby@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Greg Kroah-Hartman 2017-11-06 18:11:51 +01:00
parent 2e67c95022
commit e3b3d0f549
182 changed files with 182 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* Serial driver for the amiga builtin port. * Serial driver for the amiga builtin port.
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* TTY over Blackfin JTAG Communication * TTY over Blackfin JTAG Communication
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#undef BLOCKMOVE #undef BLOCKMOVE
#define Z_WAKE #define Z_WAKE
#undef Z_EXT_CHARS_IN_BUFFER #undef Z_EXT_CHARS_IN_BUFFER

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* ePAPR hypervisor byte channel device driver /* ePAPR hypervisor byte channel device driver
* *
* Copyright 2009-2011 Freescale Semiconductor, Inc. * Copyright 2009-2011 Freescale Semiconductor, Inc.

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* Copyright (C) 2007 Google, Inc. * Copyright (C) 2007 Google, Inc.
* Copyright (C) 2012 Intel, Inc. * Copyright (C) 2012 Intel, Inc.

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Console via Blackfin JTAG Communication * Console via Blackfin JTAG Communication
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Copyright (C) 2001 Anton Blanchard <anton@au.ibm.com>, IBM * Copyright (C) 2001 Anton Blanchard <anton@au.ibm.com>, IBM
* Copyright (C) 2001 Paul Mackerras <paulus@au.ibm.com>, IBM * Copyright (C) 2001 Paul Mackerras <paulus@au.ibm.com>, IBM

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* hvc_console.h * hvc_console.h
* Copyright (C) 2005 IBM Corporation * Copyright (C) 2005 IBM Corporation

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* Copyright (c) 2010, 2014 The Linux Foundation. All rights reserved. /* Copyright (c) 2010, 2014 The Linux Foundation. All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* opal driver interface to hvc_console.c * opal driver interface to hvc_console.c
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* IBM RTAS driver interface to hvc_console.c * IBM RTAS driver interface to hvc_console.c
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* Copyright 2010 Tilera Corporation. All Rights Reserved. * Copyright 2010 Tilera Corporation. All Rights Reserved.
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* udbg interface to hvc_console.c * udbg interface to hvc_console.c
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* vio driver interface to hvc_console.c * vio driver interface to hvc_console.c
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* xen console driver interface to hvc_console.c * xen console driver interface to hvc_console.c
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* IBM eServer Hypervisor Virtual Console Server Device Driver * IBM eServer Hypervisor Virtual Console Server Device Driver
* Copyright (C) 2003, 2004 IBM Corp. * Copyright (C) 2003, 2004 IBM Corp.

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Copyright (C) 2004 Hollis Blanchard <hollisb@us.ibm.com>, IBM * Copyright (C) 2004 Hollis Blanchard <hollisb@us.ibm.com>, IBM
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* IPWireless 3G PCMCIA Network Driver * IPWireless 3G PCMCIA Network Driver
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License * modify it under the terms of the GNU General Public License

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* dashtty.c - tty driver for Dash channels interface. * dashtty.c - tty driver for Dash channels interface.
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* TTY driver for MIPS EJTAG Fast Debug Channels. * TTY driver for MIPS EJTAG Fast Debug Channels.
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/*****************************************************************************/ /*****************************************************************************/
/* /*
* moxa.c -- MOXA Intellio family multiport serial driver. * moxa.c -- MOXA Intellio family multiport serial driver.

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* mxser.c -- MOXA Smartio/Industio family multiport serial driver. * mxser.c -- MOXA Smartio/Industio family multiport serial driver.
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* n_gsm.c GSM 0710 tty multiplexor * n_gsm.c GSM 0710 tty multiplexor
* Copyright (c) 2009/10 Intel Corporation * Copyright (c) 2009/10 Intel Corporation

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-1.0+
/* generic HDLC line discipline for Linux /* generic HDLC line discipline for Linux
* *
* Written by Paul Fulghum paulkf@microgate.com * Written by Paul Fulghum paulkf@microgate.com

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include <linux/types.h> #include <linux/types.h>
#include <linux/errno.h> #include <linux/errno.h>
#include <linux/tty.h> #include <linux/tty.h>

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-1.0+
/* r3964 linediscipline for linux /* r3964 linediscipline for linux
* *
* ----------------------------------------------------------- * -----------------------------------------------------------

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* n_tracerouter.c - Trace data router through tty space * n_tracerouter.c - Trace data router through tty space
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* n_tracesink.c - Trace data router and sink path through tty space. * n_tracesink.c - Trace data router and sink path through tty space.
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* n_tracesink.h - Kernel driver API to route trace data in kernel space. * n_tracesink.h - Kernel driver API to route trace data in kernel space.
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-1.0+
/* /*
* n_tty.c --- implements the N_TTY line discipline. * n_tty.c --- implements the N_TTY line discipline.
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
/* /*
* nozomi.c -- HSDPA driver Broadband Wireless Data Card - Globe Trotter * nozomi.c -- HSDPA driver Broadband Wireless Data Card - Globe Trotter
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
/* /*
* RocketPort device driver for Linux * RocketPort device driver for Linux
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* Copyright (C) 2016-2017 Linaro Ltd., Rob Herring <robh@kernel.org> * Copyright (C) 2016-2017 Linaro Ltd., Rob Herring <robh@kernel.org>
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* Copyright (C) 2016-2017 Linaro Ltd., Rob Herring <robh@kernel.org> * Copyright (C) 2016-2017 Linaro Ltd., Rob Herring <robh@kernel.org>
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* Driver for the serial port on the 21285 StrongArm-110 core logic chip. * Driver for the serial port on the 21285 StrongArm-110 core logic chip.
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Driver for 8250/16550-type serial ports * Driver for 8250/16550-type serial ports
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* Copyright (C) 2005 Russell King. * Copyright (C) 2005 Russell King.
* Data taken from include/asm-i386/serial.h * Data taken from include/asm-i386/serial.h

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* linux/drivers/serial/acorn.c * linux/drivers/serial/acorn.c
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Serial Port driver for Aspeed VUART device * Serial Port driver for Aspeed VUART device
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* Serial port driver for BCM2835AUX UART * Serial port driver for BCM2835AUX UART
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* Copyright (C) 2005 Russell King. * Copyright (C) 2005 Russell King.
* Data taken from include/asm-i386/serial.h * Data taken from include/asm-i386/serial.h

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Universal/legacy driver for 8250/16550-type serial ports * Universal/legacy driver for 8250/16550-type serial ports
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* 8250_dma.c - DMA Engine API support for 8250.c * 8250_dma.c - DMA Engine API support for 8250.c
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Synopsys DesignWare 8250 driver. * Synopsys DesignWare 8250 driver.
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* Early serial console for 8250/16550 devices * Early serial console for 8250/16550 devices
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* Renesas Emma Mobile 8250 driver * Renesas Emma Mobile 8250 driver
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* Probe module for 8250/16550-type Exar chips PCI serial ports. * Probe module for 8250/16550-type Exar chips PCI serial ports.
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* Written by Paul B Schroeder < pschroeder "at" uplogix "dot" com > * Written by Paul B Schroeder < pschroeder "at" uplogix "dot" com >
* Based on 8250_boca. * Based on 8250_boca.

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* Probe for F81216A LPC to 4 UART * Probe for F81216A LPC to 4 UART
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* Copyright (C) 2005 Russell King. * Copyright (C) 2005 Russell King.
* Data taken from include/asm-i386/serial.h * Data taken from include/asm-i386/serial.h

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include <linux/serial_reg.h> #include <linux/serial_reg.h>
#include <linux/serial_8250.h> #include <linux/serial_8250.h>

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Serial Device Initialisation for Lasi/Asp/Wax/Dino * Serial Device Initialisation for Lasi/Asp/Wax/Dino
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* Driver for the 98626/98644/internal serial interface on hp300/hp400 * Driver for the 98626/98644/internal serial interface on hp300/hp400
* (based on the National Semiconductor INS8250/NS16550AF/WD16C552 UARTs) * (based on the National Semiconductor INS8250/NS16550AF/WD16C552 UARTs)

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* Copyright (C) 2005 Russell King. * Copyright (C) 2005 Russell King.
* Data taken from include/asm-i386/serial.h * Data taken from include/asm-i386/serial.h

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Copyright (C) 2010 Lars-Peter Clausen <lars@metafoo.de> * Copyright (C) 2010 Lars-Peter Clausen <lars@metafoo.de>
* Copyright (C) 2015 Imagination Technologies * Copyright (C) 2015 Imagination Technologies

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* Serial port driver for NXP LPC18xx/43xx UART * Serial port driver for NXP LPC18xx/43xx UART
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* 8250_lpss.c - Driver for UART on Intel Braswell and various other Intel SoCs * 8250_lpss.c - Driver for UART on Intel Braswell and various other Intel SoCs
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* 8250_mid.c - Driver for UART on Intel Penwell and various other Intel SOCs * 8250_mid.c - Driver for UART on Intel Penwell and various other Intel SOCs
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* 8250_moxa.c - MOXA Smartio/Industio MUE multiport serial driver. * 8250_moxa.c - MOXA Smartio/Industio MUE multiport serial driver.
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Mediatek 8250 driver. * Mediatek 8250 driver.
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Serial Port driver for Open Firmware platform devices * Serial Port driver for Open Firmware platform devices
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* 8250-core based driver for the OMAP internal UART * 8250-core based driver for the OMAP internal UART
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* Probe module for 8250/16550-type PCI serial ports. * Probe module for 8250/16550-type PCI serial ports.
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* Probe for 8250/16550-type ISAPNP serial ports. * Probe for 8250/16550-type ISAPNP serial ports.
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Base port operations for 8250/16550-type serial ports * Base port operations for 8250/16550-type serial ports
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* drivers/tty/serial/8250/8250_pxa.c -- driver for PXA on-board UARTS * drivers/tty/serial/8250/8250_pxa.c -- driver for PXA on-board UARTS
* Copyright: (C) 2013 Sergei Ianovich <ynvich@gmail.com> * Copyright: (C) 2013 Sergei Ianovich <ynvich@gmail.com>

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Copyright (C) 2015 Masahiro Yamada <yamada.masahiro@socionext.com> * Copyright (C) 2015 Masahiro Yamada <yamada.masahiro@socionext.com>
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/*====================================================================== /*======================================================================
A driver for PCMCIA serial devices A driver for PCMCIA serial devices

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* altera_jtaguart.c -- Altera JTAG UART driver * altera_jtaguart.c -- Altera JTAG UART driver
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* altera_uart.c -- Altera UART driver * altera_uart.c -- Altera UART driver
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Driver for AMBA serial ports * Driver for AMBA serial ports
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Driver for AMBA serial ports * Driver for AMBA serial ports
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* Driver for GRLIB serial ports (APBUART) * Driver for GRLIB serial ports (APBUART)
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* Atheros AR933X SoC built-in UART driver * Atheros AR933X SoC built-in UART driver
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* ARC On-Chip(fpga) UART Driver * ARC On-Chip(fpga) UART Driver
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Driver for Atmel AT91 Serial ports * Driver for Atmel AT91 Serial ports
* Copyright (C) 2003 Rick Bronson * Copyright (C) 2003 Rick Bronson

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* include/linux/atmel_serial.h * include/linux/atmel_serial.h
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* This file is subject to the terms and conditions of the GNU General Public * 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 * License. See the file "COPYING" in the main directory of this archive

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Blackfin On-Chip Sport Emulated UART Driver * Blackfin On-Chip Sport Emulated UART Driver
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Blackfin On-Chip Sport Emulated UART Driver * Blackfin On-Chip Sport Emulated UART Driver
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Blackfin On-Chip Serial Driver * Blackfin On-Chip Serial Driver
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Driver for CLPS711x serial ports * Driver for CLPS711x serial ports
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* Driver for CPM (SCC/SMC) serial ports * Driver for CPM (SCC/SMC) serial ports
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Driver for CPM (SCC/SMC) serial ports; core driver * Driver for CPM (SCC/SMC) serial ports; core driver
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Driver for CPM (SCC/SMC) serial ports; CPM1 definitions * Driver for CPM (SCC/SMC) serial ports; CPM1 definitions
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Driver for CPM (SCC/SMC) serial ports; CPM2 definitions * Driver for CPM (SCC/SMC) serial ports; CPM2 definitions
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Driver for Conexant Digicolor serial ports (USART) * Driver for Conexant Digicolor serial ports (USART)
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* dz.c: Serial port driver for DECstations equipped * dz.c: Serial port driver for DECstations equipped
* with the DZ chipset. * with the DZ chipset.

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* Copyright (C) 2012 ARM Ltd. * Copyright (C) 2012 ARM Ltd.
* Author: Marc Zyngier <marc.zyngier@arm.com> * Author: Marc Zyngier <marc.zyngier@arm.com>

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* Copyright (C) 2014 Linaro Ltd. * Copyright (C) 2014 Linaro Ltd.
* Author: Rob Herring <robh@kernel.org> * Author: Rob Herring <robh@kernel.org>

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#if defined(CONFIG_SERIAL_EFM32_UART_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) #if defined(CONFIG_SERIAL_EFM32_UART_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ)
#define SUPPORT_SYSRQ #define SUPPORT_SYSRQ
#endif #endif

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Freescale lpuart serial port driver * Freescale lpuart serial port driver
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* icom.c * icom.c
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* icom.h * icom.h
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/**************************************************************************** /****************************************************************************
* *
* Driver for the IFX 6x60 spi modem. * Driver for the IFX 6x60 spi modem.

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/**************************************************************************** /****************************************************************************
* *
* Driver for the IFX spi modem. * Driver for the IFX spi modem.

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Driver for Motorola/Freescale IMX serial ports * Driver for Motorola/Freescale IMX serial ports
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* This file is subject to the terms and conditions of the GNU General Public * 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 * License. See the file "COPYING" in the main directory of this archive

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* This file is subject to the terms and conditions of the GNU General Public * 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 * License. See the file "COPYING" in the main directory of this archive

Some files were not shown because too many files have changed in this diff Show More