Commit 6a0abce4 authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Linus Torvalds

sh: include: convert to SPDX identifiers

Update license to use SPDX-License-Identifier instead of verbose license
text.

Link: http://lkml.kernel.org/r/87ftvccszx.wl-kuninori.morimoto.gx@renesas.comSigned-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: default avatarSimon Horman <horms+renesas@verge.net.au>
Cc: Rich Felker <dalias@libc.org>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent ff4a7481
# SPDX-License-Identifier: GPL-2.0
generated-y += syscall_table.h generated-y += syscall_table.h
generic-y += compat.h generic-y += compat.h
generic-y += current.h generic-y += current.h
......
/* /* SPDX-License-Identifier: GPL-2.0
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
* *
* Copyright (C) 1999 by Kaz Kojima * Copyright (C) 1999 by Kaz Kojima
* *
......
/* SPDX-License-Identifier: GPL-2.0 */
#include <generated/asm-offsets.h> #include <generated/asm-offsets.h>
/* /* SPDX-License-Identifier: GPL-2.0
*
* Copyright (C) 2000, 2001 Paolo Alberelli * Copyright (C) 2000, 2001 Paolo Alberelli
* Copyright (C) 2003 Paul Mundt * Copyright (C) 2003 Paul Mundt
* Copyright (C) 2004 Richard Curnow * Copyright (C) 2004 Richard Curnow
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#ifndef __ASM_SH_BL_BIT_64_H #ifndef __ASM_SH_BL_BIT_64_H
#define __ASM_SH_BL_BIT_64_H #define __ASM_SH_BL_BIT_64_H
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* Copyright (C) 2000, 2001 Paolo Alberelli * Copyright (C) 2000, 2001 Paolo Alberelli
* Copyright (C) 2003 Paul Mundt * Copyright (C) 2003 Paul Mundt
* Copyright (C) 2004 Richard Curnow * Copyright (C) 2004 Richard Curnow
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#ifndef __ASM_SH_CACHE_INSNS_64_H #ifndef __ASM_SH_CACHE_INSNS_64_H
#define __ASM_SH_CACHE_INSNS_64_H #define __ASM_SH_CACHE_INSNS_64_H
......
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_SH_CHECKSUM_H #ifndef __ASM_SH_CHECKSUM_H
#define __ASM_SH_CHECKSUM_H #define __ASM_SH_CHECKSUM_H
/* /*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 1999 by Kaz Kojima & Niibe Yutaka * Copyright (C) 1999 by Kaz Kojima & Niibe Yutaka
*/ */
......
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_SH_CMPXCHG_XCHG_H #ifndef __ASM_SH_CMPXCHG_XCHG_H
#define __ASM_SH_CMPXCHG_XCHG_H #define __ASM_SH_CMPXCHG_XCHG_H
/* /*
* Copyright (C) 2016 Red Hat, Inc. * Copyright (C) 2016 Red Hat, Inc.
* Author: Michael S. Tsirkin <mst@redhat.com> * Author: Michael S. Tsirkin <mst@redhat.com>
*
* This work is licensed under the terms of the GNU GPL, version 2. See the
* file "COPYING" in the main directory of this archive for more details.
*/ */
#include <linux/bits.h> #include <linux/bits.h>
#include <linux/compiler.h> #include <linux/compiler.h>
......
/* /* SPDX-License-Identifier: GPL-2.0
* Arch specific extensions to struct device
* *
* This file is released under the GPLv2 * Arch specific extensions to struct device
*/ */
#ifndef __ASM_SH_DEVICE_H #ifndef __ASM_SH_DEVICE_H
#define __ASM_SH_DEVICE_H #define __ASM_SH_DEVICE_H
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* Common header for the legacy SH DMA driver and the new dmaengine driver * Common header for the legacy SH DMA driver and the new dmaengine driver
* *
* extracted from arch/sh/include/asm/dma-sh.h: * extracted from arch/sh/include/asm/dma-sh.h:
* *
* Copyright (C) 2000 Takashi YOSHII * Copyright (C) 2000 Takashi YOSHII
* Copyright (C) 2003 Paul Mundt * Copyright (C) 2003 Paul Mundt
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#ifndef DMA_REGISTER_H #ifndef DMA_REGISTER_H
#define DMA_REGISTER_H #define DMA_REGISTER_H
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* include/asm-sh/dma.h * include/asm-sh/dma.h
* *
* Copyright (C) 2003, 2004 Paul Mundt * Copyright (C) 2003, 2004 Paul Mundt
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#ifndef __ASM_SH_DMA_H #ifndef __ASM_SH_DMA_H
#define __ASM_SH_DMA_H #define __ASM_SH_DMA_H
......
/* /* SPDX-License-Identifier: GPL-2.0
* Copyright (C) 2009 Matt Fleming <matt@console-pimps.org>
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
* *
* Copyright (C) 2009 Matt Fleming <matt@console-pimps.org>
*/ */
#ifndef __ASM_SH_DWARF_H #ifndef __ASM_SH_DWARF_H
#define __ASM_SH_DWARF_H #define __ASM_SH_DWARF_H
......
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_FB_H_ #ifndef _ASM_FB_H_
#define _ASM_FB_H_ #define _ASM_FB_H_
......
/* /* SPDX-License-Identifier: GPL-2.0
* fixmap.h: compile-time virtual memory allocation
* *
* This file is subject to the terms and conditions of the GNU General Public * fixmap.h: compile-time virtual memory allocation
* License. See the file "COPYING" in the main directory of this archive
* for more details.
* *
* Copyright (C) 1998 Ingo Molnar * Copyright (C) 1998 Ingo Molnar
* *
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* include/asm-sh/flat.h * include/asm-sh/flat.h
* *
* uClinux flat-format executables * uClinux flat-format executables
* *
* Copyright (C) 2003 Paul Mundt * Copyright (C) 2003 Paul Mundt
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive for
* more details.
*/ */
#ifndef __ASM_SH_FLAT_H #ifndef __ASM_SH_FLAT_H
#define __ASM_SH_FLAT_H #define __ASM_SH_FLAT_H
......
/* /* SPDX-License-Identifier: GPL-2.0+
*
* include/asm-sh/freq.h * include/asm-sh/freq.h
* *
* Copyright (C) 2002, 2003 Paul Mundt * Copyright (C) 2002, 2003 Paul Mundt
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) any later version.
*/ */
#ifndef __ASM_SH_FREQ_H #ifndef __ASM_SH_FREQ_H
#define __ASM_SH_FREQ_H #define __ASM_SH_FREQ_H
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* include/asm-sh/gpio.h * include/asm-sh/gpio.h
* *
* Generic GPIO API and pinmux table support for SuperH. * Generic GPIO API and pinmux table support for SuperH.
* *
* Copyright (c) 2008 Magnus Damm * Copyright (c) 2008 Magnus Damm
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#ifndef __ASM_SH_GPIO_H #ifndef __ASM_SH_GPIO_H
#define __ASM_SH_GPIO_H #define __ASM_SH_GPIO_H
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* include/asm-sh/machvec.h * include/asm-sh/machvec.h
* *
* Copyright 2000 Stuart Menefy (stuart.menefy@st.com) * Copyright 2000 Stuart Menefy (stuart.menefy@st.com)
*
* May be copied or modified under the terms of the GNU General Public
* License. See linux/COPYING for more information.
*/ */
#ifndef _ASM_SH_MACHVEC_H #ifndef _ASM_SH_MACHVEC_H
......
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_SH_MMU_CONTEXT_64_H #ifndef __ASM_SH_MMU_CONTEXT_64_H
#define __ASM_SH_MMU_CONTEXT_64_H #define __ASM_SH_MMU_CONTEXT_64_H
...@@ -6,10 +7,6 @@ ...@@ -6,10 +7,6 @@
* *
* Copyright (C) 2000, 2001 Paolo Alberelli * Copyright (C) 2000, 2001 Paolo Alberelli
* Copyright (C) 2003 - 2007 Paul Mundt * Copyright (C) 2003 - 2007 Paul Mundt
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#include <cpu/registers.h> #include <cpu/registers.h>
#include <asm/cacheflush.h> #include <asm/cacheflush.h>
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* This file contains the functions and defines necessary to modify and * This file contains the functions and defines necessary to modify and
* use the SuperH page table tree. * use the SuperH page table tree.
* *
* Copyright (C) 1999 Niibe Yutaka * Copyright (C) 1999 Niibe Yutaka
* Copyright (C) 2002 - 2007 Paul Mundt * Copyright (C) 2002 - 2007 Paul Mundt
*
* This file is subject to the terms and conditions of the GNU General
* Public License. See the file "COPYING" in the main directory of this
* archive for more details.
*/ */
#ifndef __ASM_SH_PGTABLE_H #ifndef __ASM_SH_PGTABLE_H
#define __ASM_SH_PGTABLE_H #define __ASM_SH_PGTABLE_H
......
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_SH_PGTABLE_64_H #ifndef __ASM_SH_PGTABLE_64_H
#define __ASM_SH_PGTABLE_64_H #define __ASM_SH_PGTABLE_64_H
...@@ -10,10 +11,6 @@ ...@@ -10,10 +11,6 @@
* Copyright (C) 2000, 2001 Paolo Alberelli * Copyright (C) 2000, 2001 Paolo Alberelli
* Copyright (C) 2003, 2004 Paul Mundt * Copyright (C) 2003, 2004 Paul Mundt
* Copyright (C) 2003, 2004 Richard Curnow * Copyright (C) 2003, 2004 Richard Curnow
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#include <linux/threads.h> #include <linux/threads.h>
#include <asm/processor.h> #include <asm/processor.h>
......
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_SH_PROCESSOR_64_H #ifndef __ASM_SH_PROCESSOR_64_H
#define __ASM_SH_PROCESSOR_64_H #define __ASM_SH_PROCESSOR_64_H
...@@ -7,10 +8,6 @@ ...@@ -7,10 +8,6 @@
* Copyright (C) 2000, 2001 Paolo Alberelli * Copyright (C) 2000, 2001 Paolo Alberelli
* Copyright (C) 2003 Paul Mundt * Copyright (C) 2003 Paul Mundt
* Copyright (C) 2004 Richard Curnow * Copyright (C) 2004 Richard Curnow
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#ifndef __ASSEMBLY__ #ifndef __ASSEMBLY__
......
/* Machine-dependent software floating-point definitions. /* SPDX-License-Identifier: GPL-2.0+
*
* Machine-dependent software floating-point definitions.
SuperH kernel version. SuperH kernel version.
Copyright (C) 1997,1998,1999 Free Software Foundation, Inc. Copyright (C) 1997,1998,1999 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
...@@ -6,21 +8,7 @@ ...@@ -6,21 +8,7 @@
Jakub Jelinek (jj@ultra.linux.cz), Jakub Jelinek (jj@ultra.linux.cz),
David S. Miller (davem@redhat.com) and David S. Miller (davem@redhat.com) and
Peter Maydell (pmaydell@chiark.greenend.org.uk). Peter Maydell (pmaydell@chiark.greenend.org.uk).
*/
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version.
The GNU C Library 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
Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with the GNU C Library; see the file COPYING.LIB. If
not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#ifndef _SFP_MACHINE_H #ifndef _SFP_MACHINE_H
#define _SFP_MACHINE_H #define _SFP_MACHINE_H
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* include/asm-sh/shmparam.h * include/asm-sh/shmparam.h
* *
* Copyright (C) 1999 Niibe Yutaka * Copyright (C) 1999 Niibe Yutaka
* Copyright (C) 2006 Paul Mundt * Copyright (C) 2006 Paul Mundt
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#ifndef __ASM_SH_SHMPARAM_H #ifndef __ASM_SH_SHMPARAM_H
#define __ASM_SH_SHMPARAM_H #define __ASM_SH_SHMPARAM_H
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* platform header for the SIU ASoC driver * platform header for the SIU ASoC driver
* *
* Copyright (C) 2009-2010 Guennadi Liakhovetski <g.liakhovetski@gmx.de> * Copyright (C) 2009-2010 Guennadi Liakhovetski <g.liakhovetski@gmx.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 ASM_SIU_H #ifndef ASM_SIU_H
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* include/asm-sh/spinlock-cas.h * include/asm-sh/spinlock-cas.h
* *
* Copyright (C) 2015 SEI * Copyright (C) 2015 SEI
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#ifndef __ASM_SH_SPINLOCK_CAS_H #ifndef __ASM_SH_SPINLOCK_CAS_H
#define __ASM_SH_SPINLOCK_CAS_H #define __ASM_SH_SPINLOCK_CAS_H
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* include/asm-sh/spinlock-llsc.h * include/asm-sh/spinlock-llsc.h
* *
* Copyright (C) 2002, 2003 Paul Mundt * Copyright (C) 2002, 2003 Paul Mundt
* Copyright (C) 2006, 2007 Akio Idehara * Copyright (C) 2006, 2007 Akio Idehara
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#ifndef __ASM_SH_SPINLOCK_LLSC_H #ifndef __ASM_SH_SPINLOCK_LLSC_H
#define __ASM_SH_SPINLOCK_LLSC_H #define __ASM_SH_SPINLOCK_LLSC_H
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* include/asm-sh/spinlock.h * include/asm-sh/spinlock.h
* *
* Copyright (C) 2002, 2003 Paul Mundt * Copyright (C) 2002, 2003 Paul Mundt
* Copyright (C) 2006, 2007 Akio Idehara * Copyright (C) 2006, 2007 Akio Idehara
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#ifndef __ASM_SH_SPINLOCK_H #ifndef __ASM_SH_SPINLOCK_H
#define __ASM_SH_SPINLOCK_H #define __ASM_SH_SPINLOCK_H
......
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_SH_STRING_H #ifndef __ASM_SH_STRING_H
#define __ASM_SH_STRING_H #define __ASM_SH_STRING_H
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* Copyright (C) 2000, 2001 Paolo Alberelli * Copyright (C) 2000, 2001 Paolo Alberelli
* Copyright (C) 2003 Paul Mundt * Copyright (C) 2003 Paul Mundt
* Copyright (C) 2004 Richard Curnow * Copyright (C) 2004 Richard Curnow
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#ifndef __ASM_SH_SWITCH_TO_H #ifndef __ASM_SH_SWITCH_TO_H
#define __ASM_SH_SWITCH_TO_H #define __ASM_SH_SWITCH_TO_H
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* Copyright (C) 2000, 2001 Paolo Alberelli * Copyright (C) 2000, 2001 Paolo Alberelli
* Copyright (C) 2003 Paul Mundt * Copyright (C) 2003 Paul Mundt
* Copyright (C) 2004 Richard Curnow * Copyright (C) 2004 Richard Curnow
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#ifndef __ASM_SH_SWITCH_TO_64_H #ifndef __ASM_SH_SWITCH_TO_64_H
#define __ASM_SH_SWITCH_TO_64_H #define __ASM_SH_SWITCH_TO_64_H
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* include/asm-sh/tlb_64.h * include/asm-sh/tlb_64.h
* *
* Copyright (C) 2003 Paul Mundt * Copyright (C) 2003 Paul Mundt
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#ifndef __ASM_SH_TLB_64_H #ifndef __ASM_SH_TLB_64_H
#define __ASM_SH_TLB_64_H #define __ASM_SH_TLB_64_H
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* Copyright (C) 2000, 2001 Paolo Alberelli * Copyright (C) 2000, 2001 Paolo Alberelli
* Copyright (C) 2003 Paul Mundt * Copyright (C) 2003 Paul Mundt
* Copyright (C) 2004 Richard Curnow * Copyright (C) 2004 Richard Curnow
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#ifndef __ASM_SH_TRAPS_64_H #ifndef __ASM_SH_TRAPS_64_H
#define __ASM_SH_TRAPS_64_H #define __ASM_SH_TRAPS_64_H
......
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_SH_UACCESS_64_H #ifndef __ASM_SH_UACCESS_64_H
#define __ASM_SH_UACCESS_64_H #define __ASM_SH_UACCESS_64_H
...@@ -15,10 +16,6 @@ ...@@ -15,10 +16,6 @@
* MIPS implementation version 1.15 by * MIPS implementation version 1.15 by
* Copyright (C) 1996, 1997, 1998 by Ralf Baechle * Copyright (C) 1996, 1997, 1998 by Ralf Baechle
* and i386 version. * and i386 version.
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#define __get_user_size(x,ptr,size,retval) \ #define __get_user_size(x,ptr,size,retval) \
......
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_SH_VGA_H #ifndef __ASM_SH_VGA_H
#define __ASM_SH_VGA_H #define __ASM_SH_VGA_H
......
/* /* SPDX-License-Identifier: GPL-2.0+
*
* include/asm-sh/watchdog.h * include/asm-sh/watchdog.h
* *
* Copyright (C) 2002, 2003 Paul Mundt * Copyright (C) 2002, 2003 Paul Mundt
* Copyright (C) 2009 Siemens AG * Copyright (C) 2009 Siemens AG
* Copyright (C) 2009 Valentin Sitdikov * Copyright (C) 2009 Valentin Sitdikov
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) any later version.
*/ */
#ifndef __ASM_SH_WATCHDOG_H #ifndef __ASM_SH_WATCHDOG_H
#define __ASM_SH_WATCHDOG_H #define __ASM_SH_WATCHDOG_H
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* Definitions for the address spaces of the SH-2 CPUs. * Definitions for the address spaces of the SH-2 CPUs.
* *
* Copyright (C) 2003 Paul Mundt * Copyright (C) 2003 Paul Mundt
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#ifndef __ASM_CPU_SH2_ADDRSPACE_H #ifndef __ASM_CPU_SH2_ADDRSPACE_H
#define __ASM_CPU_SH2_ADDRSPACE_H #define __ASM_CPU_SH2_ADDRSPACE_H
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* include/asm-sh/cpu-sh2/mmu_context.h * include/asm-sh/cpu-sh2/mmu_context.h
* *
* Copyright (C) 2003 Paul Mundt * Copyright (C) 2003 Paul Mundt
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#ifndef __ASM_CPU_SH2_MMU_CONTEXT_H #ifndef __ASM_CPU_SH2_MMU_CONTEXT_H
#define __ASM_CPU_SH2_MMU_CONTEXT_H #define __ASM_CPU_SH2_MMU_CONTEXT_H
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* SH Pin Function Control Initialization * SH Pin Function Control Initialization
* *
* Copyright (C) 2012 Renesas Solutions Corp. * Copyright (C) 2012 Renesas Solutions Corp.
*
* 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; 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.
*/ */
#ifndef __ARCH_SH_CPU_PFC_H__ #ifndef __ARCH_SH_CPU_PFC_H__
......
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_CPU_SH2_TIMER_H #ifndef __ASM_CPU_SH2_TIMER_H
#define __ASM_CPU_SH2_TIMER_H #define __ASM_CPU_SH2_TIMER_H
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* include/asm-sh/cpu-sh2/cache.h * include/asm-sh/cpu-sh2/cache.h
* *
* Copyright (C) 2003 Paul Mundt * Copyright (C) 2003 Paul Mundt
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#ifndef __ASM_CPU_SH2_CACHE_H #ifndef __ASM_CPU_SH2_CACHE_H
#define __ASM_CPU_SH2_CACHE_H #define __ASM_CPU_SH2_CACHE_H
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* include/asm-sh/cpu-sh2/freq.h * include/asm-sh/cpu-sh2/freq.h
* *
* Copyright (C) 2006 Yoshinori Sato * Copyright (C) 2006 Yoshinori Sato
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#ifndef __ASM_CPU_SH2_FREQ_H #ifndef __ASM_CPU_SH2_FREQ_H
#define __ASM_CPU_SH2_FREQ_H #define __ASM_CPU_SH2_FREQ_H
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* include/asm-sh/cpu-sh2/watchdog.h * include/asm-sh/cpu-sh2/watchdog.h
* *
* Copyright (C) 2002, 2003 Paul Mundt * Copyright (C) 2002, 2003 Paul Mundt
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#ifndef __ASM_CPU_SH2_WATCHDOG_H #ifndef __ASM_CPU_SH2_WATCHDOG_H
#define __ASM_CPU_SH2_WATCHDOG_H #define __ASM_CPU_SH2_WATCHDOG_H
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* include/asm-sh/cpu-sh2a/cache.h * include/asm-sh/cpu-sh2a/cache.h
* *
* Copyright (C) 2004 Paul Mundt * Copyright (C) 2004 Paul Mundt
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#ifndef __ASM_CPU_SH2A_CACHE_H #ifndef __ASM_CPU_SH2A_CACHE_H
#define __ASM_CPU_SH2A_CACHE_H #define __ASM_CPU_SH2A_CACHE_H
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* include/asm-sh/cpu-sh2a/freq.h * include/asm-sh/cpu-sh2a/freq.h
* *
* Copyright (C) 2006 Yoshinori Sato * Copyright (C) 2006 Yoshinori Sato
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#ifndef __ASM_CPU_SH2A_FREQ_H #ifndef __ASM_CPU_SH2A_FREQ_H
#define __ASM_CPU_SH2A_FREQ_H #define __ASM_CPU_SH2A_FREQ_H
......
/* SPDX-License-Identifier: GPL-2.0 */
#include <cpu-sh2/cpu/watchdog.h> #include <cpu-sh2/cpu/watchdog.h>
/* /* SPDX-License-Identifier: GPL-2.0
*
* include/asm-sh/cpu-sh3/cache.h * include/asm-sh/cpu-sh3/cache.h
* *
* Copyright (C) 1999 Niibe Yutaka * Copyright (C) 1999 Niibe Yutaka
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#ifndef __ASM_CPU_SH3_CACHE_H #ifndef __ASM_CPU_SH3_CACHE_H
#define __ASM_CPU_SH3_CACHE_H #define __ASM_CPU_SH3_CACHE_H
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* SH3 CPU-specific DMA definitions, used by both DMA drivers * SH3 CPU-specific DMA definitions, used by both DMA drivers
* *
* Copyright (C) 2010 Guennadi Liakhovetski <g.liakhovetski@gmx.de> * Copyright (C) 2010 Guennadi Liakhovetski <g.liakhovetski@gmx.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 CPU_DMA_REGISTER_H #ifndef CPU_DMA_REGISTER_H
#define CPU_DMA_REGISTER_H #define CPU_DMA_REGISTER_H
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* include/asm-sh/cpu-sh3/freq.h * include/asm-sh/cpu-sh3/freq.h
* *
* Copyright (C) 2002, 2003 Paul Mundt * Copyright (C) 2002, 2003 Paul Mundt
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#ifndef __ASM_CPU_SH3_FREQ_H #ifndef __ASM_CPU_SH3_FREQ_H
#define __ASM_CPU_SH3_FREQ_H #define __ASM_CPU_SH3_FREQ_H
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* include/asm-sh/cpu-sh3/gpio.h * include/asm-sh/cpu-sh3/gpio.h
* *
* Copyright (C) 2007 Markus Brunner, Mark Jonas * Copyright (C) 2007 Markus Brunner, Mark Jonas
* *
* Addresses for the Pin Function Controller * Addresses for the Pin Function Controller
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#ifndef _CPU_SH3_GPIO_H #ifndef _CPU_SH3_GPIO_H
#define _CPU_SH3_GPIO_H #define _CPU_SH3_GPIO_H
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* include/asm-sh/cpu-sh3/mmu_context.h * include/asm-sh/cpu-sh3/mmu_context.h
* *
* Copyright (C) 1999 Niibe Yutaka * Copyright (C) 1999 Niibe Yutaka
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#ifndef __ASM_CPU_SH3_MMU_CONTEXT_H #ifndef __ASM_CPU_SH3_MMU_CONTEXT_H
#define __ASM_CPU_SH3_MMU_CONTEXT_H #define __ASM_CPU_SH3_MMU_CONTEXT_H
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* include/asm-sh/cpu-sh3/watchdog.h * include/asm-sh/cpu-sh3/watchdog.h
* *
* Copyright (C) 2002, 2003 Paul Mundt * Copyright (C) 2002, 2003 Paul Mundt
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#ifndef __ASM_CPU_SH3_WATCHDOG_H #ifndef __ASM_CPU_SH3_WATCHDOG_H
#define __ASM_CPU_SH3_WATCHDOG_H #define __ASM_CPU_SH3_WATCHDOG_H
......
/* /* SPDX-License-Identifier: GPL-2.0
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
* *
* Copyright (C) 1999 by Kaz Kojima * Copyright (C) 1999 by Kaz Kojima
* *
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* include/asm-sh/cpu-sh4/cache.h * include/asm-sh/cpu-sh4/cache.h
* *
* Copyright (C) 1999 Niibe Yutaka * Copyright (C) 1999 Niibe Yutaka
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#ifndef __ASM_CPU_SH4_CACHE_H #ifndef __ASM_CPU_SH4_CACHE_H
#define __ASM_CPU_SH4_CACHE_H #define __ASM_CPU_SH4_CACHE_H
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* SH4 CPU-specific DMA definitions, used by both DMA drivers * SH4 CPU-specific DMA definitions, used by both DMA drivers
* *
* Copyright (C) 2010 Guennadi Liakhovetski <g.liakhovetski@gmx.de> * Copyright (C) 2010 Guennadi Liakhovetski <g.liakhovetski@gmx.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 CPU_DMA_REGISTER_H #ifndef CPU_DMA_REGISTER_H
#define CPU_DMA_REGISTER_H #define CPU_DMA_REGISTER_H
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* linux/arch/sh/kernel/cpu/sh4/sh4_fpu.h * linux/arch/sh/kernel/cpu/sh4/sh4_fpu.h
* *
* Copyright (C) 2006 STMicroelectronics Limited * Copyright (C) 2006 STMicroelectronics Limited
* Author: Carl Shaw <carl.shaw@st.com> * Author: Carl Shaw <carl.shaw@st.com>
* *
* May be copied or modified under the terms of the GNU General Public
* License Version 2. See linux/COPYING for more information.
*
* Definitions for SH4 FPU operations * Definitions for SH4 FPU operations
*/ */
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* include/asm-sh/cpu-sh4/freq.h * include/asm-sh/cpu-sh4/freq.h
* *
* Copyright (C) 2002, 2003 Paul Mundt * Copyright (C) 2002, 2003 Paul Mundt
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#ifndef __ASM_CPU_SH4_FREQ_H #ifndef __ASM_CPU_SH4_FREQ_H
#define __ASM_CPU_SH4_FREQ_H #define __ASM_CPU_SH4_FREQ_H
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* include/asm-sh/cpu-sh4/mmu_context.h * include/asm-sh/cpu-sh4/mmu_context.h
* *
* Copyright (C) 1999 Niibe Yutaka * Copyright (C) 1999 Niibe Yutaka
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#ifndef __ASM_CPU_SH4_MMU_CONTEXT_H #ifndef __ASM_CPU_SH4_MMU_CONTEXT_H
#define __ASM_CPU_SH4_MMU_CONTEXT_H #define __ASM_CPU_SH4_MMU_CONTEXT_H
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* SH7786 Pinmux * SH7786 Pinmux
* *
* Copyright (C) 2008, 2009 Renesas Solutions Corp. * Copyright (C) 2008, 2009 Renesas Solutions Corp.
* Kuninori Morimoto <morimoto.kuninori@renesas.com> * Kuninori Morimoto <morimoto.kuninori@renesas.com>
* *
* Based on sh7785.h * Based on sh7785.h
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#ifndef __CPU_SH7786_H__ #ifndef __CPU_SH7786_H__
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* include/asm-sh/cpu-sh4/sq.h * include/asm-sh/cpu-sh4/sq.h
* *
* Copyright (C) 2001, 2002, 2003 Paul Mundt * Copyright (C) 2001, 2002, 2003 Paul Mundt
* Copyright (C) 2001, 2002 M. R. Brown * Copyright (C) 2001, 2002 M. R. Brown
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#ifndef __ASM_CPU_SH4_SQ_H #ifndef __ASM_CPU_SH4_SQ_H
#define __ASM_CPU_SH4_SQ_H #define __ASM_CPU_SH4_SQ_H
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* include/asm-sh/cpu-sh4/watchdog.h * include/asm-sh/cpu-sh4/watchdog.h
* *
* Copyright (C) 2002, 2003 Paul Mundt * Copyright (C) 2002, 2003 Paul Mundt
* Copyright (C) 2009 Siemens AG * Copyright (C) 2009 Siemens AG
* Copyright (C) 2009 Sitdikov Valentin * Copyright (C) 2009 Sitdikov Valentin
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#ifndef __ASM_CPU_SH4_WATCHDOG_H #ifndef __ASM_CPU_SH4_WATCHDOG_H
#define __ASM_CPU_SH4_WATCHDOG_H #define __ASM_CPU_SH4_WATCHDOG_H
......
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_SH_CPU_SH5_CACHE_H #ifndef __ASM_SH_CPU_SH5_CACHE_H
#define __ASM_SH_CPU_SH5_CACHE_H #define __ASM_SH_CPU_SH5_CACHE_H
...@@ -6,10 +7,6 @@ ...@@ -6,10 +7,6 @@
* *
* Copyright (C) 2000, 2001 Paolo Alberelli * Copyright (C) 2000, 2001 Paolo Alberelli
* Copyright (C) 2003, 2004 Paul Mundt * Copyright (C) 2003, 2004 Paul Mundt
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#define L1_CACHE_SHIFT 5 #define L1_CACHE_SHIFT 5
......
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_SH_CPU_SH5_IRQ_H #ifndef __ASM_SH_CPU_SH5_IRQ_H
#define __ASM_SH_CPU_SH5_IRQ_H #define __ASM_SH_CPU_SH5_IRQ_H
...@@ -5,10 +6,6 @@ ...@@ -5,10 +6,6 @@
* include/asm-sh/cpu-sh5/irq.h * include/asm-sh/cpu-sh5/irq.h
* *
* Copyright (C) 2000, 2001 Paolo Alberelli * Copyright (C) 2000, 2001 Paolo Alberelli
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
......
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_SH_CPU_SH5_REGISTERS_H #ifndef __ASM_SH_CPU_SH5_REGISTERS_H
#define __ASM_SH_CPU_SH5_REGISTERS_H #define __ASM_SH_CPU_SH5_REGISTERS_H
...@@ -6,10 +7,6 @@ ...@@ -6,10 +7,6 @@
* *
* Copyright (C) 2000, 2001 Paolo Alberelli * Copyright (C) 2000, 2001 Paolo Alberelli
* Copyright (C) 2004 Richard Curnow * Copyright (C) 2004 Richard Curnow
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#ifdef __ASSEMBLY__ #ifdef __ASSEMBLY__
......
/* SPDX-License-Identifier: GPL-2.0
*
* Copyright (C) 2003, 2004, 2005 Andriy Skulysh
*/
#ifndef __ASM_SH_HP6XX_H #ifndef __ASM_SH_HP6XX_H
#define __ASM_SH_HP6XX_H #define __ASM_SH_HP6XX_H
/*
* Copyright (C) 2003, 2004, 2005 Andriy Skulysh
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
*/
#include <linux/sh_intc.h> #include <linux/sh_intc.h>
#define HP680_BTN_IRQ evt2irq(0x600) /* IRQ0_IRQ */ #define HP680_BTN_IRQ evt2irq(0x600) /* IRQ0_IRQ */
......
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_SH_LBOXRE2_H #ifndef __ASM_SH_LBOXRE2_H
#define __ASM_SH_LBOXRE2_H #define __ASM_SH_LBOXRE2_H
...@@ -5,11 +6,6 @@ ...@@ -5,11 +6,6 @@
* Copyright (C) 2007 Nobuhiro Iwamatsu * Copyright (C) 2007 Nobuhiro Iwamatsu
* *
* NTT COMWARE L-BOX RE2 support * NTT COMWARE L-BOX RE2 support
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
*/ */
#include <linux/sh_intc.h> #include <linux/sh_intc.h>
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* include/asm-sh/magicpanelr2.h * include/asm-sh/magicpanelr2.h
* *
* Copyright (C) 2007 Markus Brunner, Mark Jonas * Copyright (C) 2007 Markus Brunner, Mark Jonas
* *
* I/O addresses and bitmasks for Magic Panel Release 2 board * I/O addresses and bitmasks for Magic Panel Release 2 board
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#ifndef __ASM_SH_MAGICPANELR2_H #ifndef __ASM_SH_MAGICPANELR2_H
......
/* /* SPDX-License-Identifier: GPL-2.0
* SH version cribbed from the MIPS copy:
* *
* This file is subject to the terms and conditions of the GNU General Public * SH version cribbed from the MIPS copy:
* License. See the file "COPYING" in the main directory of this archive
* for more details.
* *
* Copyright (C) 2003, 2004 Ralf Baechle * Copyright (C) 2003, 2004 Ralf Baechle
*/ */
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* linux/include/asm-sh/microdev.h * linux/include/asm-sh/microdev.h
* *
* Copyright (C) 2003 Sean McGoogan (Sean.McGoogan@superh.com) * Copyright (C) 2003 Sean McGoogan (Sean.McGoogan@superh.com)
* *
* Definitions for the SuperH SH4-202 MicroDev board. * Definitions for the SuperH SH4-202 MicroDev board.
*
* May be copied or modified under the terms of the GNU General Public
* License. See linux/COPYING for more information.
*/ */
#ifndef __ASM_SH_MICRODEV_H #ifndef __ASM_SH_MICRODEV_H
#define __ASM_SH_MICRODEV_H #define __ASM_SH_MICRODEV_H
......
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_SH_RENESAS_SDK7780_H #ifndef __ASM_SH_RENESAS_SDK7780_H
#define __ASM_SH_RENESAS_SDK7780_H #define __ASM_SH_RENESAS_SDK7780_H
...@@ -6,10 +7,6 @@ ...@@ -6,10 +7,6 @@
* *
* Renesas Solutions SH7780 SDK Support * Renesas Solutions SH7780 SDK Support
* Copyright (C) 2008 Nicholas Beck <nbeck@mpc-data.co.uk> * Copyright (C) 2008 Nicholas Beck <nbeck@mpc-data.co.uk>
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#include <linux/sh_intc.h> #include <linux/sh_intc.h>
#include <asm/addrspace.h> #include <asm/addrspace.h>
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* include/asm-sh/snapgear.h * include/asm-sh/snapgear.h
* *
* Modified version of io_se.h for the snapgear-specific functions. * Modified version of io_se.h for the snapgear-specific functions.
* *
* May be copied or modified under the terms of the GNU General Public
* License. See linux/COPYING for more information.
*
* IO functions for a SnapGear * IO functions for a SnapGear
*/ */
......
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_SH_SH7763RDP_H #ifndef __ASM_SH_SH7763RDP_H
#define __ASM_SH_SH7763RDP_H #define __ASM_SH_SH7763RDP_H
...@@ -6,11 +7,6 @@ ...@@ -6,11 +7,6 @@
* *
* Copyright (C) 2008 Renesas Solutions * Copyright (C) 2008 Renesas Solutions
* Copyright (C) 2008 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> * Copyright (C) 2008 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
*/ */
#include <asm/addrspace.h> #include <asm/addrspace.h>
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* include/asm-sh/dreamcast/dma.h * include/asm-sh/dreamcast/dma.h
* *
* Copyright (C) 2003 Paul Mundt * Copyright (C) 2003 Paul Mundt
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#ifndef __ASM_SH_DREAMCAST_DMA_H #ifndef __ASM_SH_DREAMCAST_DMA_H
#define __ASM_SH_DREAMCAST_DMA_H #define __ASM_SH_DREAMCAST_DMA_H
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* include/asm-sh/dreamcast/pci.h * include/asm-sh/dreamcast/pci.h
* *
* Copyright (C) 2001, 2002 M. R. Brown * Copyright (C) 2001, 2002 M. R. Brown
* Copyright (C) 2002, 2003 Paul Mundt * Copyright (C) 2002, 2003 Paul Mundt
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#ifndef __ASM_SH_DREAMCAST_PCI_H #ifndef __ASM_SH_DREAMCAST_PCI_H
#define __ASM_SH_DREAMCAST_PCI_H #define __ASM_SH_DREAMCAST_PCI_H
......
/* include/asm-sh/dreamcast/sysasic.h /* SPDX-License-Identifier: GPL-2.0
*
* include/asm-sh/dreamcast/sysasic.h
* *
* Definitions for the Dreamcast System ASIC and related peripherals. * Definitions for the Dreamcast System ASIC and related peripherals.
* *
...@@ -6,9 +8,6 @@ ...@@ -6,9 +8,6 @@
* Copyright (C) 2003 Paul Mundt <lethal@linux-sh.org> * Copyright (C) 2003 Paul Mundt <lethal@linux-sh.org>
* *
* This file is part of the LinuxDC project (www.linuxdc.org) * This file is part of the LinuxDC project (www.linuxdc.org)
*
* Released under the terms of the GNU GPL v2.0.
*
*/ */
#ifndef __ASM_SH_DREAMCAST_SYSASIC_H #ifndef __ASM_SH_DREAMCAST_SYSASIC_H
#define __ASM_SH_DREAMCAST_SYSASIC_H #define __ASM_SH_DREAMCAST_SYSASIC_H
......
LIST "SPDX-License-Identifier: GPL-2.0"
LIST "partner-jet-setup.txt" LIST "partner-jet-setup.txt"
LIST "(C) Copyright 2009 Renesas Solutions Corp" LIST "(C) Copyright 2009 Renesas Solutions Corp"
LIST "Kuninori Morimoto <morimoto.kuninori@renesas.com>" LIST "Kuninori Morimoto <morimoto.kuninori@renesas.com>"
......
LIST "SPDX-License-Identifier: GPL-2.0"
LIST "partner-jet-setup.txt - 20090729 Magnus Damm" LIST "partner-jet-setup.txt - 20090729 Magnus Damm"
LIST "set up enough of the kfr2r09 hardware to boot the kernel" LIST "set up enough of the kfr2r09 hardware to boot the kernel"
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* Copyright (C) 2008 Renesas Solutions Corp. * Copyright (C) 2008 Renesas Solutions Corp.
* *
* Hitachi UL SolutionEngine 7721 Support. * Hitachi UL SolutionEngine 7721 Support.
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
*/ */
#ifndef __ASM_SH_SE7721_H #ifndef __ASM_SH_SE7721_H
......
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_SH_SE7722_H #ifndef __ASM_SH_SE7722_H
#define __ASM_SH_SE7722_H #define __ASM_SH_SE7722_H
...@@ -7,11 +8,6 @@ ...@@ -7,11 +8,6 @@
* Copyright (C) 2007 Nobuhiro Iwamatsu * Copyright (C) 2007 Nobuhiro Iwamatsu
* *
* Hitachi UL SolutionEngine 7722 Support. * Hitachi UL SolutionEngine 7722 Support.
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
*/ */
#include <linux/sh_intc.h> #include <linux/sh_intc.h>
#include <asm/addrspace.h> #include <asm/addrspace.h>
......
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_SH_SE7724_H #ifndef __ASM_SH_SE7724_H
#define __ASM_SH_SE7724_H #define __ASM_SH_SE7724_H
...@@ -12,11 +13,6 @@ ...@@ -12,11 +13,6 @@
* *
* Based on se7722.h * Based on se7722.h
* Copyright (C) 2007 Nobuhiro Iwamatsu * Copyright (C) 2007 Nobuhiro Iwamatsu
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
*/ */
#include <linux/sh_intc.h> #include <linux/sh_intc.h>
#include <asm/addrspace.h> #include <asm/addrspace.h>
......
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_SH_SE7780_H #ifndef __ASM_SH_SE7780_H
#define __ASM_SH_SE7780_H #define __ASM_SH_SE7780_H
...@@ -7,10 +8,6 @@ ...@@ -7,10 +8,6 @@
* Copyright (C) 2006,2007 Nobuhiro Iwamatsu * Copyright (C) 2006,2007 Nobuhiro Iwamatsu
* *
* Hitachi UL SolutionEngine 7780 Support. * Hitachi UL SolutionEngine 7780 Support.
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#include <linux/sh_intc.h> #include <linux/sh_intc.h>
#include <asm/addrspace.h> #include <asm/addrspace.h>
......
# SPDX-License-Identifier: GPL-2.0
# UAPI Header export list # UAPI Header export list
include include/uapi/asm-generic/Kbuild.asm include include/uapi/asm-generic/Kbuild.asm
......
/* SPDX-License-Identifier: GPL-2.0 */
#include <asm-generic/setup.h> #include <asm-generic/setup.h>
/* SPDX-License-Identifier: GPL-2.0 */
#include <asm-generic/types.h> #include <asm-generic/types.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