ARM: SAMSUNG: Add SPDX license identifiers

Replace GPL license statements with SPDX license identifiers (GPL-1.0+,
GPL-2.0 and GPL-2.0+).

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
Krzysztof Kozlowski 2017-12-25 20:54:35 +01:00
parent 049633fc09
commit 4490e3c688
43 changed files with 182 additions and 361 deletions

View File

@ -1,8 +1,6 @@
# arch/arm/plat-samsung/Kconfig # SPDX-License-Identifier: GPL-2.0
# #
# Copyright 2009 Simtec Electronics # Copyright 2009 Simtec Electronics
#
# Licensed under GPLv2
config PLAT_SAMSUNG config PLAT_SAMSUNG
bool bool

View File

@ -1,8 +1,6 @@
# arch/arm/plat-samsung/Makefile # SPDX-License-Identifier: GPL-2.0
# #
# Copyright 2009 Simtec Electronics # Copyright 2009 Simtec Electronics
#
# Licensed under GPLv2
ccflags-$(CONFIG_ARCH_S3C64XX) := -I$(srctree)/arch/arm/mach-s3c64xx/include ccflags-$(CONFIG_ARCH_S3C64XX) := -I$(srctree)/arch/arm/mach-s3c64xx/include
ccflags-$(CONFIG_ARCH_MULTIPLATFORM) += -I$(srctree)/$(src)/include ccflags-$(CONFIG_ARCH_MULTIPLATFORM) += -I$(srctree)/$(src)/include

View File

@ -1,15 +1,10 @@
/* arch/arm/plat-samsung/adc.c // SPDX-License-Identifier: GPL-1.0+
* //
* Copyright (c) 2008 Simtec Electronics // Copyright (c) 2008 Simtec Electronics
* http://armlinux.simtec.co.uk/ // http://armlinux.simtec.co.uk/
* Ben Dooks <ben@simtec.co.uk>, <ben-linux@fluff.org> // Ben Dooks <ben@simtec.co.uk>, <ben-linux@fluff.org>
* //
* Samsung ADC device core // Samsung ADC device core
*
* 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.
*/
#include <linux/module.h> #include <linux/module.h>
#include <linux/kernel.h> #include <linux/kernel.h>

View File

@ -1,14 +1,9 @@
/* linux/arch/arm/plat-samsung/cpu.c // SPDX-License-Identifier: GPL-2.0
* //
* Copyright (c) 2009-2011 Samsung Electronics Co., Ltd. // Copyright (c) 2009-2011 Samsung Electronics Co., Ltd.
* http://www.samsung.com // http://www.samsung.com
* //
* Samsung CPU Support // Samsung CPU Support
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/module.h> #include <linux/module.h>
#include <linux/kernel.h> #include <linux/kernel.h>

View File

@ -1,16 +1,11 @@
/* linux/arch/arm/plat-samsung/dev-uart.c // SPDX-License-Identifier: GPL-2.0
* originally from arch/arm/plat-s3c24xx/devs.c //
*x // originally from arch/arm/plat-s3c24xx/devs.c
* Copyright (c) 2004 Simtec Electronics //
* Ben Dooks <ben@simtec.co.uk> // Copyright (c) 2004 Simtec Electronics
* // Ben Dooks <ben@simtec.co.uk>
* Base S3C24XX platform device definitions //
* // Base S3C24XX platform device definitions
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
*/
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>

View File

@ -1,14 +1,9 @@
/* linux/arch/arm/plat-samsung/devs.c // SPDX-License-Identifier: GPL-2.0
* //
* Copyright (c) 2011 Samsung Electronics Co., Ltd. // Copyright (c) 2011 Samsung Electronics Co., Ltd.
* http://www.samsung.com // http://www.samsung.com
* //
* Base SAMSUNG platform device definitions // Base SAMSUNG platform device definitions
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/types.h> #include <linux/types.h>

View File

@ -1,18 +1,14 @@
/* // SPDX-License-Identifier: GPL-2.0
* Copyright (c) 2009-2011 Samsung Electronics Co., Ltd. //
* http://www.samsung.com/ // Copyright (c) 2009-2011 Samsung Electronics Co., Ltd.
* // http://www.samsung.com/
* Copyright 2008 Openmoko, Inc. //
* Copyright 2008 Simtec Electronics // Copyright 2008 Openmoko, Inc.
* Ben Dooks <ben@simtec.co.uk> // Copyright 2008 Simtec Electronics
* http://armlinux.simtec.co.uk/ // Ben Dooks <ben@simtec.co.uk>
* // http://armlinux.simtec.co.uk/
* SAMSUNG - GPIOlib support //
* // SAMSUNG - GPIOlib support
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/irq.h> #include <linux/irq.h>

View File

@ -1,14 +1,10 @@
/* linux/arch/arm/plat-samsung/include/plat/adc-core.h /* SPDX-License-Identifier: GPL-2.0 */
* /*
* Copyright (c) 2010 Samsung Electronics Co., Ltd. * Copyright (c) 2010 Samsung Electronics Co., Ltd.
* http://www.samsung.com/ * http://www.samsung.com/
* *
* Samsung ADC Controller core functions * Samsung ADC Controller core functions
* */
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef __ASM_PLAT_ADC_CORE_H #ifndef __ASM_PLAT_ADC_CORE_H
#define __ASM_PLAT_ADC_CORE_H __FILE__ #define __ASM_PLAT_ADC_CORE_H __FILE__

View File

@ -1,15 +1,11 @@
/* arch/arm/plat-samsung/include/plat/adc.h /* SPDX-License-Identifier: GPL-2.0 */
* /*
* Copyright (c) 2008 Simtec Electronics * Copyright (c) 2008 Simtec Electronics
* http://armlinux.simtec.co.uk/ * http://armlinux.simtec.co.uk/
* Ben Dooks <ben@simtec.co.uk> * Ben Dooks <ben@simtec.co.uk>
* *
* S3C ADC driver information * S3C ADC driver information
* */
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef __ASM_PLAT_ADC_H #ifndef __ASM_PLAT_ADC_H
#define __ASM_PLAT_ADC_H __FILE__ #define __ASM_PLAT_ADC_H __FILE__

View File

@ -1,15 +1,11 @@
/* arch/arm/plat-samsung/include/plat/cpu-freq-core.h /* SPDX-License-Identifier: GPL-2.0 */
* /*
* Copyright (c) 2006-2009 Simtec Electronics * Copyright (c) 2006-2009 Simtec Electronics
* http://armlinux.simtec.co.uk/ * http://armlinux.simtec.co.uk/
* Ben Dooks <ben@simtec.co.uk> * Ben Dooks <ben@simtec.co.uk>
* *
* S3C CPU frequency scaling support - core support * S3C CPU frequency scaling support - core support
* */
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <plat/cpu-freq.h> #include <plat/cpu-freq.h>

View File

@ -1,15 +1,11 @@
/* arch/arm/plat-samsung/include/plat/cpu-freq.h /* SPDX-License-Identifier: GPL-2.0 */
* /*
* Copyright (c) 2006-2007 Simtec Electronics * Copyright (c) 2006-2007 Simtec Electronics
* http://armlinux.simtec.co.uk/ * http://armlinux.simtec.co.uk/
* Ben Dooks <ben@simtec.co.uk> * Ben Dooks <ben@simtec.co.uk>
* *
* S3C CPU frequency scaling support - driver and board * S3C CPU frequency scaling support - driver and board
* */
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/cpufreq.h> #include <linux/cpufreq.h>

View File

@ -1,5 +1,5 @@
/* linux/arch/arm/plat-samsung/include/plat/cpu.h /* SPDX-License-Identifier: GPL-2.0 */
* /*
* Copyright (c) 2011 Samsung Electronics Co., Ltd. * Copyright (c) 2011 Samsung Electronics Co., Ltd.
* http://www.samsung.com/ * http://www.samsung.com/
* *
@ -7,11 +7,7 @@
* Ben Dooks <ben@simtec.co.uk> * Ben Dooks <ben@simtec.co.uk>
* *
* Header file for Samsung CPU support * Header file for Samsung CPU support
* */
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
/* todo - fix when rmk changes iodescs to use `void __iomem *` */ /* todo - fix when rmk changes iodescs to use `void __iomem *` */

View File

@ -1,5 +1,5 @@
/* arch/arm/plat-samsung/include/plat/devs.h /* SPDX-License-Identifier: GPL-2.0 */
* /*
* Copyright (c) 2011 Samsung Electronics Co., Ltd. * Copyright (c) 2011 Samsung Electronics Co., Ltd.
* http://www.samsung.com * http://www.samsung.com
* *
@ -7,11 +7,7 @@
* Ben Dooks <ben@simtec.co.uk> * Ben Dooks <ben@simtec.co.uk>
* *
* Header file for s3c2410 standard platform devices * Header file for s3c2410 standard platform devices
* */
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef __PLAT_DEVS_H #ifndef __PLAT_DEVS_H
#define __PLAT_DEVS_H __FILE__ #define __PLAT_DEVS_H __FILE__

View File

@ -1,12 +1,8 @@
/* arch/arm/plat-samsung/include/plat/fb-s3c2410.h /* SPDX-License-Identifier: GPL-2.0 */
* /*
* Copyright (c) 2004 Arnaud Patard <arnaud.patard@rtp-net.org> * Copyright (c) 2004 Arnaud Patard <arnaud.patard@rtp-net.org>
* *
* Inspired by pxafb.h * Inspired by pxafb.h
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/ */
#ifndef __ASM_PLAT_FB_S3C2410_H #ifndef __ASM_PLAT_FB_S3C2410_H

View File

@ -1,16 +1,12 @@
/* arch/arm/plat-samsung/include/plat/fb.h /* SPDX-License-Identifier: GPL-2.0 */
* /*
* Copyright 2008 Openmoko, Inc. * Copyright 2008 Openmoko, Inc.
* Copyright 2008 Simtec Electronics * Copyright 2008 Simtec Electronics
* http://armlinux.simtec.co.uk/ * http://armlinux.simtec.co.uk/
* Ben Dooks <ben@simtec.co.uk> * Ben Dooks <ben@simtec.co.uk>
* *
* S3C - FB platform data definitions * S3C - FB platform data definitions
* */
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef __PLAT_S3C_FB_H #ifndef __PLAT_S3C_FB_H
#define __PLAT_S3C_FB_H __FILE__ #define __PLAT_S3C_FB_H __FILE__

View File

@ -1,16 +1,12 @@
/* linux/arch/arm/plat-samsung/include/plat/gpio-cfg-helper.h /* SPDX-License-Identifier: GPL-2.0 */
* /*
* Copyright 2008 Openmoko, Inc. * Copyright 2008 Openmoko, Inc.
* Copyright 2008 Simtec Electronics * Copyright 2008 Simtec Electronics
* http://armlinux.simtec.co.uk/ * http://armlinux.simtec.co.uk/
* Ben Dooks <ben@simtec.co.uk> * Ben Dooks <ben@simtec.co.uk>
* *
* Samsung Platform - GPIO pin configuration helper definitions * Samsung Platform - GPIO pin configuration helper definitions
* */
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
/* This is meant for core cpu support, machine or other driver files /* This is meant for core cpu support, machine or other driver files
* should not be including this header. * should not be including this header.

View File

@ -1,16 +1,12 @@
/* linux/arch/arm/plat-s3c/include/plat/gpio-cfg.h /* SPDX-License-Identifier: GPL-2.0 */
* /*
* Copyright 2008 Openmoko, Inc. * Copyright 2008 Openmoko, Inc.
* Copyright 2008 Simtec Electronics * Copyright 2008 Simtec Electronics
* http://armlinux.simtec.co.uk/ * http://armlinux.simtec.co.uk/
* Ben Dooks <ben@simtec.co.uk> * Ben Dooks <ben@simtec.co.uk>
* *
* S3C Platform - GPIO pin configuration * S3C Platform - GPIO pin configuration
* */
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
/* This file contains the necessary definitions to get the basic gpio /* This file contains the necessary definitions to get the basic gpio
* pin configuration done such as setting a pin to input or output or * pin configuration done such as setting a pin to input or output or

View File

@ -1,15 +1,11 @@
/* linux/arch/arm/plat-s3c/include/plat/gpio-core.h /* SPDX-License-Identifier: GPL-2.0 */
* /*
* Copyright 2008 Simtec Electronics * Copyright 2008 Simtec Electronics
* http://armlinux.simtec.co.uk/ * http://armlinux.simtec.co.uk/
* Ben Dooks <ben@simtec.co.uk> * Ben Dooks <ben@simtec.co.uk>
* *
* S3C Platform - GPIO core * S3C Platform - GPIO core
* */
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef __PLAT_SAMSUNG_GPIO_CORE_H #ifndef __PLAT_SAMSUNG_GPIO_CORE_H
#define __PLAT_SAMSUNG_GPIO_CORE_H #define __PLAT_SAMSUNG_GPIO_CORE_H

View File

@ -1,15 +1,11 @@
/* arch/arm/mach-s3c2410/include/mach/iic-core.h /* SPDX-License-Identifier: GPL-2.0 */
* /*
* Copyright 2008 Openmoko, Inc. * Copyright 2008 Openmoko, Inc.
* Copyright 2008 Simtec Electronics * Copyright 2008 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> * Ben Dooks <ben@simtec.co.uk>
* *
* S3C - I2C Controller core functions * S3C - I2C Controller core functions
* */
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef __ASM_ARCH_IIC_CORE_H #ifndef __ASM_ARCH_IIC_CORE_H
#define __ASM_ARCH_IIC_CORE_H __FILE__ #define __ASM_ARCH_IIC_CORE_H __FILE__

View File

@ -1,13 +1,9 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Samsung Platform - Keypad platform data definitions * Samsung Platform - Keypad platform data definitions
* *
* Copyright (C) 2010 Samsung Electronics Co.Ltd * Copyright (C) 2010 Samsung Electronics Co.Ltd
* Author: Joonyoung Shim <jy0922.shim@samsung.com> * Author: Joonyoung Shim <jy0922.shim@samsung.com>
*
* 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.
*/ */
#ifndef __PLAT_SAMSUNG_KEYPAD_H #ifndef __PLAT_SAMSUNG_KEYPAD_H

View File

@ -1,15 +1,11 @@
/* linux/include/asm-arm/plat-s3c/map.h /* SPDX-License-Identifier: GPL-2.0 */
* /*
* Copyright 2003, 2007 Simtec Electronics * Copyright 2003, 2007 Simtec Electronics
* http://armlinux.simtec.co.uk/ * http://armlinux.simtec.co.uk/
* Ben Dooks <ben@simtec.co.uk> * Ben Dooks <ben@simtec.co.uk>
* *
* S3C - Memory map definitions (virtual addresses) * S3C - Memory map definitions (virtual addresses)
* */
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef __ASM_PLAT_MAP_H #ifndef __ASM_PLAT_MAP_H
#define __ASM_PLAT_MAP_H __FILE__ #define __ASM_PLAT_MAP_H __FILE__

View File

@ -1,14 +1,10 @@
/* linux/arch/arm/plat-samsung/include/plat/map-s3c.h /* SPDX-License-Identifier: GPL-2.0 */
* /*
* Copyright (c) 2008 Simtec Electronics * Copyright (c) 2008 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> * Ben Dooks <ben@simtec.co.uk>
* *
* S3C24XX - Memory map definitions * S3C24XX - Memory map definitions
* */
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef __ASM_PLAT_MAP_S3C_H #ifndef __ASM_PLAT_MAP_S3C_H
#define __ASM_PLAT_MAP_S3C_H __FILE__ #define __ASM_PLAT_MAP_S3C_H __FILE__

View File

@ -1,14 +1,10 @@
/* linux/arch/arm/plat-samsung/include/plat/map-s5p.h /* SPDX-License-Identifier: GPL-2.0 */
* /*
* Copyright (c) 2010 Samsung Electronics Co., Ltd. * Copyright (c) 2010 Samsung Electronics Co., Ltd.
* http://www.samsung.com/ * http://www.samsung.com/
* *
* S5P - Memory map definitions * S5P - Memory map definitions
* */
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef __ASM_PLAT_MAP_S5P_H #ifndef __ASM_PLAT_MAP_S5P_H
#define __ASM_PLAT_MAP_S5P_H __FILE__ #define __ASM_PLAT_MAP_S5P_H __FILE__

View File

@ -1,14 +1,11 @@
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright (C) 2013 Samsung Electronics Co., Ltd. * Copyright (C) 2013 Samsung Electronics Co., Ltd.
* Tomasz Figa <t.figa@samsung.com> * Tomasz Figa <t.figa@samsung.com>
* Copyright (c) 2004 Simtec Electronics * Copyright (c) 2004 Simtec Electronics
* http://armlinux.simtec.co.uk/ * http://armlinux.simtec.co.uk/
* Written by Ben Dooks, <ben@simtec.co.uk> * Written by Ben Dooks, <ben@simtec.co.uk>
* */
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef __PLAT_SAMSUNG_PM_COMMON_H #ifndef __PLAT_SAMSUNG_PM_COMMON_H
#define __PLAT_SAMSUNG_PM_COMMON_H __FILE__ #define __PLAT_SAMSUNG_PM_COMMON_H __FILE__

View File

@ -1,13 +1,9 @@
/* arch/arm/plat-samsung/include/plat/pm.h /* SPDX-License-Identifier: GPL-2.0 */
* /*
* Copyright (c) 2004 Simtec Electronics * Copyright (c) 2004 Simtec Electronics
* http://armlinux.simtec.co.uk/ * http://armlinux.simtec.co.uk/
* Written by Ben Dooks, <ben@simtec.co.uk> * Written by Ben Dooks, <ben@simtec.co.uk>
* */
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
/* s3c_pm_init /* s3c_pm_init
* *

View File

@ -1,11 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright 2013 Tomasz Figa <tomasz.figa@gmail.com> * Copyright 2013 Tomasz Figa <tomasz.figa@gmail.com>
* *
* Samsung PWM controller platform data helpers. * Samsung PWM controller platform data helpers.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/ */
#ifndef __ASM_ARCH_PWM_CORE_H #ifndef __ASM_ARCH_PWM_CORE_H

View File

@ -1,13 +1,9 @@
/* arch/arm/mach-s3c2410/include/mach/regs-adc.h /* SPDX-License-Identifier: GPL-2.0 */
* /*
* Copyright (c) 2004 Shannon Holland <holland@loser.net> * Copyright (c) 2004 Shannon Holland <holland@loser.net>
* *
* This program is free software; yosu can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* S3C2410 ADC registers * S3C2410 ADC registers
*/ */
#ifndef __ASM_ARCH_REGS_ADC_H #ifndef __ASM_ARCH_REGS_ADC_H
#define __ASM_ARCH_REGS_ADC_H "regs-adc.h" #define __ASM_ARCH_REGS_ADC_H "regs-adc.h"

View File

@ -1,14 +1,10 @@
/* arch/arm/plat-s3c/include/plat/regs-irqtype.h /* SPDX-License-Identifier: GPL-2.0 */
* /*
* Copyright 2008 Simtec Electronics * Copyright 2008 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> * Ben Dooks <ben@simtec.co.uk>
* http://armlinux.simtec.co.uk/ * http://armlinux.simtec.co.uk/
* *
* S3C - IRQ detection types. * S3C - IRQ detection types.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/ */
/* values for S3C2410_EXTINT0/1/2 and other cpus in the series, including /* values for S3C2410_EXTINT0/1/2 and other cpus in the series, including

View File

@ -1,13 +1,9 @@
/* arch/arm/plat-samsung/include/plat/regs-spi.h /* SPDX-License-Identifier: GPL-2.0 */
* /*
* Copyright (c) 2004 Fetron GmbH * Copyright (c) 2004 Fetron GmbH
* *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* S3C2410 SPI register definition * S3C2410 SPI register definition
*/ */
#ifndef __ASM_ARCH_REGS_SPI_H #ifndef __ASM_ARCH_REGS_SPI_H
#define __ASM_ARCH_REGS_SPI_H #define __ASM_ARCH_REGS_SPI_H

View File

@ -1,12 +1,7 @@
/* arch/arm/plat-samsung/include/plat/regs-udc.h /* SPDX-License-Identifier: GPL-2.0+ */
* /*
* Copyright (C) 2004 Herbert Poetzl <herbert@13thfloor.at> * Copyright (C) 2004 Herbert Poetzl <herbert@13thfloor.at>
* */
* This include file 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.
*/
#ifndef __ASM_ARCH_REGS_UDC_H #ifndef __ASM_ARCH_REGS_UDC_H
#define __ASM_ARCH_REGS_UDC_H #define __ASM_ARCH_REGS_UDC_H

View File

@ -1,14 +1,10 @@
/* linux/arch/arm/plat-samsung/include/plat/samsung-time.h /* SPDX-License-Identifier: GPL-2.0 */
* /*
* Copyright 2011 Samsung Electronics Co., Ltd. * Copyright 2011 Samsung Electronics Co., Ltd.
* http://www.samsung.com/ * http://www.samsung.com/
* *
* Header file for samsung s3c and s5p time support * Header file for samsung s3c and s5p time support
* */
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef __ASM_PLAT_SAMSUNG_TIME_H #ifndef __ASM_PLAT_SAMSUNG_TIME_H
#define __ASM_PLAT_SAMSUNG_TIME_H __FILE__ #define __ASM_PLAT_SAMSUNG_TIME_H __FILE__

View File

@ -1,5 +1,5 @@
/* linux/arch/arm/plat-samsung/include/plat/sdhci.h /* SPDX-License-Identifier: GPL-2.0 */
* /*
* Copyright (c) 2011 Samsung Electronics Co., Ltd. * Copyright (c) 2011 Samsung Electronics Co., Ltd.
* http://www.samsung.com * http://www.samsung.com
* *
@ -9,11 +9,7 @@
* Ben Dooks <ben@simtec.co.uk> * Ben Dooks <ben@simtec.co.uk>
* *
* S3C Platform - SDHCI (HSMMC) platform data definitions * S3C Platform - SDHCI (HSMMC) platform data definitions
* */
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef __PLAT_S3C_SDHCI_H #ifndef __PLAT_S3C_SDHCI_H
#define __PLAT_S3C_SDHCI_H __FILE__ #define __PLAT_S3C_SDHCI_H __FILE__

View File

@ -1,11 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Copyright (C) 2011 Samsung Electronics Co.Ltd * Copyright (C) 2011 Samsung Electronics Co.Ltd
* Author: Joonyoung Shim <jy0922.shim@samsung.com> * Author: Joonyoung Shim <jy0922.shim@samsung.com>
*
* 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.
*/ */
#ifndef __PLAT_SAMSUNG_USB_PHY_H #ifndef __PLAT_SAMSUNG_USB_PHY_H

View File

@ -1,14 +1,9 @@
/* arch/arm/plat-samsung/include/plat/wakeup-mask.h /* SPDX-License-Identifier: GPL-2.0 */
* /*
* Copyright 2010 Ben Dooks <ben-linux@fluff.org> * Copyright 2010 Ben Dooks <ben-linux@fluff.org>
* *
* Support for wakeup mask interrupts on newer SoCs * Support for wakeup mask interrupts on newer SoCs
* */
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
*/
#ifndef __PLAT_WAKEUP_MASK_H #ifndef __PLAT_WAKEUP_MASK_H
#define __PLAT_WAKEUP_MASK_H __file__ #define __PLAT_WAKEUP_MASK_H __file__

View File

@ -1,15 +1,10 @@
/* linux/arch/arm/plat-s3c/init.c // SPDX-License-Identifier: GPL-2.0
* //
* Copyright (c) 2008 Simtec Electronics // Copyright (c) 2008 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> // Ben Dooks <ben@simtec.co.uk>
* http://armlinux.simtec.co.uk/ // http://armlinux.simtec.co.uk/
* //
* S3C series CPU initialisation // S3C series CPU initialisation
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
/* /*
* NOTE: Code in this file is not used on S3C64xx when booting with * NOTE: Code in this file is not used on S3C64xx when booting with

View File

@ -1,13 +1,8 @@
/* linux/arch/arm/plat-samsung/platformdata.c // SPDX-License-Identifier: GPL-2.0
* //
* Copyright 2010 Ben Dooks <ben-linux <at> fluff.org> // Copyright 2010 Ben Dooks <ben-linux <at> fluff.org>
* //
* Helper for platform data setting // Helper for platform data setting
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/slab.h> #include <linux/slab.h>

View File

@ -1,16 +1,12 @@
/* linux/arch/arm/plat-s3c/pm-check.c // SPDX-License-Identifier: GPL-2.0
* originally in linux/arch/arm/plat-s3c24xx/pm.c //
* // originally in linux/arch/arm/plat-s3c24xx/pm.c
* Copyright (c) 2004-2008 Simtec Electronics //
* http://armlinux.simtec.co.uk // Copyright (c) 2004-2008 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> // http://armlinux.simtec.co.uk
* // Ben Dooks <ben@simtec.co.uk>
* S3C Power Mangament - suspend/resume memory corruption check. //
* // S3C Power Mangament - suspend/resume memory corruption check.
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/suspend.h> #include <linux/suspend.h>

View File

@ -1,17 +1,13 @@
/* // SPDX-License-Identifier: GPL-2.0
* Copyright (C) 2013 Samsung Electronics Co., Ltd. //
* Tomasz Figa <t.figa@samsung.com> // Copyright (C) 2013 Samsung Electronics Co., Ltd.
* Copyright (C) 2008 Openmoko, Inc. // Tomasz Figa <t.figa@samsung.com>
* Copyright (C) 2004-2008 Simtec Electronics // Copyright (C) 2008 Openmoko, Inc.
* Ben Dooks <ben@simtec.co.uk> // Copyright (C) 2004-2008 Simtec Electronics
* http://armlinux.simtec.co.uk/ // Ben Dooks <ben@simtec.co.uk>
* // http://armlinux.simtec.co.uk/
* Samsung common power management helper functions. //
* // Samsung common power management helper functions.
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/io.h> #include <linux/io.h>
#include <linux/kernel.h> #include <linux/kernel.h>

View File

@ -1,17 +1,13 @@
/* // SPDX-License-Identifier: GPL-2.0
* Copyright (C) 2013 Samsung Electronics Co., Ltd. //
* Tomasz Figa <t.figa@samsung.com> // Copyright (C) 2013 Samsung Electronics Co., Ltd.
* Copyright (C) 2008 Openmoko, Inc. // Tomasz Figa <t.figa@samsung.com>
* Copyright (C) 2004-2008 Simtec Electronics // Copyright (C) 2008 Openmoko, Inc.
* Ben Dooks <ben@simtec.co.uk> // Copyright (C) 2004-2008 Simtec Electronics
* http://armlinux.simtec.co.uk/ // Ben Dooks <ben@simtec.co.uk>
* // http://armlinux.simtec.co.uk/
* Samsung common power management (suspend to RAM) debug support //
* // Samsung common power management (suspend to RAM) debug support
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/serial_core.h> #include <linux/serial_core.h>
#include <linux/serial_s3c.h> #include <linux/serial_s3c.h>

View File

@ -1,17 +1,11 @@
// SPDX-License-Identifier: GPL-2.0+
/* linux/arch/arm/plat-s3c/pm-gpio.c //
* // Copyright 2008 Openmoko, Inc.
* Copyright 2008 Openmoko, Inc. // Copyright 2008 Simtec Electronics
* Copyright 2008 Simtec Electronics // Ben Dooks <ben@simtec.co.uk>
* Ben Dooks <ben@simtec.co.uk> // http://armlinux.simtec.co.uk/
* http://armlinux.simtec.co.uk/ //
* // S3C series GPIO PM code
* S3C series GPIO PM code
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/device.h> #include <linux/device.h>

View File

@ -1,16 +1,11 @@
/* linux/arch/arm/plat-s3c/pm.c // SPDX-License-Identifier: GPL-2.0
* //
* Copyright 2008 Openmoko, Inc. // Copyright 2008 Openmoko, Inc.
* Copyright 2004-2008 Simtec Electronics // Copyright 2004-2008 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> // Ben Dooks <ben@simtec.co.uk>
* http://armlinux.simtec.co.uk/ // http://armlinux.simtec.co.uk/
* //
* S3C common power management (suspend to ram) support. // S3C common power management (suspend to ram) support.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/init.h> #include <linux/init.h>
#include <linux/suspend.h> #include <linux/suspend.h>

View File

@ -1,13 +1,8 @@
/* arch/arm/plat-samsung/wakeup-mask.c // SPDX-License-Identifier: GPL-2.0
* //
* Copyright 2010 Ben Dooks <ben-linux@fluff.org> // Copyright 2010 Ben Dooks <ben-linux@fluff.org>
* //
* Support for wakeup mask interrupts on newer SoCs // Support for wakeup mask interrupts on newer SoCs
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/spinlock.h> #include <linux/spinlock.h>

View File

@ -1,16 +1,11 @@
/* arch/arm/plat-samsung/watchdog-reset.c // SPDX-License-Identifier: GPL-2.0
* //
* Copyright (c) 2008 Simtec Electronics // Copyright (c) 2008 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> // Ben Dooks <ben@simtec.co.uk>
* //
* Copyright (c) 2013 Tomasz Figa <tomasz.figa@gmail.com> // Copyright (c) 2013 Tomasz Figa <tomasz.figa@gmail.com>
* //
* Watchdog reset support for Samsung SoCs. // Watchdog reset support for Samsung SoCs.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/clk.h> #include <linux/clk.h>
#include <linux/err.h> #include <linux/err.h>