1
0
Fork 0

ARM: S3C24XX: Add SPDX license identifiers

Replace GPL license statements with SPDX license identifiers (GPL-2.0
and GPL-2.0+).  The h1940-bluetooth.c was licensed under GPL-1.0.  This
also adds GPL-2.0 to few files lacking license statement.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
hifive-unleashed-5.1
Krzysztof Kozlowski 2017-12-25 20:54:32 +01:00
parent 347863d47a
commit 84b2170109
94 changed files with 483 additions and 1046 deletions

View File

@ -1,11 +1,9 @@
# arch/arm/mach-s3c24xx/Kconfig # SPDX-License-Identifier: GPL-2.0
# #
# Copyright (c) 2012 Samsung Electronics Co., Ltd. # Copyright (c) 2012 Samsung Electronics Co., Ltd.
# http://www.samsung.com/ # http://www.samsung.com/
# #
# Copyright 2007 Simtec Electronics # Copyright 2007 Simtec Electronics
#
# Licensed under GPLv2
if ARCH_S3C24XX if ARCH_S3C24XX

View File

@ -1,11 +1,9 @@
# arch/arm/mach-s3c24xx/Makefile # SPDX-License-Identifier: GPL-2.0
# #
# Copyright (c) 2012 Samsung Electronics Co., Ltd. # Copyright (c) 2012 Samsung Electronics Co., Ltd.
# http://www.samsung.com/ # http://www.samsung.com/
# #
# Copyright 2007 Simtec Electronics # Copyright 2007 Simtec Electronics
#
# Licensed under GPLv2
# core # core

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0
ifeq ($(CONFIG_PM_H1940),y) ifeq ($(CONFIG_PM_H1940),y)
zreladdr-y += 0x30108000 zreladdr-y += 0x30108000
params_phys-y := 0x30100100 params_phys-y := 0x30100100

View File

@ -1,3 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright (c) 2005 Simtec Electronics * Copyright (c) 2005 Simtec Electronics
* http://www.simtec.co.uk/products/ * http://www.simtec.co.uk/products/
@ -6,11 +7,7 @@
* ANUBIS - CPLD control constants * ANUBIS - CPLD control constants
* ANUBIS - IRQ Number definitions * ANUBIS - IRQ Number definitions
* ANUBIS - Memory map definitions * ANUBIS - 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 __MACH_S3C24XX_ANUBIS_H #ifndef __MACH_S3C24XX_ANUBIS_H
#define __MACH_S3C24XX_ANUBIS_H __FILE__ #define __MACH_S3C24XX_ANUBIS_H __FILE__

View File

@ -1,14 +1,9 @@
/* linux/arch/arm/mach-s3c2410/bast-ide.c // SPDX-License-Identifier: GPL-2.0
* //
* Copyright 2007 Simtec Electronics // Copyright 2007 Simtec Electronics
* http://www.simtec.co.uk/products/EB2410ITX/ // http://www.simtec.co.uk/products/EB2410ITX/
* http://armlinux.simtec.co.uk/ // http://armlinux.simtec.co.uk/
* 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/types.h> #include <linux/types.h>

View File

@ -1,25 +1,9 @@
/* linux/arch/arm/mach-s3c2410/bast-irq.c // SPDX-License-Identifier: GPL-2.0+
* //
* Copyright 2003-2005 Simtec Electronics // Copyright 2003-2005 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> // Ben Dooks <ben@simtec.co.uk>
* //
* http://www.simtec.co.uk/products/EB2410ITX/ // http://www.simtec.co.uk/products/EB2410ITX/
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <linux/init.h> #include <linux/init.h>
#include <linux/module.h> #include <linux/module.h>

View File

@ -1,3 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright (c) 2003-2004 Simtec Electronics * Copyright (c) 2003-2004 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> * Ben Dooks <ben@simtec.co.uk>
@ -5,11 +6,7 @@
* BAST - CPLD control constants * BAST - CPLD control constants
* BAST - IRQ Number definitions * BAST - IRQ Number definitions
* BAST - Memory map definitions * BAST - 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 __MACH_S3C24XX_BAST_H #ifndef __MACH_S3C24XX_BAST_H
#define __MACH_S3C24XX_BAST_H __FILE__ #define __MACH_S3C24XX_BAST_H __FILE__

View File

@ -1,16 +1,11 @@
/* linux/arch/arm/plat-s3c24xx/common-smdk.c // SPDX-License-Identifier: GPL-2.0
* //
* Copyright (c) 2006 Simtec Electronics // Copyright (c) 2006 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> // Ben Dooks <ben@simtec.co.uk>
* //
* Common code for SMDK2410 and SMDK2440 boards // Common code for SMDK2410 and SMDK2440 boards
* //
* http://www.fluff.org/ben/smdk2440/ // http://www.fluff.org/ben/smdk2440/
*
* 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,3 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright (c) 2006 Simtec Electronics * Copyright (c) 2006 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> * Ben Dooks <ben@simtec.co.uk>
@ -5,10 +6,6 @@
* Common code for SMDK2410 and SMDK2440 boards * Common code for SMDK2410 and SMDK2440 boards
* *
* http://www.fluff.org/ben/smdk2440/ * http://www.fluff.org/ben/smdk2440/
* */
* 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.
*/
extern void smdk_machine_init(void); extern void smdk_machine_init(void);

View File

@ -1,25 +1,10 @@
/* linux/arch/arm/plat-s3c24xx/cpu.c // SPDX-License-Identifier: GPL-2.0+
* //
* Copyright (c) 2004-2005 Simtec Electronics // Copyright (c) 2004-2005 Simtec Electronics
* http://www.simtec.co.uk/products/SWLINUX/ // http://www.simtec.co.uk/products/SWLINUX/
* Ben Dooks <ben@simtec.co.uk> // Ben Dooks <ben@simtec.co.uk>
* //
* Common code for S3C24XX machines // Common code for S3C24XX machines
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <linux/dma-mapping.h> #include <linux/dma-mapping.h>
#include <linux/init.h> #include <linux/init.h>

View File

@ -1,12 +1,9 @@
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright (c) 2012 Samsung Electronics Co., Ltd. * Copyright (c) 2012 Samsung Electronics Co., Ltd.
* http://www.samsung.com * http://www.samsung.com
* *
* Common Header for S3C24XX SoCs * Common Header for S3C24XX 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 __ARCH_ARM_MACH_S3C24XX_COMMON_H #ifndef __ARCH_ARM_MACH_S3C24XX_COMMON_H

View File

@ -1,14 +1,10 @@
/* // SPDX-License-Identifier: GPL-2.0
* Copyright (c) 2009 Simtec Electronics //
* http://armlinux.simtec.co.uk/ // Copyright (c) 2009 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> // http://armlinux.simtec.co.uk/
* // Ben Dooks <ben@simtec.co.uk>
* S3C24XX CPU Frequency scaling - utils for S3C2410/S3C2440/S3C2442 //
* // S3C24XX CPU Frequency scaling - utils for S3C2410/S3C2440/S3C2442
* 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/errno.h> #include <linux/errno.h>

View File

@ -1,12 +1,9 @@
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright 2010 Samsung Electronics Co., Ltd. * Copyright 2010 Samsung Electronics Co., Ltd.
* Pawel Osciak <p.osciak@samsung.com> * Pawel Osciak <p.osciak@samsung.com>
* *
* Samsung framebuffer driver core functions * Samsung framebuffer driver 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_FB_CORE_H #ifndef __ASM_PLAT_FB_CORE_H
#define __ASM_PLAT_FB_CORE_H __FILE__ #define __ASM_PLAT_FB_CORE_H __FILE__

View File

@ -1,10 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* GTA02 header * GTA02 header
* */
* 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_S3C24XX_GTA02_H #ifndef __MACH_S3C24XX_GTA02_H
#define __MACH_S3C24XX_GTA02_H __FILE__ #define __MACH_S3C24XX_GTA02_H __FILE__

View File

@ -1,14 +1,8 @@
/* // SPDX-License-Identifier: GPL-1.0
* arch/arm/mach-s3c2410/h1940-bluetooth.c //
* Copyright (c) Arnaud Patard <arnaud.patard@rtp-net.org> // Copyright (c) Arnaud Patard <arnaud.patard@rtp-net.org>
* //
* This file is subject to the terms and conditions of the GNU General Public // S3C2410 bluetooth "driver"
* License. See the file COPYING in the main directory of this archive for
* more details.
*
* S3C2410 bluetooth "driver"
*
*/
#include <linux/module.h> #include <linux/module.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>

View File

@ -1,3 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright 2006 Ben Dooks <ben-linux@fluff.org> * Copyright 2006 Ben Dooks <ben-linux@fluff.org>
* *
@ -6,11 +7,7 @@
* Ben Dooks <ben@simtec.co.uk> * Ben Dooks <ben@simtec.co.uk>
* *
* iPAQ H1940 series definitions * iPAQ H1940 series 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_S3C24XX_H1940_H #ifndef __MACH_S3C24XX_H1940_H
#define __MACH_S3C24XX_H1940_H __FILE__ #define __MACH_S3C24XX_H1940_H __FILE__

View File

@ -1,14 +1,10 @@
/* arch/arm/mach-s3c2410/include/mach/dma.h /* SPDX-License-Identifier: GPL-2.0 */
* /*
* Copyright (C) 2003-2006 Simtec Electronics * Copyright (C) 2003-2006 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> * Ben Dooks <ben@simtec.co.uk>
* *
* Samsung S3C24XX DMA support * Samsung S3C24XX DMA 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_ARCH_DMA_H #ifndef __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H __FILE__ #define __ASM_ARCH_DMA_H __FILE__

View File

@ -1 +1,2 @@
/* SPDX-License-Identifier: GPL-2.0 */
#include <plat/fb-s3c2410.h> #include <plat/fb-s3c2410.h>

View File

@ -1,14 +1,11 @@
/* 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>
* *
* S3C2410 - GPIO lib support * S3C2410 - 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.
*/
/* some boards require extra gpio capacity to support external /* some boards require extra gpio capacity to support external
* devices that need GPIO. * devices that need GPIO.

View File

@ -1,13 +1,10 @@
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright (c) 2003 Simtec Electronics * Copyright (c) 2003 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> * Ben Dooks <ben@simtec.co.uk>
* *
* S3C2410 - hardware * S3C2410 - hardware
* */
* 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_HARDWARE_H #ifndef __ASM_ARCH_HARDWARE_H
#define __ASM_ARCH_HARDWARE_H #define __ASM_ARCH_HARDWARE_H

View File

@ -1,12 +1,8 @@
/* arch/arm/mach-s3c2410/include/mach/irqs.h /* SPDX-License-Identifier: GPL-2.0 */
* /*
* Copyright (c) 2003-2005 Simtec Electronics * Copyright (c) 2003-2005 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.
*/
#ifndef __ASM_ARCH_IRQS_H #ifndef __ASM_ARCH_IRQS_H

View File

@ -1,14 +1,10 @@
/* arch/arm/mach-s3c2410/include/mach/map.h /* SPDX-License-Identifier: GPL-2.0 */
* /*
* Copyright (c) 2003 Simtec Electronics * Copyright (c) 2003 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> * Ben Dooks <ben@simtec.co.uk>
* *
* S3C2410 - Memory map definitions * S3C2410 - 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 #define __ASM_ARCH_MAP_H

View File

@ -1,15 +1,12 @@
/* linux/arch/arm/mach-s3c2410/include/pm-core.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/
* *
* S3C24xx - PM core support for arch/arm/plat-s3c/pm.c * S3C24xx - 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.
*/ */
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/io.h> #include <linux/io.h>

View File

@ -1,14 +1,10 @@
/* arch/arm/mach-s3c2410/include/mach/regs-clock.h /* SPDX-License-Identifier: GPL-2.0 */
* /*
* Copyright (c) 2003-2006 Simtec Electronics <linux@simtec.co.uk> * Copyright (c) 2003-2006 Simtec Electronics <linux@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.
*
* S3C2410 clock register definitions * S3C2410 clock register definitions
*/ */
#ifndef __ASM_ARM_REGS_CLOCK #ifndef __ASM_ARM_REGS_CLOCK
#define __ASM_ARM_REGS_CLOCK #define __ASM_ARM_REGS_CLOCK

View File

@ -1,14 +1,10 @@
/* arch/arm/mach-s3c2410/include/mach/regs-gpio.h /* SPDX-License-Identifier: GPL-2.0 */
* /*
* Copyright (c) 2003-2004 Simtec Electronics <linux@simtec.co.uk> * Copyright (c) 2003-2004 Simtec Electronics <linux@simtec.co.uk>
* http://www.simtec.co.uk/products/SWLINUX/ * http://www.simtec.co.uk/products/SWLINUX/
* *
* 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 GPIO register definitions * S3C2410 GPIO register definitions
*/ */
#ifndef __ASM_ARCH_REGS_GPIO_H #ifndef __ASM_ARCH_REGS_GPIO_H

View File

@ -1,12 +1,8 @@
/* arch/arm/mach-s3c2410/include/mach/regs-irq.h /* SPDX-License-Identifier: GPL-2.0 */
* /*
* Copyright (c) 2003 Simtec Electronics <linux@simtec.co.uk> * Copyright (c) 2003 Simtec Electronics <linux@simtec.co.uk>
* http://www.simtec.co.uk/products/SWLINUX/ * http://www.simtec.co.uk/products/SWLINUX/
* */
* 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

View File

@ -1,13 +1,8 @@
/* arch/arm/mach-s3c2410/include/mach/regs-lcd.h /* SPDX-License-Identifier: GPL-2.0 */
* /*
* Copyright (c) 2003 Simtec Electronics <linux@simtec.co.uk> * Copyright (c) 2003 Simtec Electronics <linux@simtec.co.uk>
* http://www.simtec.co.uk/products/SWLINUX/ * http://www.simtec.co.uk/products/SWLINUX/
* */
* 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_LCD_H #ifndef ___ASM_ARCH_REGS_LCD_H
#define ___ASM_ARCH_REGS_LCD_H #define ___ASM_ARCH_REGS_LCD_H

View File

@ -1,15 +1,11 @@
/* arch/arm/mach-s3c2410/include/mach/regs-s3c2443-clock.h /* SPDX-License-Identifier: GPL-2.0 */
* /*
* Copyright (c) 2007 Simtec Electronics * Copyright (c) 2007 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.
*
* S3C2443 clock register definitions * S3C2443 clock register definitions
*/ */
#ifndef __ASM_ARM_REGS_S3C2443_CLOCK #ifndef __ASM_ARM_REGS_S3C2443_CLOCK
#define __ASM_ARM_REGS_S3C2443_CLOCK #define __ASM_ARM_REGS_S3C2443_CLOCK

View File

@ -1,12 +1,9 @@
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright (c) 2011 Heiko Stuebner <heiko@sntech.de> * Copyright (c) 2011 Heiko Stuebner <heiko@sntech.de>
* *
* Samsung RTC Controller core functions * Samsung RTC 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 __RTC_CORE_H #ifndef __RTC_CORE_H
#define __RTC_CORE_H __FILE__ #define __RTC_CORE_H __FILE__

View File

@ -1,11 +1,8 @@
/* 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/
*
* 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_S3C24XX_S3C2412_H #ifndef __ARCH_ARM_MACH_S3C24XX_S3C2412_H

View File

@ -1,14 +1,10 @@
/* // SPDX-License-Identifier: GPL-2.0
* Copyright (c) 2006-2009 Simtec Electronics //
* http://armlinux.simtec.co.uk/ // Copyright (c) 2006-2009 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> // http://armlinux.simtec.co.uk/
* // Ben Dooks <ben@simtec.co.uk>
* S3C24XX CPU Frequency scaling - IO timing for S3C2410/S3C2440/S3C2442 //
* // S3C24XX CPU Frequency scaling - IO timing for S3C2410/S3C2440/S3C2442
* 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/kernel.h> #include <linux/kernel.h>

View File

@ -1,14 +1,10 @@
/* // SPDX-License-Identifier: GPL-2.0
* Copyright (c) 2006-2008 Simtec Electronics //
* http://armlinux.simtec.co.uk/ // Copyright (c) 2006-2008 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> // http://armlinux.simtec.co.uk/
* // Ben Dooks <ben@simtec.co.uk>
* S3C2412/S3C2443 (PL093 based) IO timing support //
* // S3C2412/S3C2443 (PL093 based) IO timing 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/module.h> #include <linux/module.h>

View File

@ -1,15 +1,10 @@
/* linux/arch/arm/plat-s3c24xx/irq-om.c // SPDX-License-Identifier: GPL-2.0
* //
* Copyright (c) 2003-2004 Simtec Electronics // Copyright (c) 2003-2004 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> // Ben Dooks <ben@simtec.co.uk>
* http://armlinux.simtec.co.uk/ // http://armlinux.simtec.co.uk/
* //
* S3C24XX - IRQ PM code // S3C24XX - IRQ 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/init.h> #include <linux/init.h>
#include <linux/module.h> #include <linux/module.h>

View File

@ -1,30 +1,11 @@
/* linux/arch/arm/mach-s3c2410/mach-amlm5900.c // SPDX-License-Identifier: GPL-2.0+
* //
* linux/arch/arm/mach-s3c2410/mach-amlm5900.c // Copyright (c) 2006 American Microsystems Limited
* // David Anders <danders@amltd.com>
* Copyright (c) 2006 American Microsystems Limited //
* David Anders <danders@amltd.com> // @History:
// derived from linux/arch/arm/mach-s3c2410/mach-bast.c, written by
* This program is free software; you can redistribute it and/or // Ben Dooks <ben@simtec.co.uk>
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
* @History:
* derived from linux/arch/arm/mach-s3c2410/mach-bast.c, written by
* Ben Dooks <ben@simtec.co.uk>
*
***********************************************************************/
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/types.h> #include <linux/types.h>

View File

@ -1,13 +1,8 @@
/* linux/arch/arm/mach-s3c2440/mach-anubis.c // SPDX-License-Identifier: GPL-2.0
* //
* Copyright 2003-2009 Simtec Electronics // Copyright 2003-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>
*
* 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,16 +1,11 @@
/* linux/arch/arm/mach-s3c2440/mach-at2440evb.c // SPDX-License-Identifier: GPL-2.0
* //
* Copyright (c) 2008 Ramax Lo <ramaxlo@gmail.com> // Copyright (c) 2008 Ramax Lo <ramaxlo@gmail.com>
* Based on mach-anubis.c by Ben Dooks <ben@simtec.co.uk> // Based on mach-anubis.c by Ben Dooks <ben@simtec.co.uk>
* and modifications by SBZ <sbz@spgui.org> and // and modifications by SBZ <sbz@spgui.org> and
* Weibing <http://weibing.blogbus.com> // Weibing <http://weibing.blogbus.com>
* //
* For product information, visit http://www.arm.com/ // For product information, visit http://www.arm.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>

View File

@ -1,14 +1,9 @@
/* linux/arch/arm/mach-s3c2410/mach-bast.c // SPDX-License-Identifier: GPL-2.0
* //
* Copyright 2003-2008 Simtec Electronics // Copyright 2003-2008 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> // Ben Dooks <ben@simtec.co.uk>
* //
* http://www.simtec.co.uk/products/EB2410ITX/ // http://www.simtec.co.uk/products/EB2410ITX/
*
* 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,27 +1,12 @@
/* // SPDX-License-Identifier: GPL-2.0+
* S3C2442 Machine Support for Openmoko GTA02 / FreeRunner. //
* // S3C2442 Machine Support for Openmoko GTA02 / FreeRunner.
* Copyright (C) 2006-2009 by Openmoko, Inc. //
* Authors: Harald Welte <laforge@openmoko.org> // Copyright (C) 2006-2009 by Openmoko, Inc.
* Andy Green <andy@openmoko.org> // Authors: Harald Welte <laforge@openmoko.org>
* Werner Almesberger <werner@openmoko.org> // Andy Green <andy@openmoko.org>
* All rights reserved. // Werner Almesberger <werner@openmoko.org>
* // All rights reserved.
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*/
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/types.h> #include <linux/types.h>

View File

@ -1,14 +1,9 @@
/* // SPDX-License-Identifier: GPL-2.0
* Copyright (c) 2003-2005 Simtec Electronics //
* Ben Dooks <ben@simtec.co.uk> // Copyright (c) 2003-2005 Simtec Electronics
* // Ben Dooks <ben@simtec.co.uk>
* http://www.handhelds.org/projects/h1940.html //
* // http://www.handhelds.org/projects/h1940.html
* 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,14 +1,9 @@
/* linux/arch/arm/mach-s3c2410/mach-jive.c // SPDX-License-Identifier: GPL-2.0
* //
* Copyright 2007 Simtec Electronics // Copyright 2007 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>

View File

@ -1,17 +1,12 @@
/* linux/arch/arm/mach-s3c2440/mach-mini2440.c // SPDX-License-Identifier: GPL-2.0
* //
* Copyright (c) 2008 Ramax Lo <ramaxlo@gmail.com> // Copyright (c) 2008 Ramax Lo <ramaxlo@gmail.com>
* Based on mach-anubis.c by Ben Dooks <ben@simtec.co.uk> // Based on mach-anubis.c by Ben Dooks <ben@simtec.co.uk>
* and modifications by SBZ <sbz@spgui.org> and // and modifications by SBZ <sbz@spgui.org> and
* Weibing <http://weibing.blogbus.com> and // Weibing <http://weibing.blogbus.com> and
* Michel Pollet <buserror@gmail.com> // Michel Pollet <buserror@gmail.com>
* //
* For product information, visit http://code.google.com/p/mini2440/ // For product information, visit http://code.google.com/p/mini2440/
*
* 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,15 @@
/* Machine specific code for the Acer n30, Acer N35, Navman PiN 570, // SPDX-License-Identifier: GPL-2.0
* Yakumo AlphaX and Airis NC05 PDAs. //
* // Machine specific code for the Acer n30, Acer N35, Navman PiN 570,
* Copyright (c) 2003-2005 Simtec Electronics // Yakumo AlphaX and Airis NC05 PDAs.
* Ben Dooks <ben@simtec.co.uk> //
* // Copyright (c) 2003-2005 Simtec Electronics
* Copyright (c) 2005-2008 Christer Weinigel <christer@weinigel.se> // Ben Dooks <ben@simtec.co.uk>
* //
* There is a wiki with more information about the n30 port at // Copyright (c) 2005-2008 Christer Weinigel <christer@weinigel.se>
* http://handhelds.org/moin/moin.cgi/AcerN30Documentation . //
* // There is a wiki with more information about the n30 port at
* This program is free software; you can redistribute it and/or modify // http://handhelds.org/moin/moin.cgi/AcerN30Documentation .
* 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,16 +1,12 @@
/* linux/arch/arm/mach-s3c2440/mach-nexcoder.c // SPDX-License-Identifier: GPL-2.0
* // linux/arch/arm/mach-s3c2440/mach-nexcoder.c
* Copyright (c) 2004 Nex Vision //
* Guillaume GOURAT <guillaume.gourat@nexvision.tv> // Copyright (c) 2004 Nex Vision
* // Guillaume GOURAT <guillaume.gourat@nexvision.tv>
* 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 // Modifications:
* published by the Free Software Foundation. // 15-10-2004 GG Created initial version
* // 12-03-2005 BJD Updated for release
* Modifications:
* 15-10-2004 GG Created initial version
* 12-03-2005 BJD Updated for release
*/
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/types.h> #include <linux/types.h>

View File

@ -1,15 +1,10 @@
/* linux/arch/arm/mach-s3c2440/mach-osiris-dvs.c // SPDX-License-Identifier: GPL-2.0
* //
* Copyright (c) 2009 Simtec Electronics // Copyright (c) 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>
* //
* Simtec Osiris Dynamic Voltage Scaling support. // Simtec Osiris Dynamic Voltage Scaling 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/module.h> #include <linux/module.h>

View File

@ -1,12 +1,8 @@
/* // SPDX-License-Identifier: GPL-2.0
* Copyright (c) 2005-2008 Simtec Electronics //
* http://armlinux.simtec.co.uk/ // Copyright (c) 2005-2008 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> // http://armlinux.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/types.h> #include <linux/types.h>

View File

@ -1,12 +1,7 @@
/* // SPDX-License-Identifier: GPL-2.0
* //
* Copyright (c) 2004 Nex Vision // Copyright (c) 2004 Nex Vision
* Guillaume GOURAT <guillaume.gourat@nexvision.fr> // Guillaume GOURAT <guillaume.gourat@nexvision.fr>
*
* 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,25 +1,8 @@
/* linux/arch/arm/mach-s3c2410/mach-qt2410.c // SPDX-License-Identifier: GPL-2.0+
* //
* Copyright (C) 2006 by OpenMoko, Inc. // Copyright (C) 2006 by OpenMoko, Inc.
* Author: Harald Welte <laforge@openmoko.org> // Author: Harald Welte <laforge@openmoko.org>
* All rights reserved. // All rights reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
*/
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/types.h> #include <linux/types.h>

View File

@ -1,14 +1,9 @@
/* // SPDX-License-Identifier: GPL-2.0
* Copyright (c) 2006-2009 Victor Chukhantsev, Denis Grigoriev, //
* Copyright (c) 2007-2010 Vasily Khoruzhick // Copyright (c) 2006-2009 Victor Chukhantsev, Denis Grigoriev,
* // Copyright (c) 2007-2010 Vasily Khoruzhick
* based on smdk2440 written by Ben Dooks //
* // based on smdk2440 written by Ben Dooks
* 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,15 +1,9 @@
/* linux/arch/arm/mach-s3c2440/mach-rx3715.c // SPDX-License-Identifier: GPL-2.0
* //
* Copyright (c) 2003-2004 Simtec Electronics // Copyright (c) 2003-2004 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> // Ben Dooks <ben@simtec.co.uk>
* //
* http://www.handhelds.org/projects/rx3715.html // http://www.handhelds.org/projects/rx3715.html
*
* 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,19 +1,15 @@
/* // SPDX-License-Identifier: GPL-2.0
* Samsung's S3C2416 flattened device tree enabled machine //
* // Samsung's S3C2416 flattened device tree enabled machine
* Copyright (c) 2012 Heiko Stuebner <heiko@sntech.de> //
* // Copyright (c) 2012 Heiko Stuebner <heiko@sntech.de>
* based on mach-exynos/mach-exynos4-dt.c //
* // based on mach-exynos/mach-exynos4-dt.c
* Copyright (c) 2010-2011 Samsung Electronics Co., Ltd. //
* http://www.samsung.com // Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
* Copyright (c) 2010-2011 Linaro Ltd. // http://www.samsung.com
* www.linaro.org // Copyright (c) 2010-2011 Linaro Ltd.
* // www.linaro.org
* 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/clocksource.h> #include <linux/clocksource.h>
#include <linux/irqchip.h> #include <linux/irqchip.h>

View File

@ -1,32 +1,13 @@
/* linux/arch/arm/mach-s3c2410/mach-smdk2410.c // SPDX-License-Identifier: GPL-2.0+
* //
* linux/arch/arm/mach-s3c2410/mach-smdk2410.c // Copyright (C) 2004 by FS Forth-Systeme GmbH
* // All rights reserved.
* Copyright (C) 2004 by FS Forth-Systeme GmbH //
* All rights reserved. // @Author: Jonas Dietsche
* //
* @Author: Jonas Dietsche // @History:
* // derived from linux/arch/arm/mach-s3c2410/mach-bast.c, written by
* This program is free software; you can redistribute it and/or // Ben Dooks <ben@simtec.co.uk>
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
* @History:
* derived from linux/arch/arm/mach-s3c2410/mach-bast.c, written by
* Ben Dooks <ben@simtec.co.uk>
*
***********************************************************************/
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/types.h> #include <linux/types.h>

View File

@ -1,15 +1,10 @@
/* linux/arch/arm/mach-s3c2412/mach-smdk2413.c // SPDX-License-Identifier: GPL-2.0
* //
* Copyright (c) 2006 Simtec Electronics // Copyright (c) 2006 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> // Ben Dooks <ben@simtec.co.uk>
* //
* Thanks to Dimity Andric (TomTom) and Steven Ryu (Samsung) for the // Thanks to Dimity Andric (TomTom) and Steven Ryu (Samsung) for the
* loans of SMDK2413 to work with. // loans of SMDK2413 to work with.
*
* 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,15 +1,9 @@
/* linux/arch/arm/mach-s3c2416/mach-hanlin_v3c.c // SPDX-License-Identifier: GPL-2.0
* //
* Copyright (c) 2009 Yauhen Kharuzhy <jekhor@gmail.com>, // Copyright (c) 2009 Yauhen Kharuzhy <jekhor@gmail.com>,
* as part of OpenInkpot project // as part of OpenInkpot project
* Copyright (c) 2009 Promwad Innovation Company // Copyright (c) 2009 Promwad Innovation Company
* Yauhen Kharuzhy <yauhen.kharuzhy@promwad.com> // Yauhen Kharuzhy <yauhen.kharuzhy@promwad.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>

View File

@ -1,17 +1,12 @@
/* linux/arch/arm/mach-s3c2440/mach-smdk2440.c // SPDX-License-Identifier: GPL-2.0
* // linux/arch/arm/mach-s3c2440/mach-smdk2440.c
* Copyright (c) 2004-2005 Simtec Electronics //
* Ben Dooks <ben@simtec.co.uk> // Copyright (c) 2004-2005 Simtec Electronics
* // Ben Dooks <ben@simtec.co.uk>
* http://www.fluff.org/ben/smdk2440/ //
* // http://www.fluff.org/ben/smdk2440/
* Thanks to Dimity Andric and TomTom for the loan of an SMDK2440. //
* // Thanks to Dimity Andric and TomTom for the loan of an SMDK2440.
* 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,17 +1,11 @@
/* linux/arch/arm/mach-s3c2443/mach-smdk2443.c // SPDX-License-Identifier: GPL-2.0
* //
* Copyright (c) 2007 Simtec Electronics // Copyright (c) 2007 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> // Ben Dooks <ben@simtec.co.uk>
* //
* http://www.fluff.org/ben/smdk2443/ // http://www.fluff.org/ben/smdk2443/
* //
* Thanks to Samsung for the loan of an SMDK2443 // Thanks to Samsung for the loan of an SMDK2443
*
* 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,28 +1,11 @@
/* linux/arch/arm/mach-s3c2410/mach-tct_hammer.c // SPDX-License-Identifier: GPL-2.0+
* //
* Copyright (c) 2007 TinCanTools // Copyright (c) 2007 TinCanTools
* David Anders <danders@amltd.com> // David Anders <danders@amltd.com>
//
* This program is free software; you can redistribute it and/or // @History:
* modify it under the terms of the GNU General Public License as // derived from linux/arch/arm/mach-s3c2410/mach-bast.c, written by
* published by the Free Software Foundation; either version 2 of // Ben Dooks <ben@simtec.co.uk>
* the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
* @History:
* derived from linux/arch/arm/mach-s3c2410/mach-bast.c, written by
* Ben Dooks <ben@simtec.co.uk>
*
***********************************************************************/
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/types.h> #include <linux/types.h>

View File

@ -1,15 +1,10 @@
/* // SPDX-License-Identifier: GPL-2.0
* Copyright (c) 2003-2008 Simtec Electronics //
* Ben Dooks <ben@simtec.co.uk> // Copyright (c) 2003-2008 Simtec Electronics
* // Ben Dooks <ben@simtec.co.uk>
* Machine support for Thorcom VR1000 board. Designed for Thorcom by //
* Simtec Electronics, http://www.simtec.co.uk/ // Machine support for Thorcom VR1000 board. Designed for Thorcom by
* // Simtec Electronics, http://www.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>

View File

@ -1,13 +1,8 @@
/* linux/arch/arm/mach-s3c2412/mach-vstms.c // SPDX-License-Identifier: GPL-2.0
* //
* (C) 2006 Thomas Gleixner <tglx@linutronix.de> // (C) 2006 Thomas Gleixner <tglx@linutronix.de>
* //
* Derived from mach-smdk2413.c - (C) 2006 Simtec Electronics // Derived from mach-smdk2413.c - (C) 2006 Simtec 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>

View File

@ -1,13 +1,10 @@
/* 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/
* *
* S3C - Nand Controller core functions * S3C - Nand 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_NAND_CORE_H #ifndef __ASM_ARCH_NAND_CORE_H
#define __ASM_ARCH_NAND_CORE_H __FILE__ #define __ASM_ARCH_NAND_CORE_H __FILE__

View File

@ -1,3 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright 2005 Simtec Electronics * Copyright 2005 Simtec Electronics
* http://www.simtec.co.uk/products/ * http://www.simtec.co.uk/products/
@ -5,11 +6,7 @@
* *
* OSIRIS - CPLD control constants * OSIRIS - CPLD control constants
* OSIRIS - Memory map definitions * OSIRIS - 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 __MACH_S3C24XX_OSIRIS_H #ifndef __MACH_S3C24XX_OSIRIS_H
#define __MACH_S3C24XX_OSIRIS_H __FILE__ #define __MACH_S3C24XX_OSIRIS_H __FILE__

View File

@ -1,13 +1,10 @@
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* (c) 2005 Guillaume GOURAT / NexVision * (c) 2005 Guillaume GOURAT / NexVision
* guillaume.gourat@nexvision.fr * guillaume.gourat@nexvision.fr
* *
* NexVision OTOM board memory map definitions * NexVision OTOM board 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.
*/
/* /*
* ok, we've used up to 0x01300000, now we need to find space for the * ok, we've used up to 0x01300000, now we need to find space for the

View File

@ -1,25 +1,11 @@
/* // SPDX-License-Identifier: GPL-2.0+
* Copyright (c) 2006-2007 Simtec Electronics //
* http://armlinux.simtec.co.uk/ // Copyright (c) 2006-2007 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> // http://armlinux.simtec.co.uk/
* Vincent Sanders <vince@arm.linux.org.uk> // Ben Dooks <ben@simtec.co.uk>
* // Vincent Sanders <vince@arm.linux.org.uk>
* S3C2410 CPU PLL tables //
* // S3C2410 CPU PLL tables
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <linux/types.h> #include <linux/types.h>
#include <linux/kernel.h> #include <linux/kernel.h>

View File

@ -1,15 +1,11 @@
/* // SPDX-License-Identifier: GPL-2.0
* Copyright (c) 2006-2007 Simtec Electronics //
* http://armlinux.simtec.co.uk/ // Copyright (c) 2006-2007 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> // http://armlinux.simtec.co.uk/
* Vincent Sanders <vince@arm.linux.org.uk> // Ben Dooks <ben@simtec.co.uk>
* // Vincent Sanders <vince@arm.linux.org.uk>
* S3C2440/S3C2442 CPU PLL tables (12MHz Crystal) //
* // S3C2440/S3C2442 CPU PLL tables (12MHz Crystal)
* 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/types.h> #include <linux/types.h>
#include <linux/kernel.h> #include <linux/kernel.h>

View File

@ -1,15 +1,11 @@
/* // SPDX-License-Identifier: GPL-2.0
* Copyright (c) 2006-2008 Simtec Electronics //
* http://armlinux.simtec.co.uk/ // Copyright (c) 2006-2008 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> // http://armlinux.simtec.co.uk/
* Vincent Sanders <vince@arm.linux.org.uk> // Ben Dooks <ben@simtec.co.uk>
* // Vincent Sanders <vince@arm.linux.org.uk>
* S3C2440/S3C2442 CPU PLL tables (16.93444MHz Crystal) //
* // S3C2440/S3C2442 CPU PLL tables (16.93444MHz Crystal)
* 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/types.h> #include <linux/types.h>
#include <linux/kernel.h> #include <linux/kernel.h>

View File

@ -1,22 +1,9 @@
/* linux/arch/arm/mach-s3c2410/pm-h1940.S /* SPDX-License-Identifier: GPL-2.0+ */
* /*
* Copyright (c) 2006 Ben Dooks <ben-linux@fluff.org> * Copyright (c) 2006 Ben Dooks <ben-linux@fluff.org>
* *
* H1940 Suspend to RAM * H1940 Suspend to RAM
* */
* 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
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <linux/linkage.h> #include <linux/linkage.h>
#include <asm/assembler.h> #include <asm/assembler.h>

View File

@ -1,24 +1,9 @@
/* linux/arch/arm/mach-s3c2410/pm.c // SPDX-License-Identifier: GPL-2.0+
* //
* Copyright (c) 2006 Simtec Electronics // Copyright (c) 2006 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> // Ben Dooks <ben@simtec.co.uk>
* //
* S3C2410 (and compatible) Power Manager (Suspend-To-RAM) support // S3C2410 (and compatible) Power Manager (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 as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <linux/init.h> #include <linux/init.h>
#include <linux/suspend.h> #include <linux/suspend.h>

View File

@ -1,14 +1,9 @@
/* linux/arch/arm/mach-s3c2412/pm.c // SPDX-License-Identifier: GPL-2.0
* //
* Copyright (c) 2006 Simtec Electronics // Copyright (c) 2006 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>

View File

@ -1,14 +1,9 @@
/* linux/arch/arm/mach-s3c2416/pm.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
* //
* S3C2416 - PM support (Based on Ben Dooks' S3C2412 PM support) // S3C2416 - PM support (Based on Ben Dooks' S3C2412 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/device.h> #include <linux/device.h>
#include <linux/syscore_ops.h> #include <linux/syscore_ops.h>

View File

@ -1,30 +1,15 @@
/* linux/arch/arm/plat-s3c24xx/pm.c // SPDX-License-Identifier: GPL-2.0+
* //
* Copyright (c) 2004-2006 Simtec Electronics // Copyright (c) 2004-2006 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> // Ben Dooks <ben@simtec.co.uk>
* //
* S3C24XX Power Manager (Suspend-To-RAM) support // S3C24XX Power Manager (Suspend-To-RAM) support
* //
* See Documentation/arm/Samsung-S3C24XX/Suspend.txt for more information // See Documentation/arm/Samsung-S3C24XX/Suspend.txt for more information
* //
* This program is free software; you can redistribute it and/or modify // Parts based on arch/arm/mach-pxa/pm.c
* it under the terms of the GNU General Public License as published by //
* the Free Software Foundation; either version 2 of the License, or // Thanks to Dimitry Andric for debugging
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Parts based on arch/arm/mach-pxa/pm.c
*
* Thanks to Dimitry Andric for debugging
*/
#include <linux/init.h> #include <linux/init.h>
#include <linux/suspend.h> #include <linux/suspend.h>

View File

@ -1,13 +1,10 @@
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright (c) 2004 Simtec Electronics <linux@simtec.co.uk> * Copyright (c) 2004 Simtec Electronics <linux@simtec.co.uk>
* http://www.simtec.co.uk/products/SWLINUX/ * http://www.simtec.co.uk/products/SWLINUX/
* *
* 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.
*
* S3C2440/S3C2412 Signal Drive Strength Control * S3C2440/S3C2412 Signal Drive Strength Control
*/ */
#ifndef __ASM_ARCH_REGS_DSC_H #ifndef __ASM_ARCH_REGS_DSC_H

View File

@ -1,11 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright (c) 2004 Simtec Electronics <linux@simtec.co.uk> * Copyright (c) 2004 Simtec Electronics <linux@simtec.co.uk>
* http://www.simtec.co.uk/products/SWLINUX/ * http://www.simtec.co.uk/products/SWLINUX/
* *
* 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 Memory Control register definitions * S3C2410 Memory Control register definitions
*/ */

View File

@ -1,14 +1,9 @@
/* linux/arch/arm/mach-s3c2410/s3c2410.c // SPDX-License-Identifier: GPL-2.0
* //
* Copyright (c) 2003-2005 Simtec Electronics // Copyright (c) 2003-2005 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> // Ben Dooks <ben@simtec.co.uk>
* //
* http://www.simtec.co.uk/products/EB2410ITX/ // http://www.simtec.co.uk/products/EB2410ITX/
*
* 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,10 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright (c) 2003-2006 Simtec Electronics <linux@simtec.co.uk> * Copyright (c) 2003-2006 Simtec Electronics <linux@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.
*/ */
#ifndef __ARCH_ARM_MACH_S3C24XX_S3C2412_POWER_H #ifndef __ARCH_ARM_MACH_S3C24XX_S3C2412_POWER_H

View File

@ -1,13 +1,9 @@
/* // SPDX-License-Identifier: GPL-2.0
* Copyright (c) 2006 Simtec Electronics //
* Ben Dooks <ben@simtec.co.uk> // Copyright (c) 2006 Simtec Electronics
* // 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>

View File

@ -1,26 +1,11 @@
/* linux/arch/arm/mach-s3c2416/s3c2416.c // SPDX-License-Identifier: GPL-2.0+
* //
* Copyright (c) 2009 Yauhen Kharuzhy <jekhor@gmail.com>, // Copyright (c) 2009 Yauhen Kharuzhy <jekhor@gmail.com>,
* as part of OpenInkpot project // as part of OpenInkpot project
* Copyright (c) 2009 Promwad Innovation Company // Copyright (c) 2009 Promwad Innovation Company
* Yauhen Kharuzhy <yauhen.kharuzhy@promwad.com> // Yauhen Kharuzhy <yauhen.kharuzhy@promwad.com>
* //
* Samsung S3C2416 Mobile CPU support // Samsung S3C2416 Mobile CPU support
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/types.h> #include <linux/types.h>

View File

@ -1,14 +1,9 @@
/* linux/arch/arm/mach-s3c2440/s3c2440.c // SPDX-License-Identifier: GPL-2.0
* //
* Copyright (c) 2004-2006 Simtec Electronics // Copyright (c) 2004-2006 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> // Ben Dooks <ben@simtec.co.uk>
* //
* Samsung S3C2440 Mobile CPU support // Samsung S3C2440 Mobile 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/kernel.h> #include <linux/kernel.h>
#include <linux/types.h> #include <linux/types.h>

View File

@ -1,25 +1,10 @@
/* linux/arch/arm/mach-s3c2442/s3c2442.c // SPDX-License-Identifier: GPL-2.0+
* //
* Copyright (c) 2004-2005 Simtec Electronics // Copyright (c) 2004-2005 Simtec Electronics
* http://armlinux.simtec.co.uk/ // http://armlinux.simtec.co.uk/
* Ben Dooks <ben@simtec.co.uk> // Ben Dooks <ben@simtec.co.uk>
* //
* S3C2442 core and lock support // S3C2442 core and lock support
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <linux/init.h> #include <linux/init.h>
#include <linux/module.h> #include <linux/module.h>

View File

@ -1,14 +1,9 @@
/* linux/arch/arm/mach-s3c2443/s3c2443.c // SPDX-License-Identifier: GPL-2.0
* //
* Copyright (c) 2007 Simtec Electronics // Copyright (c) 2007 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> // Ben Dooks <ben@simtec.co.uk>
* //
* Samsung S3C2443 Mobile CPU support // Samsung S3C2443 Mobile 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/kernel.h> #include <linux/kernel.h>
#include <linux/types.h> #include <linux/types.h>

View File

@ -1,14 +1,9 @@
/* linux/arch/arm/plat-s3c24xx/s3c244x.c // SPDX-License-Identifier: GPL-2.0
* //
* Copyright (c) 2004-2006 Simtec Electronics // Copyright (c) 2004-2006 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> // Ben Dooks <ben@simtec.co.uk>
* //
* Samsung S3C2440 and S3C2442 Mobile CPU support (not S3C2443) // Samsung S3C2440 and S3C2442 Mobile CPU support (not S3C2443)
*
* 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,12 +1,8 @@
/* // SPDX-License-Identifier: GPL-2.0
* Copyright (C) 2012 Sylwester Nawrocki <sylvester.nawrocki@gmail.com> //
* // Copyright (C) 2012 Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
* Helper functions for S3C24XX/S3C64XX SoC series CAMIF driver //
* // Helper functions for S3C24XX/S3C64XX SoC series CAMIF driver
* 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>

View File

@ -1,14 +1,9 @@
/* linux/arch/arm/plat-s3c24xx/setup-i2c.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>
* //
* S3C24XX Base setup for i2c device // S3C24XX Base setup for i2c 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/kernel.h> #include <linux/kernel.h>
#include <linux/gpio.h> #include <linux/gpio.h>

View File

@ -1,16 +1,11 @@
/* linux/arch/arm/plat-s3c2416/setup-sdhci-gpio.c // SPDX-License-Identifier: GPL-2.0
* //
* Copyright 2010 Promwad Innovation Company // Copyright 2010 Promwad Innovation Company
* Yauhen Kharuzhy <yauhen.kharuzhy@promwad.com> // Yauhen Kharuzhy <yauhen.kharuzhy@promwad.com>
* //
* S3C2416 - Helper functions for setting up SDHCI device(s) GPIO (HSMMC) // S3C2416 - Helper functions for setting up SDHCI device(s) GPIO (HSMMC)
* //
* Based on mach-s3c64xx/setup-sdhci-gpio.c // Based on mach-s3c64xx/setup-sdhci-gpio.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.
*/
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/types.h> #include <linux/types.h>

View File

@ -1,13 +1,9 @@
/* // SPDX-License-Identifier: GPL-2.0
* HS-SPI device setup for S3C2443/S3C2416 //
* // HS-SPI device setup for S3C2443/S3C2416
* Copyright (C) 2011 Samsung Electronics Ltd. //
* http://www.samsung.com/ // Copyright (C) 2011 Samsung Electronics Ltd.
* // 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 <linux/platform_device.h> #include <linux/platform_device.h>

View File

@ -1,14 +1,9 @@
/* linux/arch/arm/plat-s3c24xx/setup-ts.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/
* //
* Based on S3C24XX setup for i2c device // Based on S3C24XX setup for i2c 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/kernel.h> #include <linux/kernel.h>
#include <linux/gpio.h> #include <linux/gpio.h>

View File

@ -1,15 +1,10 @@
/* linux/arch/arm/plat-s3c24xx/simtec-audio.c // SPDX-License-Identifier: GPL-2.0
* //
* Copyright (c) 2009 Simtec Electronics // Copyright (c) 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>
* //
* Audio setup for various Simtec S3C24XX implementations // Audio setup for various Simtec S3C24XX implementations
*
* 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/interrupt.h> #include <linux/interrupt.h>

View File

@ -1,15 +1,10 @@
/* linux/arch/arm/mach-s3c2410/nor-simtec.c // 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>
* //
* Simtec NOR mapping // Simtec NOR mapping
*
* 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/types.h> #include <linux/types.h>

View File

@ -1,16 +1,11 @@
/* linux/arch/arm/plat-s3c24xx/pm-simtec.c // SPDX-License-Identifier: GPL-2.0
* //
* Copyright 2004 Simtec Electronics // Copyright 2004 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> // Ben Dooks <ben@simtec.co.uk>
* //
* http://armlinux.simtec.co.uk/ // http://armlinux.simtec.co.uk/
* //
* Power Management helpers for Simtec S3C24XX implementations // Power Management helpers for Simtec S3C24XX implementations
*
* 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,16 +1,11 @@
/* linux/arch/arm/mach-s3c2410/usb-simtec.c // SPDX-License-Identifier: GPL-2.0
* //
* Copyright 2004-2005 Simtec Electronics // Copyright 2004-2005 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> // Ben Dooks <ben@simtec.co.uk>
* //
* http://www.simtec.co.uk/products/EB2410ITX/ // http://www.simtec.co.uk/products/EB2410ITX/
* //
* Simtec BAST and Thorcom VR1000 USB port support functions // Simtec BAST and Thorcom VR1000 USB port support 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.
*/
#define DEBUG #define DEBUG

View File

@ -1,15 +1,11 @@
/* linux/arch/arm/mach-s3c2410/nor-simtec.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>
* *
* Simtec common functions * Simtec common 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.
*/
struct s3c24xx_audio_simtec_pdata; struct s3c24xx_audio_simtec_pdata;

View File

@ -1,5 +1,5 @@
/* linux/arch/arm/mach-s3c2410/sleep.S /* SPDX-License-Identifier: GPL-2.0+ */
* /*
* Copyright (c) 2004 Simtec Electronics * Copyright (c) 2004 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> * Ben Dooks <ben@simtec.co.uk>
* *
@ -8,21 +8,7 @@
* Based on PXA/SA1100 sleep code by: * Based on PXA/SA1100 sleep code by:
* Nicolas Pitre, (c) 2002 Monta Vista Software Inc * Nicolas Pitre, (c) 2002 Monta Vista Software Inc
* Cliff Brake, (c) 2001 * Cliff Brake, (c) 2001
* */
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <linux/linkage.h> #include <linux/linkage.h>
#include <linux/serial_s3c.h> #include <linux/serial_s3c.h>

View File

@ -1,24 +1,10 @@
/* linux/arch/arm/mach-s3c2412/sleep.S /* SPDX-License-Identifier: GPL-2.0+ */
* /*
* Copyright (c) 2007 Simtec Electronics * Copyright (c) 2007 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> * Ben Dooks <ben@simtec.co.uk>
* *
* S3C2412 Power Manager low-level sleep support * S3C2412 Power Manager low-level sleep support
* */
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <linux/linkage.h> #include <linux/linkage.h>
#include <asm/assembler.h> #include <asm/assembler.h>

View File

@ -1,5 +1,5 @@
/* linux/arch/arm/plat-s3c24xx/sleep.S /* SPDX-License-Identifier: GPL-2.0+ */
* /*
* Copyright (c) 2004 Simtec Electronics * Copyright (c) 2004 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> * Ben Dooks <ben@simtec.co.uk>
* *
@ -8,21 +8,7 @@
* Based on PXA/SA1100 sleep code by: * Based on PXA/SA1100 sleep code by:
* Nicolas Pitre, (c) 2002 Monta Vista Software Inc * Nicolas Pitre, (c) 2002 Monta Vista Software Inc
* Cliff Brake, (c) 2001 * Cliff Brake, (c) 2001
* */
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <linux/linkage.h> #include <linux/linkage.h>
#include <linux/serial_s3c.h> #include <linux/serial_s3c.h>

View File

@ -1,9 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright (C) 2012 Heiko Stuebner <heiko@sntech.de> * Copyright (C) 2012 Heiko Stuebner <heiko@sntech.de>
*
* 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_SPI_CORE_H #ifndef __PLAT_S3C_SPI_CORE_H

View File

@ -1,17 +1,12 @@
/* SPDX-License-Identifier: GPL-2.0 */
/* arch/arm/mach-s3c2410/include/mach/vr1000-cpld.h /*
*
* Copyright (c) 2003 Simtec Electronics * Copyright (c) 2003 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> * Ben Dooks <ben@simtec.co.uk>
* *
* VR1000 - CPLD control constants * VR1000 - CPLD control constants
* Machine VR1000 - IRQ Number definitions * Machine VR1000 - IRQ Number definitions
* Machine VR1000 - Memory map definitions * Machine VR1000 - 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 __MACH_S3C24XX_VR1000_H #ifndef __MACH_S3C24XX_VR1000_H
#define __MACH_S3C24XX_VR1000_H __FILE__ #define __MACH_S3C24XX_VR1000_H __FILE__