Commit 28a196fe authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

ARM: S3C64XX: Add SPDX license identifiers

Replace GPL license statements with SPDX license identifiers (GPL-2.0
and GPL-2.0+).
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Acked-by: default avatarCharles Keepax <ckeepax@opensource.cirrus.com>
parent 84b21701
# SPDX-License-Identifier: GPL-2.0
#
# Copyright 2008 Openmoko, Inc. # Copyright 2008 Openmoko, Inc.
# Simtec Electronics, Ben Dooks <ben@simtec.co.uk> # Simtec Electronics, Ben Dooks <ben@simtec.co.uk>
#
# Licensed under GPLv2
menuconfig ARCH_S3C64XX menuconfig ARCH_S3C64XX
bool "Samsung S3C64XX" bool "Samsung S3C64XX"
depends on ARCH_MULTI_V6 depends on ARCH_MULTI_V6
......
# arch/arm/mach-s3c64xx/Makefile # SPDX-License-Identifier: GPL-2.0
# #
# Copyright 2008 Openmoko, Inc. # Copyright 2008 Openmoko, Inc.
# Copyright 2008 Simtec Electronics # Copyright 2008 Simtec Electronics
#
# Licensed under GPLv2
ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include -I$(srctree)/arch/arm/plat-samsung/include ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include -I$(srctree)/arch/arm/plat-samsung/include
asflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include -I$(srctree)/arch/arm/plat-samsung/include asflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include -I$(srctree)/arch/arm/plat-samsung/include
......
/* 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 CF-ATA Controller core functions * Samsung CF-ATA 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_ATA_CORE_H #ifndef __ASM_PLAT_ATA_CORE_H
#define __ASM_PLAT_ATA_CORE_H __FILE__ #define __ASM_PLAT_ATA_CORE_H __FILE__
......
/* 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
*
* 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_BACKLIGHT_H #ifndef __ASM_PLAT_BACKLIGHT_H
......
/* // SPDX-License-Identifier: GPL-2.0
* Copyright (c) 2011 Samsung Electronics Co., Ltd. //
* http://www.samsung.com // Copyright (c) 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/
* Common Codes for S3C64XX machines //
* // Common Codes for S3C64XX machines
* 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 when booting with Device Tree support. * NOTE: Code in this file is not used when booting with Device Tree support.
......
/* 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
...@@ -8,10 +9,6 @@ ...@@ -8,10 +9,6 @@
* http://armlinux.simtec.co.uk/ * http://armlinux.simtec.co.uk/
* *
* Common Header for S3C64XX machines * Common Header for S3C64XX machines
*
* 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 __ARCH_ARM_MACH_S3C64XX_COMMON_H #ifndef __ARCH_ARM_MACH_S3C64XX_COMMON_H
......
/* linux/arch/arm/mach-s3c64xx/cpuidle.c // SPDX-License-Identifier: GPL-2.0
* //
* Copyright (c) 2011 Wolfson Microelectronics, plc // Copyright (c) 2011 Wolfson Microelectronics, plc
* Copyright (c) 2011 Samsung Electronics Co., Ltd. // Copyright (c) 2011 Samsung Electronics Co., Ltd.
* http://www.samsung.com // http://www.samsung.com
*
* 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/init.h> #include <linux/init.h>
......
/* SPDX-License-Identifier: GPL-2.0 */
/* Cragganmore 6410 shared definitions /* Cragganmore 6410 shared definitions
* *
* Copyright 2011 Wolfson Microelectronics plc * Copyright 2011 Wolfson Microelectronics plc
* Mark Brown <broonie@opensource.wolfsonmicro.com> * Mark Brown <broonie@opensource.wolfsonmicro.com>
*
* 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 MACH_CRAG6410_H #ifndef MACH_CRAG6410_H
......
/* linux/arch/arm/plat-s3c/dev-audio.c // SPDX-License-Identifier: GPL-2.0
* //
* Copyright 2009 Wolfson Microelectronics // Copyright 2009 Wolfson Microelectronics
* Mark Brown <broonie@opensource.wolfsonmicro.com> // Mark Brown <broonie@opensource.wolfsonmicro.com>
*
* 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/string.h> #include <linux/string.h>
......
/* // SPDX-License-Identifier: GPL-2.0
* Copyright (c) 2011 Samsung Electronics Co., Ltd. //
* http://www.samsung.com // Copyright (c) 2011 Samsung Electronics Co., Ltd.
* // http://www.samsung.com
* Common infrastructure for PWM Backlight for Samsung boards //
* // Common infrastructure for PWM Backlight for Samsung boards
* 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/gpio.h> #include <linux/gpio.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>
......
/* linux/arch/arm/plat-s3c64xx/dev-uart.c // 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>
* http://armlinux.simtec.co.uk/ // http://armlinux.simtec.co.uk/
* //
* Base S3C64XX UART resource and device definitions // Base S3C64XX UART resource and 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>
......
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright 2008 Openmoko, Inc. * Copyright 2008 Openmoko, Inc.
* Copyright 2008 Simtec Electronics * Copyright 2008 Simtec Electronics
...@@ -5,11 +6,7 @@ ...@@ -5,11 +6,7 @@
* Ben Dooks <ben@simtec.co.uk> * Ben Dooks <ben@simtec.co.uk>
* *
* S3C6400 - GPIO lib support * S3C6400 - GPIO lib 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 GPIO_SAMSUNG_S3C64XX_H #ifndef GPIO_SAMSUNG_S3C64XX_H
#define GPIO_SAMSUNG_S3C64XX_H #define GPIO_SAMSUNG_S3C64XX_H
......
/* SPDX-License-Identifier: GPL-2.0 */
/* linux/arch/arm/mach-s3c6400/include/mach/hardware.h /* linux/arch/arm/mach-s3c6400/include/mach/hardware.h
* *
* Copyright 2008 Openmoko, Inc. * Copyright 2008 Openmoko, Inc.
......
/* linux/arch/arm/mach-s3c6400/include/mach/map.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>
* *
* S3C64XX - Memory map definitions * S3C64XX - 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_ARCH_MAP_H #ifndef __ASM_ARCH_MAP_H
#define __ASM_ARCH_MAP_H __FILE__ #define __ASM_ARCH_MAP_H __FILE__
......
/* linux/arch/arm/mach-s3c64xx/include/mach/pm-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>
* http://armlinux.simtec.co.uk/ * http://armlinux.simtec.co.uk/
* *
* S3C64XX - PM core support for arch/arm/plat-s3c/pm.c * S3C64XX - PM core support for arch/arm/plat-s3c/pm.c
*
* 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 __MACH_S3C64XX_PM_CORE_H #ifndef __MACH_S3C64XX_PM_CORE_H
......
/* arch/arm/plat-s3c64xx/include/plat/regs-clock.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>
* http://armlinux.simtec.co.uk/ * http://armlinux.simtec.co.uk/
* *
* S3C64XX clock register definitions * S3C64XX clock register 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_REGS_CLOCK_H #ifndef __PLAT_REGS_CLOCK_H
#define __PLAT_REGS_CLOCK_H __FILE__ #define __PLAT_REGS_CLOCK_H __FILE__
......
/* linux/arch/arm/mach-s3c6400/include/mach/regs-irq.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>
* *
* S3C64XX - IRQ register definitions * S3C64XX - IRQ register 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_ARCH_REGS_IRQ_H #ifndef __ASM_ARCH_REGS_IRQ_H
#define __ASM_ARCH_REGS_IRQ_H __FILE__ #define __ASM_ARCH_REGS_IRQ_H __FILE__
......
/* arch/arm/plat-s3c64xx/irq-pm.c // 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>
* http://armlinux.simtec.co.uk/ // http://armlinux.simtec.co.uk/
* //
* S3C64XX - Interrupt handling Power Management // S3C64XX - Interrupt handling Power Management
*
* 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 when booting with Device Tree support. * NOTE: Code in this file is not used when booting with Device Tree support.
......
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright (c) 2010 Simtec Electronics * Copyright (c) 2010 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> * Ben Dooks <ben@simtec.co.uk>
* *
* Header file for Samsung SoC UART IRQ demux for S3C64XX and later * Header file for Samsung SoC UART IRQ demux for S3C64XX and later
* */
* 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.
*/
struct s3c_uart_irq { struct s3c_uart_irq {
void __iomem *regs; void __iomem *regs;
......
/* linux/arch/arm/mach-s3c64xx/mach-anw6410.c // 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>
* http://armlinux.simtec.co.uk/ // http://armlinux.simtec.co.uk/
* Copyright 2009 Kwangwoo Lee // Copyright 2009 Kwangwoo Lee
* Kwangwoo Lee <kwangwoo.lee@gmail.com> // Kwangwoo Lee <kwangwoo.lee@gmail.com>
*
* 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>
......
/* Speyside modules for Cragganmore - board data probing // SPDX-License-Identifier: GPL-2.0
* //
* Copyright 2011 Wolfson Microelectronics plc // Speyside modules for Cragganmore - board data probing
* Mark Brown <broonie@opensource.wolfsonmicro.com> //
* // Copyright 2011 Wolfson Microelectronics plc
* This program is free software; you can redistribute it and/or modify // Mark Brown <broonie@opensource.wolfsonmicro.com>
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/export.h> #include <linux/export.h>
#include <linux/interrupt.h> #include <linux/interrupt.h>
......
/* linux/arch/arm/mach-s3c64xx/mach-crag6410.c // SPDX-License-Identifier: GPL-2.0
* //
* Copyright 2011 Wolfson Microelectronics plc // Copyright 2011 Wolfson Microelectronics plc
* Mark Brown <broonie@opensource.wolfsonmicro.com> // Mark Brown <broonie@opensource.wolfsonmicro.com>
* //
* Copyright 2011 Simtec Electronics // Copyright 2011 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> // 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.
*/
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/list.h> #include <linux/list.h>
......
/* mach-hmt.c - Platform code for Airgoo HMT // SPDX-License-Identifier: GPL-2.0
* //
* Copyright 2009 Peter Korsgaard <jacmet@sunsite.dk> // mach-hmt.c - Platform code for Airgoo HMT
* //
* This program is free software; you can redistribute it and/or modify // Copyright 2009 Peter Korsgaard <jacmet@sunsite.dk>
* 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/init.h> #include <linux/init.h>
......
/* linux/arch/arm/mach-s3c64xx/mach-mini6410.c // SPDX-License-Identifier: GPL-2.0
* //
* Copyright 2010 Darius Augulis <augulis.darius@gmail.com> // Copyright 2010 Darius Augulis <augulis.darius@gmail.com>
* 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/
*
* 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/interrupt.h> #include <linux/interrupt.h>
......
/* // SPDX-License-Identifier: GPL-2.0
* linux/arch/arm/mach-s3c64xx/mach-ncp.c //
* // Copyright (C) 2008-2009 Samsung Electronics
* Copyright (C) 2008-2009 Samsung Electronics
*
* 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>
......
/* linux/arch/arm/mach-s3c64xx/mach-real6410.c // SPDX-License-Identifier: GPL-2.0
* //
* Copyright 2010 Darius Augulis <augulis.darius@gmail.com> // Copyright 2010 Darius Augulis <augulis.darius@gmail.com>
* 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/
*
* 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/interrupt.h> #include <linux/interrupt.h>
......
/* // SPDX-License-Identifier: GPL-2.0
* Samsung's S3C64XX flattened device tree enabled machine //
* // Samsung's S3C64XX flattened device tree enabled machine
* Copyright (c) 2013 Tomasz Figa <tomasz.figa@gmail.com> //
* // Copyright (c) 2013 Tomasz Figa <tomasz.figa@gmail.com>
* 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 <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <asm/mach/map.h> #include <asm/mach/map.h>
......
/* // SPDX-License-Identifier: GPL-2.0
* linux/arch/arm/mach-s3c64xx/mach-smartq.c //
* // Copyright (C) 2010 Maurus Cuelenaere
* Copyright (C) 2010 Maurus Cuelenaere
*
* 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/delay.h> #include <linux/delay.h>
#include <linux/fb.h> #include <linux/fb.h>
......
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* linux/arch/arm/mach-s3c64xx/mach-smartq.h * linux/arch/arm/mach-s3c64xx/mach-smartq.h
* *
* Copyright (C) 2010 Maurus Cuelenaere * Copyright (C) 2010 Maurus Cuelenaere
*
* 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 __MACH_SMARTQ_H #ifndef __MACH_SMARTQ_H
......
/* // SPDX-License-Identifier: GPL-2.0
* linux/arch/arm/mach-s3c64xx/mach-smartq5.c //
* // Copyright (C) 2010 Maurus Cuelenaere
* Copyright (C) 2010 Maurus Cuelenaere
*
* 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/fb.h> #include <linux/fb.h>
#include <linux/gpio.h> #include <linux/gpio.h>
......
/* // SPDX-License-Identifier: GPL-2.0
* linux/arch/arm/mach-s3c64xx/mach-smartq7.c //
* // Copyright (C) 2010 Maurus Cuelenaere
* Copyright (C) 2010 Maurus Cuelenaere
*
* 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/fb.h> #include <linux/fb.h>
#include <linux/gpio.h> #include <linux/gpio.h>
......
/* linux/arch/arm/mach-s3c64xx/mach-smdk6400.c // 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/
*
* 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>
......
/* linux/arch/arm/mach-s3c64xx/mach-smdk6410.c // 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>
* http://armlinux.simtec.co.uk/ // http://armlinux.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.
*
*/
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/types.h> #include <linux/types.h>
......
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright (c) 2010 Samsung Electronics * Copyright (c) 2010 Samsung Electronics
* Kyungmin Park <kyungmin.park@samsung.com> * Kyungmin Park <kyungmin.park@samsung.com>
* Marek Szyprowski <m.szyprowski@samsung.com> * Marek Szyprowski <m.szyprowski@samsung.com>
* *
* Samsung OneNAD Controller core functions * Samsung OneNAD 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_ONENAND_CORE_H #ifndef __ASM_ARCH_ONENAND_CORE_H
#define __ASM_ARCH_ONENAND_CORE_H __FILE__ #define __ASM_ARCH_ONENAND_CORE_H __FILE__
......
/* // SPDX-License-Identifier: GPL-2.0
* Samsung's S3C64XX generic DMA support using amba-pl08x driver. //
* // Samsung's S3C64XX generic DMA support using amba-pl08x driver.
* Copyright (c) 2013 Tomasz Figa <tomasz.figa@gmail.com> //
* // Copyright (c) 2013 Tomasz Figa <tomasz.figa@gmail.com>
* 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/amba/bus.h> #include <linux/amba/bus.h>
......
/* linux/arch/arm/plat-s3c64xx/pm.c // 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>
* http://armlinux.simtec.co.uk/ // http://armlinux.simtec.co.uk/
* //
* S3C64XX CPU PM support. // S3C64XX CPU PM 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>
......
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright 2008 Openmoko, Inc. * Copyright 2008 Openmoko, Inc.
* Copyright 2008 Simtec Electronics * Copyright 2008 Simtec Electronics
...@@ -5,11 +6,7 @@ ...@@ -5,11 +6,7 @@
* Ben Dooks <ben@simtec.co.uk> * Ben Dooks <ben@simtec.co.uk>
* *
* S3C64XX - modem block registers * S3C64XX - modem block registers
* */
* 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 __MACH_S3C64XX_REGS_MODEM_H #ifndef __MACH_S3C64XX_REGS_MODEM_H
#define __MACH_S3C64XX_REGS_MODEM_H __FILE__ #define __MACH_S3C64XX_REGS_MODEM_H __FILE__
......
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright 2009 Andy Green <andy@warmcat.com> * Copyright 2009 Andy Green <andy@warmcat.com>
* *
* S3C64XX SROM definitions * S3C64XX SROM 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 __MACH_S3C64XX_REGS_SROM_H #ifndef __MACH_S3C64XX_REGS_SROM_H
#define __MACH_S3C64XX_REGS_SROM_H __FILE__ #define __MACH_S3C64XX_REGS_SROM_H __FILE__
......
/* linux/arch/arm/mach-s3c64xx/cpu.c // SPDX-License-Identifier: GPL-2.0
* //
* Copyright 2009 Simtec Electronics // Copyright 2009 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> // Ben Dooks <ben@simtec.co.uk>
* http://armlinux.simtec.co.uk/ // http://armlinux.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.
*/
/* /*
* NOTE: Code in this file is not used when booting with Device Tree support. * NOTE: Code in this file is not used when booting with Device Tree support.
......
/* linux/arch/arm/mach-s3c64xx/s3c6410.c // SPDX-License-Identifier: GPL-2.0
* //
* Copyright 2008 Simtec Electronics // Copyright 2008 Simtec Electronics
* 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/
*
* 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 when booting with Device Tree support. * NOTE: Code in this file is not used when booting with Device Tree support.
......
/* linux/arch/arm/plat-s3c64xx/setup-fb-24bpp.c // 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>
* http://armlinux.simtec.co.uk/ // http://armlinux.simtec.co.uk/
* //
* Base S3C64XX setup information for 24bpp LCD framebuffer // Base S3C64XX setup information for 24bpp LCD framebuffer
*
* 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>
......
/* linux/arch/arm/plat-s3c64xx/setup-i2c0.c // 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>
* http://armlinux.simtec.co.uk/ // http://armlinux.simtec.co.uk/
* //
* Base S3C64XX I2C bus 0 gpio configuration // Base S3C64XX I2C bus 0 gpio 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.
*/
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/types.h> #include <linux/types.h>
......
/* linux/arch/arm/plat-s3c64xx/setup-i2c1.c // 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>
* http://armlinux.simtec.co.uk/ // http://armlinux.simtec.co.uk/
* //
* Base S3C64XX I2C bus 1 gpio configuration // Base S3C64XX I2C bus 1 gpio 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.
*/
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/types.h> #include <linux/types.h>
......
/* linux/arch/arm/mach-s3c64xx/setup-ide.c // 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/
* //
* S3C64XX setup information for IDE // S3C64XX setup information for IDE
*
* 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/gpio.h> #include <linux/gpio.h>
......
/* linux/arch/arm/mach-s3c64xx/setup-keypad.c // 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/
* //
* GPIO configuration for S3C64XX KeyPad device // GPIO configuration for S3C64XX KeyPad device
*
* 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/gpio.h> #include <linux/gpio.h>
#include <plat/gpio-cfg.h> #include <plat/gpio-cfg.h>
......
/* linux/arch/arm/plat-s3c64xx/setup-sdhci-gpio.c // 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/
* //
* S3C64XX - Helper functions for setting up SDHCI device(s) GPIO (HSMMC) // S3C64XX - Helper functions for setting up SDHCI device(s) GPIO (HSMMC)
*
* 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>
......
/* linux/arch/arm/mach-s3c64xx/setup-spi.c // SPDX-License-Identifier: GPL-2.0
* //
* Copyright (C) 2011 Samsung Electronics Ltd. // Copyright (C) 2011 Samsung Electronics Ltd.
* http://www.samsung.com/ // http://www.samsung.com/
*
* 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/gpio.h> #include <linux/gpio.h>
#include <plat/gpio-cfg.h> #include <plat/gpio-cfg.h>
......
/* // SPDX-License-Identifier: GPL-2.0+
* Copyright (C) 2011 Samsung Electronics Co.Ltd //
* Author: Joonyoung Shim <jy0922.shim@samsung.com> // Copyright (C) 2011 Samsung Electronics Co.Ltd
* // 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.
*
*/
#include <linux/clk.h> #include <linux/clk.h>
#include <linux/delay.h> #include <linux/delay.h>
......
/* SPDX-License-Identifier: GPL-2.0 */
/* linux/arch/arm/plat-s3c64xx/sleep.S /* linux/arch/arm/plat-s3c64xx/sleep.S
* *
* Copyright 2008 Openmoko, Inc. * Copyright 2008 Openmoko, Inc.
...@@ -6,11 +7,7 @@ ...@@ -6,11 +7,7 @@
* http://armlinux.simtec.co.uk/ * http://armlinux.simtec.co.uk/
* *
* S3C64XX CPU sleep code * S3C64XX CPU sleep 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/linkage.h> #include <linux/linkage.h>
#include <asm/assembler.h> #include <asm/assembler.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>
* *
* S3C2410 - System define for arch_reset() function * S3C2410 - System define for arch_reset() function
* */
* 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_WATCHDOG_RESET_H #ifndef __PLAT_SAMSUNG_WATCHDOG_RESET_H
#define __PLAT_SAMSUNG_WATCHDOG_RESET_H #define __PLAT_SAMSUNG_WATCHDOG_RESET_H
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment