mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
[ARM] 3776/1: S3C24XX: remove changelogs from include/asm-arm/arch-s3c2410
Patch from Ben Dooks Remove changelog entries from include/asm-arm/arch-s3c2410 as these are irrelevant with version control Signed-off-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
189e74ee9c
commit
46c09e1673
9 changed files with 2 additions and 59 deletions
|
@ -10,9 +10,6 @@
|
|||
* 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.
|
||||
*
|
||||
* Modifications:
|
||||
* 10-Mar-2005 LCVR Changed S3C2410_VA to S3C24XX_VA
|
||||
*/
|
||||
|
||||
#include <asm/arch/map.h>
|
||||
|
|
|
@ -7,13 +7,6 @@
|
|||
* 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.
|
||||
*
|
||||
*
|
||||
* Changelog:
|
||||
* 07-Sep-2004 RTP Created file
|
||||
* 03-Nov-2004 BJD Updated and minor cleanups
|
||||
* 03-Aug-2005 RTP Renamed to fb.h
|
||||
* 26-Oct-2005 BJD Changed name of platdata init
|
||||
*/
|
||||
|
||||
#ifndef __ASM_ARM_FB_H
|
||||
|
|
|
@ -8,16 +8,6 @@
|
|||
* 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.
|
||||
*
|
||||
* Changelog:
|
||||
* 21-May-2003 BJD Created file
|
||||
* 06-Jun-2003 BJD Added CPU frequency settings
|
||||
* 03-Sep-2003 BJD Linux v2.6 support
|
||||
* 12-Mar-2004 BJD Fixed include protection, fixed type of clock vars
|
||||
* 14-Sep-2004 BJD Added misccr and getpin to gpio
|
||||
* 01-Oct-2004 BJD Added the new gpio functions
|
||||
* 16-Oct-2004 BJD Removed the clock variables
|
||||
* 15-Jan-2006 LCVR Added s3c2400_gpio_getirq()
|
||||
*/
|
||||
|
||||
#ifndef __ASM_ARCH_HARDWARE_H
|
||||
|
|
|
@ -8,10 +8,6 @@
|
|||
* published by the Free Software Foundation.
|
||||
*
|
||||
* S3C2410 CPU Idle controls
|
||||
*
|
||||
* Changelog:
|
||||
* 28-Oct-2004 BJD Initial version
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __ASM_ARCH_IDLE_H
|
||||
|
|
|
@ -8,10 +8,6 @@
|
|||
* 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.
|
||||
*
|
||||
* Changelog:
|
||||
* 05-Oct-2004 BJD Created file
|
||||
* 19-Oct-2004 BJD Updated for s3c2440
|
||||
*/
|
||||
|
||||
#ifndef __ASM_ARCH_IIC_H
|
||||
|
|
|
@ -6,14 +6,7 @@
|
|||
* 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.
|
||||
*
|
||||
* Changelog:
|
||||
* 12-May-2003 BJD Created file
|
||||
* 08-Jan-2003 BJD Linux 2.6.0 version, moved BAST bits out
|
||||
* 12-Mar-2004 BJD Fixed bug in header protection
|
||||
* 10-Feb-2005 BJD Added camera IRQ from guillaume.gourat@nexvision.tv
|
||||
* 28-Feb-2005 BJD Updated s3c2440 IRQs
|
||||
*/
|
||||
*/
|
||||
|
||||
|
||||
#ifndef __ASM_ARCH_IRQS_H
|
||||
|
|
|
@ -8,13 +8,6 @@
|
|||
* 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.
|
||||
*
|
||||
* Changelog:
|
||||
* 12-May-2003 BJD Created file
|
||||
* 06-Jan-2003 BJD Linux 2.6.0 version, moved bast specifics out
|
||||
* 10-Feb-2005 BJD Added CAMIF definition from guillaume.gourat@nexvision.tv
|
||||
* 10-Mar-2005 LCVR Added support to S3C2400, changed {VA,SZ} names
|
||||
* 15-Jan-2006 LCVR Added S3C24XX_PA macros for common S3C24XX resources
|
||||
*/
|
||||
|
||||
#ifndef __ASM_ARCH_MAP_H
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
/*
|
||||
* linux/include/asm-arm/arch-s3c2410/memory.h
|
||||
*
|
||||
/* linux/include/asm-arm/arch-s3c2410/memory.h
|
||||
* from linux/include/asm-arm/arch-rpc/memory.h
|
||||
*
|
||||
* Copyright (C) 1996,1997,1998 Russell King.
|
||||
|
@ -8,16 +6,6 @@
|
|||
* 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.
|
||||
*
|
||||
* Changelog:
|
||||
* 20-Oct-1996 RMK Created
|
||||
* 31-Dec-1997 RMK Fixed definitions to reduce warnings
|
||||
* 11-Jan-1998 RMK Uninlined to reduce hits on cache
|
||||
* 08-Feb-1998 RMK Added __virt_to_bus and __bus_to_virt
|
||||
* 21-Mar-1999 RMK Renamed to memory.h
|
||||
* RMK Added TASK_SIZE and PAGE_OFFSET
|
||||
* 05-Apr-2004 BJD Copied and altered for arch-s3c2410
|
||||
* 17-Mar-2005 LCVR Modified for S3C2400
|
||||
*/
|
||||
|
||||
#ifndef __ASM_ARCH_MEMORY_H
|
||||
|
|
|
@ -8,9 +8,6 @@
|
|||
* 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.
|
||||
*
|
||||
* Changelog:
|
||||
* 23-Sep-2004 BJD Created file
|
||||
*/
|
||||
|
||||
/* struct s3c2410_nand_set
|
||||
|
|
Loading…
Reference in a new issue