1
0
Fork 0

treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149

Based on 1 normalized pattern(s):

  licensed under the gpl 2 or later

extracted by the scancode license scanner the SPDX license identifier

  GPL-2.0-or-later

has been chosen to replace the boilerplate/reference in 82 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Richard Fontana <rfontana@redhat.com>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190524100845.150836982@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.2
Thomas Gleixner 2019-05-24 12:04:09 +02:00 committed by Greg Kroah-Hartman
parent db73570c1c
commit 80503b23b2
82 changed files with 82 additions and 158 deletions

View File

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* GPIO driver for Analog Devices ADP5520 MFD PMICs * GPIO driver for Analog Devices ADP5520 MFD PMICs
* *
* Copyright 2009 Analog Devices Inc. * Copyright 2009 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/module.h> #include <linux/module.h>

View File

@ -1,10 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* GPIO Chip driver for Analog Devices * GPIO Chip driver for Analog Devices
* ADP5588/ADP5587 I/O Expander and QWERTY Keypad Controller * ADP5588/ADP5587 I/O Expander and QWERTY Keypad Controller
* *
* Copyright 2009-2010 Analog Devices Inc. * Copyright 2009-2010 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/module.h> #include <linux/module.h>

View File

@ -1,10 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* AD7314 digital temperature sensor driver for AD7314, ADT7301 and ADT7302 * AD7314 digital temperature sensor driver for AD7314, ADT7301 and ADT7302
* *
* Copyright 2010 Analog Devices Inc. * Copyright 2010 Analog Devices Inc.
* *
* Licensed under the GPL-2 or later.
*
* Conversion to hwmon from IIO done by Jonathan Cameron <jic23@cam.ac.uk> * Conversion to hwmon from IIO done by Jonathan Cameron <jic23@cam.ac.uk>
*/ */
#include <linux/device.h> #include <linux/device.h>

View File

@ -1,10 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* ADT7310/ADT7310 digital temperature sensor driver * ADT7310/ADT7310 digital temperature sensor driver
* *
* Copyright 2012-2013 Analog Devices Inc. * Copyright 2012-2013 Analog Devices Inc.
* Author: Lars-Peter Clausen <lars@metafoo.de> * Author: Lars-Peter Clausen <lars@metafoo.de>
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/module.h> #include <linux/module.h>

View File

@ -1,10 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* ADT7410/ADT7420 digital temperature sensor driver * ADT7410/ADT7420 digital temperature sensor driver
* *
* Copyright 2012-2013 Analog Devices Inc. * Copyright 2012-2013 Analog Devices Inc.
* Author: Lars-Peter Clausen <lars@metafoo.de> * Author: Lars-Peter Clausen <lars@metafoo.de>
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/module.h> #include <linux/module.h>

View File

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* ADIS16201 Dual-Axis Digital Inclinometer and Accelerometer * ADIS16201 Dual-Axis Digital Inclinometer and Accelerometer
* *
* Copyright 2010 Analog Devices Inc. * Copyright 2010 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/device.h> #include <linux/device.h>

View File

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* ADIS16209 Dual-Axis Digital Inclinometer and Accelerometer * ADIS16209 Dual-Axis Digital Inclinometer and Accelerometer
* *
* Copyright 2010 Analog Devices Inc. * Copyright 2010 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/device.h> #include <linux/device.h>

View File

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* AD7291 8-Channel, I2C, 12-Bit SAR ADC with Temperature Sensor * AD7291 8-Channel, I2C, 12-Bit SAR ADC with Temperature Sensor
* *
* Copyright 2010-2011 Analog Devices Inc. * Copyright 2010-2011 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/device.h> #include <linux/device.h>

View File

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* AD7766/AD7767 SPI ADC driver * AD7766/AD7767 SPI ADC driver
* *
* Copyright 2016 Analog Devices Inc. * Copyright 2016 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/clk.h> #include <linux/clk.h>

View File

@ -1,8 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* Copyright 2014-2015 Analog Devices Inc. * Copyright 2014-2015 Analog Devices Inc.
* Author: Lars-Peter Clausen <lars@metafoo.de> * Author: Lars-Peter Clausen <lars@metafoo.de>
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/slab.h> #include <linux/slab.h>

View File

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* AD5446 SPI DAC driver * AD5446 SPI DAC driver
* *
* Copyright 2010 Analog Devices Inc. * Copyright 2010 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/interrupt.h> #include <linux/interrupt.h>

View File

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* ADIS16080/100 Yaw Rate Gyroscope with SPI driver * ADIS16080/100 Yaw Rate Gyroscope with SPI driver
* *
* Copyright 2010 Analog Devices Inc. * Copyright 2010 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/mutex.h> #include <linux/mutex.h>

View File

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* ADIS16130 Digital Output, High Precision Angular Rate Sensor driver * ADIS16130 Digital Output, High Precision Angular Rate Sensor driver
* *
* Copyright 2010 Analog Devices Inc. * Copyright 2010 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/mutex.h> #include <linux/mutex.h>

View File

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* ADIS16260/ADIS16265 Programmable Digital Gyroscope Sensor Driver * ADIS16260/ADIS16265 Programmable Digital Gyroscope Sensor Driver
* *
* Copyright 2010 Analog Devices Inc. * Copyright 2010 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/interrupt.h> #include <linux/interrupt.h>

View File

@ -1,10 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* Common library for ADIS16XXX devices * Common library for ADIS16XXX devices
* *
* Copyright 2012 Analog Devices Inc. * Copyright 2012 Analog Devices Inc.
* Author: Lars-Peter Clausen <lars@metafoo.de> * Author: Lars-Peter Clausen <lars@metafoo.de>
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/delay.h> #include <linux/delay.h>

View File

@ -1,10 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* Common library for ADIS16XXX devices * Common library for ADIS16XXX devices
* *
* Copyright 2012 Analog Devices Inc. * Copyright 2012 Analog Devices Inc.
* Author: Lars-Peter Clausen <lars@metafoo.de> * Author: Lars-Peter Clausen <lars@metafoo.de>
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/export.h> #include <linux/export.h>

View File

@ -1,10 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* Common library for ADIS16XXX devices * Common library for ADIS16XXX devices
* *
* Copyright 2012 Analog Devices Inc. * Copyright 2012 Analog Devices Inc.
* Author: Lars-Peter Clausen <lars@metafoo.de> * Author: Lars-Peter Clausen <lars@metafoo.de>
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/interrupt.h> #include <linux/interrupt.h>

View File

@ -1,8 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* PlayStation 1/2 joypads via SPI interface Driver * PlayStation 1/2 joypads via SPI interface Driver
* *
* Copyright (C) 2017 Tomohiro Yoshidomi <sylph23k@gmail.com> * Copyright (C) 2017 Tomohiro Yoshidomi <sylph23k@gmail.com>
* Licensed under the GPL-2 or later.
* *
* PlayStation 1/2 joypad's plug (not socket) * PlayStation 1/2 joypad's plug (not socket)
* 123 456 789 * 123 456 789

View File

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* Keypad driver for Analog Devices ADP5520 MFD PMICs * Keypad driver for Analog Devices ADP5520 MFD PMICs
* *
* Copyright 2009 Analog Devices Inc. * Copyright 2009 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/module.h> #include <linux/module.h>

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* File: drivers/input/keyboard/adp5588_keys.c * File: drivers/input/keyboard/adp5588_keys.c
* Description: keypad driver for ADP5588 and ADP5587 * Description: keypad driver for ADP5588 and ADP5587
@ -5,7 +6,6 @@
* Bugs: Enter bugs at http://blackfin.uclinux.org/ * Bugs: Enter bugs at http://blackfin.uclinux.org/
* *
* Copyright (C) 2008-2010 Analog Devices Inc. * Copyright (C) 2008-2010 Analog Devices Inc.
* Licensed under the GPL-2 or later.
*/ */
#include <linux/module.h> #include <linux/module.h>

View File

@ -1,10 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* OpenCores Keyboard Controller Driver * OpenCores Keyboard Controller Driver
* http://www.opencores.org/project,keyboardcontroller * http://www.opencores.org/project,keyboardcontroller
* *
* Copyright 2007-2009 HV Sistemas S.L. * Copyright 2007-2009 HV Sistemas S.L.
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/input.h> #include <linux/input.h>

View File

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* AD714X CapTouch Programmable Controller driver (I2C bus) * AD714X CapTouch Programmable Controller driver (I2C bus)
* *
* Copyright 2009-2011 Analog Devices Inc. * Copyright 2009-2011 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/input.h> /* BUS_I2C */ #include <linux/input.h> /* BUS_I2C */

View File

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* AD714X CapTouch Programmable Controller driver (SPI bus) * AD714X CapTouch Programmable Controller driver (SPI bus)
* *
* Copyright 2009-2011 Analog Devices Inc. * Copyright 2009-2011 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/input.h> /* BUS_SPI */ #include <linux/input.h> /* BUS_SPI */

View File

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* AD714X CapTouch Programmable Controller driver supporting AD7142/3/7/8/7A * AD714X CapTouch Programmable Controller driver supporting AD7142/3/7/8/7A
* *
* Copyright 2009-2011 Analog Devices Inc. * Copyright 2009-2011 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/device.h> #include <linux/device.h>

View File

@ -1,9 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* /*
* AD714X CapTouch Programmable Controller driver (bus interfaces) * AD714X CapTouch Programmable Controller driver (bus interfaces)
* *
* Copyright 2009-2011 Analog Devices Inc. * Copyright 2009-2011 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#ifndef _AD714X_H_ #ifndef _AD714X_H_

View File

@ -1,10 +1,10 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* ADLX345/346 Three-Axis Digital Accelerometers (I2C Interface) * ADLX345/346 Three-Axis Digital Accelerometers (I2C Interface)
* *
* Enter bugs at http://blackfin.uclinux.org/ * Enter bugs at http://blackfin.uclinux.org/
* *
* Copyright (C) 2009 Michael Hennerich, Analog Devices Inc. * Copyright (C) 2009 Michael Hennerich, Analog Devices Inc.
* Licensed under the GPL-2 or later.
*/ */
#include <linux/input.h> /* BUS_I2C */ #include <linux/input.h> /* BUS_I2C */

View File

@ -1,10 +1,10 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* ADLX345/346 Three-Axis Digital Accelerometers (SPI Interface) * ADLX345/346 Three-Axis Digital Accelerometers (SPI Interface)
* *
* Enter bugs at http://blackfin.uclinux.org/ * Enter bugs at http://blackfin.uclinux.org/
* *
* Copyright (C) 2009 Michael Hennerich, Analog Devices Inc. * Copyright (C) 2009 Michael Hennerich, Analog Devices Inc.
* Licensed under the GPL-2 or later.
*/ */
#include <linux/input.h> /* BUS_SPI */ #include <linux/input.h> /* BUS_SPI */

View File

@ -1,10 +1,10 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* ADXL345/346 Three-Axis Digital Accelerometers * ADXL345/346 Three-Axis Digital Accelerometers
* *
* Enter bugs at http://blackfin.uclinux.org/ * Enter bugs at http://blackfin.uclinux.org/
* *
* Copyright (C) 2009 Michael Hennerich, Analog Devices Inc. * Copyright (C) 2009 Michael Hennerich, Analog Devices Inc.
* Licensed under the GPL-2 or later.
*/ */
#include <linux/device.h> #include <linux/device.h>

View File

@ -1,10 +1,10 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* /*
* ADXL345/346 Three-Axis Digital Accelerometers (I2C/SPI Interface) * ADXL345/346 Three-Axis Digital Accelerometers (I2C/SPI Interface)
* *
* Enter bugs at http://blackfin.uclinux.org/ * Enter bugs at http://blackfin.uclinux.org/
* *
* Copyright (C) 2009 Michael Hennerich, Analog Devices Inc. * Copyright (C) 2009 Michael Hennerich, Analog Devices Inc.
* Licensed under the GPL-2 or later.
*/ */
#ifndef _ADXL34X_H_ #ifndef _ADXL34X_H_

View File

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* Driver for a keypad w/16 buttons connected to a PCF8574 I2C I/O expander * Driver for a keypad w/16 buttons connected to a PCF8574 I2C I/O expander
* *
* Copyright 2005-2008 Analog Devices Inc. * Copyright 2005-2008 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/module.h> #include <linux/module.h>

View File

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* AD7879-1/AD7889-1 touchscreen (I2C bus) * AD7879-1/AD7889-1 touchscreen (I2C bus)
* *
* Copyright (C) 2008-2010 Michael Hennerich, Analog Devices Inc. * Copyright (C) 2008-2010 Michael Hennerich, Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/input.h> /* BUS_I2C */ #include <linux/input.h> /* BUS_I2C */

View File

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* AD7879/AD7889 touchscreen (SPI bus) * AD7879/AD7889 touchscreen (SPI bus)
* *
* Copyright (C) 2008-2010 Michael Hennerich, Analog Devices Inc. * Copyright (C) 2008-2010 Michael Hennerich, Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/input.h> /* BUS_SPI */ #include <linux/input.h> /* BUS_SPI */

View File

@ -1,10 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* AD7879/AD7889 based touchscreen and GPIO driver * AD7879/AD7889 based touchscreen and GPIO driver
* *
* Copyright (C) 2008-2010 Michael Hennerich, Analog Devices Inc. * Copyright (C) 2008-2010 Michael Hennerich, Analog Devices Inc.
* *
* Licensed under the GPL-2 or later.
*
* History: * History:
* Copyright (c) 2005 David Brownell * Copyright (c) 2005 David Brownell
* Copyright (c) 2006 Nokia Corporation * Copyright (c) 2006 Nokia Corporation

View File

@ -1,9 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* /*
* AD7879/AD7889 touchscreen (bus interfaces) * AD7879/AD7889 touchscreen (bus interfaces)
* *
* Copyright (C) 2008-2010 Michael Hennerich, Analog Devices Inc. * Copyright (C) 2008-2010 Michael Hennerich, Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#ifndef _AD7879_H_ #ifndef _AD7879_H_

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* LEDs driver for Analog Devices ADP5520/ADP5501 MFD PMICs * LEDs driver for Analog Devices ADP5520/ADP5501 MFD PMICs
* *
@ -9,8 +10,6 @@
* *
* Copyright (C) 2006-2008 Marvell International Ltd. * Copyright (C) 2006-2008 Marvell International Ltd.
* Eric Miao <eric.miao@marvell.com> * Eric Miao <eric.miao@marvell.com>
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/module.h> #include <linux/module.h>

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* Base driver for Analog Devices ADP5520/ADP5501 MFD PMICs * Base driver for Analog Devices ADP5520/ADP5501 MFD PMICs
* LCD Backlight: drivers/video/backlight/adp5520_bl * LCD Backlight: drivers/video/backlight/adp5520_bl
@ -15,8 +16,6 @@
* *
* Copyright (C) 2006-2008 Marvell International Ltd. * Copyright (C) 2006-2008 Marvell International Ltd.
* Eric Miao <eric.miao@marvell.com> * Eric Miao <eric.miao@marvell.com>
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>

View File

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* Driver for the Analog Devices digital potentiometers (I2C bus) * Driver for the Analog Devices digital potentiometers (I2C bus)
* *
* Copyright (C) 2010-2011 Michael Hennerich, Analog Devices Inc. * Copyright (C) 2010-2011 Michael Hennerich, Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/i2c.h> #include <linux/i2c.h>

View File

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* Driver for the Analog Devices digital potentiometers (SPI bus) * Driver for the Analog Devices digital potentiometers (SPI bus)
* *
* Copyright (C) 2010-2011 Michael Hennerich, Analog Devices Inc. * Copyright (C) 2010-2011 Michael Hennerich, Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/spi/spi.h> #include <linux/spi/spi.h>

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* ad525x_dpot: Driver for the Analog Devices digital potentiometers * ad525x_dpot: Driver for the Analog Devices digital potentiometers
* Copyright (c) 2009-2010 Analog Devices, Inc. * Copyright (c) 2009-2010 Analog Devices, Inc.
@ -65,8 +66,6 @@
* *
* derived from ad5252.c * derived from ad5252.c
* Copyright (c) 2006-2011 Michael Hennerich <michael.hennerich@analog.com> * Copyright (c) 2006-2011 Michael Hennerich <michael.hennerich@analog.com>
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/module.h> #include <linux/module.h>

View File

@ -1,9 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* /*
* Driver for the Analog Devices digital potentiometers * Driver for the Analog Devices digital potentiometers
* *
* Copyright (C) 2010 Michael Hennerich, Analog Devices Inc. * Copyright (C) 2010 Michael Hennerich, Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#ifndef _AD_DPOT_H_ #ifndef _AD_DPOT_H_

View File

@ -1,10 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* Ethernet driver for the WIZnet W5100/W5200/W5500 chip. * Ethernet driver for the WIZnet W5100/W5200/W5500 chip.
* *
* Copyright (C) 2016 Akinobu Mita <akinobu.mita@gmail.com> * Copyright (C) 2016 Akinobu Mita <akinobu.mita@gmail.com>
* *
* Licensed under the GPL-2 or later.
*
* Datasheet: * Datasheet:
* http://www.wiznet.co.kr/wp-content/uploads/wiznethome/Chip/W5100/Document/W5100_Datasheet_v1.2.6.pdf * http://www.wiznet.co.kr/wp-content/uploads/wiznethome/Chip/W5100/Document/W5100_Datasheet_v1.2.6.pdf
* http://wiznethome.cafe24.com/wp-content/uploads/wiznethome/Chip/W5200/Documents/W5200_DS_V140E.pdf * http://wiznethome.cafe24.com/wp-content/uploads/wiznethome/Chip/W5200/Documents/W5200_DS_V140E.pdf

View File

@ -1,10 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* Ethernet driver for the WIZnet W5100 chip. * Ethernet driver for the WIZnet W5100 chip.
* *
* Copyright (C) 2006-2008 WIZnet Co.,Ltd. * Copyright (C) 2006-2008 WIZnet Co.,Ltd.
* Copyright (C) 2012 Mike Sinkovsky <msink@permonline.ru> * Copyright (C) 2012 Mike Sinkovsky <msink@permonline.ru>
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>

View File

@ -1,10 +1,9 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* /*
* Ethernet driver for the WIZnet W5100 chip. * Ethernet driver for the WIZnet W5100 chip.
* *
* Copyright (C) 2006-2008 WIZnet Co.,Ltd. * Copyright (C) 2006-2008 WIZnet Co.,Ltd.
* Copyright (C) 2012 Mike Sinkovsky <msink@permonline.ru> * Copyright (C) 2012 Mike Sinkovsky <msink@permonline.ru>
*
* Licensed under the GPL-2 or later.
*/ */
enum { enum {

View File

@ -1,11 +1,10 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* Ethernet driver for the WIZnet W5300 chip. * Ethernet driver for the WIZnet W5300 chip.
* *
* Copyright (C) 2008-2009 WIZnet Co.,Ltd. * Copyright (C) 2008-2009 WIZnet Co.,Ltd.
* Copyright (C) 2011 Taehun Kim <kth3321 <at> gmail.com> * Copyright (C) 2011 Taehun Kim <kth3321 <at> gmail.com>
* Copyright (C) 2012 Mike Sinkovsky <msink@permonline.ru> * Copyright (C) 2012 Mike Sinkovsky <msink@permonline.ru>
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>

View File

@ -1,10 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* Analog Devices ADF7242 Low-Power IEEE 802.15.4 Transceiver * Analog Devices ADF7242 Low-Power IEEE 802.15.4 Transceiver
* *
* Copyright 2009-2017 Analog Devices Inc. * Copyright 2009-2017 Analog Devices Inc.
* *
* Licensed under the GPL-2 or later.
*
* http://www.analog.com/ADF7242 * http://www.analog.com/ADF7242
*/ */

View File

@ -1,11 +1,10 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* Voltage and current regulation for AD5398 and AD5821 * Voltage and current regulation for AD5398 and AD5821
* *
* Copyright 2010 Analog Devices Inc. * Copyright 2010 Analog Devices Inc.
* *
* Enter bugs at http://blackfin.uclinux.org/ * Enter bugs at http://blackfin.uclinux.org/
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/module.h> #include <linux/module.h>

View File

@ -1,10 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* Analog Devices AD-FMCOMMS1-EBZ board I2C-SPI bridge driver * Analog Devices AD-FMCOMMS1-EBZ board I2C-SPI bridge driver
* *
* Copyright 2012 Analog Devices Inc. * Copyright 2012 Analog Devices Inc.
* Author: Lars-Peter Clausen <lars@metafoo.de> * Author: Lars-Peter Clausen <lars@metafoo.de>
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>

View File

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* Backlight driver for Analog Devices ADP5520/ADP5501 MFD PMICs * Backlight driver for Analog Devices ADP5520/ADP5501 MFD PMICs
* *
* Copyright 2009 Analog Devices Inc. * Copyright 2009 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>

View File

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* Backlight driver for Analog Devices ADP8860 Backlight Devices * Backlight driver for Analog Devices ADP8860 Backlight Devices
* *
* Copyright 2009-2010 Analog Devices Inc. * Copyright 2009-2010 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/module.h> #include <linux/module.h>

View File

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* Backlight driver for Analog Devices ADP8870 Backlight Devices * Backlight driver for Analog Devices ADP8870 Backlight Devices
* *
* Copyright 2009-2011 Analog Devices Inc. * Copyright 2009-2011 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/module.h> #include <linux/module.h>

View File

@ -1,9 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* /*
* Common low level (register) ptrace helpers * Common low level (register) ptrace helpers
* *
* Copyright 2004-2011 Analog Devices Inc. * Copyright 2004-2011 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#ifndef __ASM_GENERIC_PTRACE_H__ #ifndef __ASM_GENERIC_PTRACE_H__

View File

@ -1,8 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* /*
* Copyright 2014-2015 Analog Devices Inc. * Copyright 2014-2015 Analog Devices Inc.
* Author: Lars-Peter Clausen <lars@metafoo.de> * Author: Lars-Peter Clausen <lars@metafoo.de>
*
* Licensed under the GPL-2 or later.
*/ */
#ifndef __IIO_DMAENGINE_H__ #ifndef __IIO_DMAENGINE_H__

View File

@ -1,9 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* /*
* MAX517 DAC driver * MAX517 DAC driver
* *
* Copyright 2011 Roland Stigge <stigge@antcom.de> * Copyright 2011 Roland Stigge <stigge@antcom.de>
*
* Licensed under the GPL-2 or later.
*/ */
#ifndef IIO_DAC_MAX517_H_ #ifndef IIO_DAC_MAX517_H_
#define IIO_DAC_MAX517_H_ #define IIO_DAC_MAX517_H_

View File

@ -1,9 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* /*
* MCP4725 DAC driver * MCP4725 DAC driver
* *
* Copyright (C) 2012 Peter Meerwald <pmeerw@pmeerw.net> * Copyright (C) 2012 Peter Meerwald <pmeerw@pmeerw.net>
*
* Licensed under the GPL-2 or later.
*/ */
#ifndef IIO_DAC_MCP4725_H_ #ifndef IIO_DAC_MCP4725_H_

View File

@ -1,10 +1,9 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* /*
* Common library for ADIS16XXX devices * Common library for ADIS16XXX devices
* *
* Copyright 2012 Analog Devices Inc. * Copyright 2012 Analog Devices Inc.
* Author: Lars-Peter Clausen <lars@metafoo.de> * Author: Lars-Peter Clausen <lars@metafoo.de>
*
* Licensed under the GPL-2 or later.
*/ */
#ifndef __IIO_ADIS_H__ #ifndef __IIO_ADIS_H__

View File

@ -1,3 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* /*
* include/linux/input/ad714x.h * include/linux/input/ad714x.h
* *
@ -7,8 +8,6 @@
* information. * information.
* *
* Copyright 2009-2011 Analog Devices Inc. * Copyright 2009-2011 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#ifndef __LINUX_INPUT_AD714X_H__ #ifndef __LINUX_INPUT_AD714X_H__

View File

@ -1,3 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* /*
* include/linux/input/adxl34x.h * include/linux/input/adxl34x.h
* *
@ -6,8 +7,6 @@
* device's "struct device" holds this information. * device's "struct device" holds this information.
* *
* Copyright 2009 Analog Devices Inc. * Copyright 2009 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#ifndef __LINUX_INPUT_ADXL34X_H__ #ifndef __LINUX_INPUT_ADXL34X_H__

View File

@ -1,10 +1,9 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* /*
* Definitions and platform data for Analog Devices * Definitions and platform data for Analog Devices
* ADP5520/ADP5501 MFD PMICs (Backlight, LED, GPIO and Keys) * ADP5520/ADP5501 MFD PMICs (Backlight, LED, GPIO and Keys)
* *
* Copyright 2009 Analog Devices Inc. * Copyright 2009 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */

View File

@ -1,9 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* /*
* AD7887 SPI ADC driver * AD7887 SPI ADC driver
* *
* Copyright 2010 Analog Devices Inc. * Copyright 2010 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#ifndef IIO_ADC_AD7887_H_ #ifndef IIO_ADC_AD7887_H_
#define IIO_ADC_AD7887_H_ #define IIO_ADC_AD7887_H_

View File

@ -1,10 +1,9 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* /*
* Driver for ADAU1361/ADAU1461/ADAU1761/ADAU1961/ADAU1381/ADAU1781 codecs * Driver for ADAU1361/ADAU1461/ADAU1761/ADAU1961/ADAU1381/ADAU1781 codecs
* *
* Copyright 2011-2014 Analog Devices Inc. * Copyright 2011-2014 Analog Devices Inc.
* Author: Lars-Peter Clausen <lars@metafoo.de> * Author: Lars-Peter Clausen <lars@metafoo.de>
*
* Licensed under the GPL-2 or later.
*/ */
#ifndef __LINUX_PLATFORM_DATA_ADAU17X1_H__ #ifndef __LINUX_PLATFORM_DATA_ADAU17X1_H__

View File

@ -1,9 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* /*
* Analog Devices ADP5588 I/O Expander and QWERTY Keypad Controller * Analog Devices ADP5588 I/O Expander and QWERTY Keypad Controller
* *
* Copyright 2009-2010 Analog Devices Inc. * Copyright 2009-2010 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#ifndef _ADP5588_H #ifndef _ADP5588_H

View File

@ -1,10 +1,9 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* /*
* Definitions and platform data for Analog Devices * Definitions and platform data for Analog Devices
* Backlight drivers ADP8860 * Backlight drivers ADP8860
* *
* Copyright 2009-2010 Analog Devices Inc. * Copyright 2009-2010 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#ifndef __LINUX_I2C_ADP8860_H #ifndef __LINUX_I2C_ADP8860_H

View File

@ -1,10 +1,9 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* /*
* Definitions and platform data for Analog Devices * Definitions and platform data for Analog Devices
* Backlight drivers ADP8870 * Backlight drivers ADP8870
* *
* Copyright 2009-2010 Analog Devices Inc. * Copyright 2009-2010 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#ifndef __LINUX_I2C_ADP8870_H #ifndef __LINUX_I2C_ADP8870_H

View File

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* /*
* Ethernet driver for the WIZnet W5x00 chip. * Ethernet driver for the WIZnet W5x00 chip.
*
* Licensed under the GPL-2 or later.
*/ */
#ifndef PLATFORM_DATA_WIZNET_H #ifndef PLATFORM_DATA_WIZNET_H

View File

@ -1,10 +1,9 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* /*
* Analog Devices ADAU1373 Audio Codec drive * Analog Devices ADAU1373 Audio Codec drive
* *
* Copyright 2011 Analog Devices Inc. * Copyright 2011 Analog Devices Inc.
* Author: Lars-Peter Clausen <lars@metafoo.de> * Author: Lars-Peter Clausen <lars@metafoo.de>
*
* Licensed under the GPL-2 or later.
*/ */
#ifndef __SOUND_ADAU1373_H__ #ifndef __SOUND_ADAU1373_H__

View File

@ -1,10 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* Audio Codec driver supporting: * Audio Codec driver supporting:
* AD1835A, AD1836, AD1837A, AD1838A, AD1839A * AD1835A, AD1836, AD1837A, AD1838A, AD1839A
* *
* Copyright 2009-2011 Analog Devices Inc. * Copyright 2009-2011 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/init.h> #include <linux/init.h>

View File

@ -1,10 +1,9 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* /*
* Audio Codec driver supporting: * Audio Codec driver supporting:
* AD1835A, AD1836, AD1837A, AD1838A, AD1839A * AD1835A, AD1836, AD1837A, AD1838A, AD1839A
* *
* Copyright 2009-2011 Analog Devices Inc. * Copyright 2009-2011 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#ifndef __AD1836_H__ #ifndef __AD1836_H__

View File

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* AD193X Audio Codec driver supporting AD1936/7/8/9 * AD193X Audio Codec driver supporting AD1936/7/8/9
* *
* Copyright 2010 Analog Devices Inc. * Copyright 2010 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/module.h> #include <linux/module.h>

View File

@ -1,9 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* /*
* AD193X Audio Codec driver * AD193X Audio Codec driver
* *
* Copyright 2010 Analog Devices Inc. * Copyright 2010 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#ifndef __AD193X_H__ #ifndef __AD193X_H__

View File

@ -1,10 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* Shared helper functions for devices from the ADAU family * Shared helper functions for devices from the ADAU family
* *
* Copyright 2011-2016 Analog Devices Inc. * Copyright 2011-2016 Analog Devices Inc.
* Author: Lars-Peter Clausen <lars@metafoo.de> * Author: Lars-Peter Clausen <lars@metafoo.de>
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/gcd.h> #include <linux/gcd.h>

View File

@ -1,10 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* Analog Devices ADAU1373 Audio Codec drive * Analog Devices ADAU1373 Audio Codec drive
* *
* Copyright 2011 Analog Devices Inc. * Copyright 2011 Analog Devices Inc.
* Author: Lars-Peter Clausen <lars@metafoo.de> * Author: Lars-Peter Clausen <lars@metafoo.de>
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/module.h> #include <linux/module.h>

View File

@ -1,11 +1,10 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* Driver for ADAU1701 SigmaDSP processor * Driver for ADAU1701 SigmaDSP processor
* *
* Copyright 2011 Analog Devices Inc. * Copyright 2011 Analog Devices Inc.
* Author: Lars-Peter Clausen <lars@metafoo.de> * Author: Lars-Peter Clausen <lars@metafoo.de>
* based on an inital version by Cliff Cai <cliff.cai@analog.com> * based on an inital version by Cliff Cai <cliff.cai@analog.com>
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/module.h> #include <linux/module.h>

View File

@ -1,9 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* /*
* header file for ADAU1701 SigmaDSP processor * header file for ADAU1701 SigmaDSP processor
* *
* Copyright 2011 Analog Devices Inc. * Copyright 2011 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#ifndef _ADAU1701_H #ifndef _ADAU1701_H

View File

@ -1,10 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* Driver for ADAU1361/ADAU1461/ADAU1761/ADAU1961 codec * Driver for ADAU1361/ADAU1461/ADAU1761/ADAU1961 codec
* *
* Copyright 2011-2013 Analog Devices Inc. * Copyright 2011-2013 Analog Devices Inc.
* Author: Lars-Peter Clausen <lars@metafoo.de> * Author: Lars-Peter Clausen <lars@metafoo.de>
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/module.h> #include <linux/module.h>

View File

@ -1,10 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* Driver for ADAU1381/ADAU1781 codec * Driver for ADAU1381/ADAU1781 codec
* *
* Copyright 2011-2013 Analog Devices Inc. * Copyright 2011-2013 Analog Devices Inc.
* Author: Lars-Peter Clausen <lars@metafoo.de> * Author: Lars-Peter Clausen <lars@metafoo.de>
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/module.h> #include <linux/module.h>

View File

@ -1,10 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* Common code for ADAU1X61 and ADAU1X81 codecs * Common code for ADAU1X61 and ADAU1X81 codecs
* *
* Copyright 2011-2014 Analog Devices Inc. * Copyright 2011-2014 Analog Devices Inc.
* Author: Lars-Peter Clausen <lars@metafoo.de> * Author: Lars-Peter Clausen <lars@metafoo.de>
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/module.h> #include <linux/module.h>

View File

@ -1,11 +1,10 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* ADAV80X Audio Codec driver supporting ADAV801, ADAV803 * ADAV80X Audio Codec driver supporting ADAV801, ADAV803
* *
* Copyright 2011 Analog Devices Inc. * Copyright 2011 Analog Devices Inc.
* Author: Yi Li <yi.li@analog.com> * Author: Yi Li <yi.li@analog.com>
* Author: Lars-Peter Clausen <lars@metafoo.de> * Author: Lars-Peter Clausen <lars@metafoo.de>
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/module.h> #include <linux/module.h>

View File

@ -1,9 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* /*
* header file for ADAV80X parts * header file for ADAV80X parts
* *
* Copyright 2011 Analog Devices Inc. * Copyright 2011 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#ifndef _ADAV80X_H #ifndef _ADAV80X_H

View File

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* Load Analog Devices SigmaStudio firmware files * Load Analog Devices SigmaStudio firmware files
* *
* Copyright 2009-2011 Analog Devices Inc. * Copyright 2009-2011 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/export.h> #include <linux/export.h>

View File

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* Load Analog Devices SigmaStudio firmware files * Load Analog Devices SigmaStudio firmware files
* *
* Copyright 2009-2011 Analog Devices Inc. * Copyright 2009-2011 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/regmap.h> #include <linux/regmap.h>

View File

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* Load Analog Devices SigmaStudio firmware files * Load Analog Devices SigmaStudio firmware files
* *
* Copyright 2009-2014 Analog Devices Inc. * Copyright 2009-2014 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/crc32.h> #include <linux/crc32.h>

View File

@ -1,9 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* /*
* Load firmware files from Analog Devices SigmaStudio * Load firmware files from Analog Devices SigmaStudio
* *
* Copyright 2009-2011 Analog Devices Inc. * Copyright 2009-2011 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/ */
#ifndef __SIGMA_FIRMWARE_H__ #ifndef __SIGMA_FIRMWARE_H__