forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'for-rmk' of git://git.fluff.org/bjdooks/linux into deve…
…l-stable Conflicts: arch/arm/Kconfig
- Loading branch information
Showing
141 changed files
with
5,023 additions
and
1,476 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* arch/arm/mach-s3c2400/include/mach/map.h | ||
* | ||
* Copyright 2003,2007 Simtec Electronics | ||
* Copyright 2003-2007 Simtec Electronics | ||
* http://armlinux.simtec.co.uk/ | ||
* Ben Dooks <[email protected]> | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* linux/arch/arm/mach-s3c2410/bast-irq.c | ||
* | ||
* Copyright (c) 2003,2005 Simtec Electronics | ||
* Copyright 2003-2005 Simtec Electronics | ||
* Ben Dooks <[email protected]> | ||
* | ||
* http://www.simtec.co.uk/products/EB2410ITX/ | ||
|
@@ -141,7 +141,7 @@ static __init int bast_irq_init(void) | |
unsigned int i; | ||
|
||
if (machine_is_bast()) { | ||
printk(KERN_INFO "BAST PC104 IRQ routing, (c) 2005 Simtec Electronics\n"); | ||
printk(KERN_INFO "BAST PC104 IRQ routing, Copyright 2005 Simtec Electronics\n"); | ||
|
||
/* zap all the IRQs */ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* linux/arch/arm/mach-s3c2410/cpu-freq.c | ||
* | ||
* Copyright (c) 2006,2008 Simtec Electronics | ||
* Copyright (c) 2006-2008 Simtec Electronics | ||
* http://armlinux.simtec.co.uk/ | ||
* Ben Dooks <[email protected]> | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* arch/arm/mach-s3c2410/include/mach/bast-cpld.h | ||
* | ||
* Copyright (c) 2003,2004 Simtec Electronics | ||
* Copyright (c) 2003-2004 Simtec Electronics | ||
* Ben Dooks <[email protected]> | ||
* | ||
* BAST - CPLD control constants | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* arch/arm/mach-s3c2410/include/mach/bast-irq.h | ||
* | ||
* Copyright (c) 2003,2004 Simtec Electronics | ||
* Copyright (c) 2003-2004 Simtec Electronics | ||
* Ben Dooks <[email protected]> | ||
* | ||
* Machine BAST - IRQ Number definitions | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* arch/arm/mach-s3c2410/include/mach/bast-map.h | ||
* | ||
* Copyright (c) 2003,2004 Simtec Electronics | ||
* Copyright (c) 2003-2004 Simtec Electronics | ||
* Ben Dooks <[email protected]> | ||
* | ||
* Machine BAST - Memory map definitions | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* arch/arm/mach-s3c2410/include/mach/bast-pmu.h | ||
* | ||
* Copyright (c) 2003,2004 Simtec Electronics | ||
* Copyright (c) 2003-2004 Simtec Electronics | ||
* Ben Dooks <[email protected]> | ||
* Vincent Sanders <[email protected]> | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* arch/arm/mach-s3c2410/include/mach/dma.h | ||
* | ||
* Copyright (C) 2003,2004,2006 Simtec Electronics | ||
* Copyright (C) 2003-2006 Simtec Electronics | ||
* Ben Dooks <[email protected]> | ||
* | ||
* Samsung S3C24XX DMA support | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* arch/arm/mach-s3c2410/include/mach/gpio-fns.h | ||
* | ||
* Copyright (c) 2003,2009 Simtec Electronics | ||
* Copyright (c) 2003-2009 Simtec Electronics | ||
* Ben Dooks <[email protected]> | ||
* | ||
* S3C2410 - hardware | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* arch/arm/mach-s3c2410/include/mach/osiris-map.h | ||
* | ||
* (c) 2005 Simtec Electronics | ||
* Copyright 2005 Simtec Electronics | ||
* http://www.simtec.co.uk/products/ | ||
* Ben Dooks <[email protected]> | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* arch/arm/mach-s3c2410/include/mach/regs-clock.h | ||
* | ||
* Copyright (c) 2003,2004,2005,2006 Simtec Electronics <[email protected]> | ||
* http://armlinux.simtec.co.uk/ | ||
* Copyright (c) 2003-2006 Simtec Electronics <[email protected]> | ||
* 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* arch/arm/mach-s3c2410/include/mach/regs-gpio.h | ||
* | ||
* Copyright (c) 2003,2004 Simtec Electronics <[email protected]> | ||
* http://www.simtec.co.uk/products/SWLINUX/ | ||
* Copyright (c) 2003-2004 Simtec Electronics <[email protected]> | ||
* 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* arch/arm/mach-s3c2410/include/mach/regs-power.h | ||
* | ||
* Copyright (c) 2003,2004,2005,2006 Simtec Electronics <[email protected]> | ||
* http://armlinux.simtec.co.uk/ | ||
* Copyright (c) 2003-2006 Simtec Electronics <[email protected]> | ||
* 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
|
||
/* arch/arm/mach-s3c2410/include/mach/uncompress.h | ||
* | ||
* Copyright (c) 2003, 2007 Simtec Electronics | ||
* Copyright (c) 2003-2007 Simtec Electronics | ||
* http://armlinux.simtec.co.uk/ | ||
* Ben Dooks <[email protected]> | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* arch/arm/mach-s3c2410/include/mach/vr1000-irq.h | ||
* | ||
* Copyright (c) 2003,2004 Simtec Electronics | ||
* Copyright (c) 2003-2004 Simtec Electronics | ||
* Ben Dooks <[email protected]> | ||
* | ||
* Machine VR1000 - IRQ Number definitions | ||
|
Oops, something went wrong.