ar71xx: add preliminary support for 3.3
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / patches-3.3 / 120-MIPS-ath79-update-copyright-headers-of-PCI-related-f.patch
1 From e83c294ff219ff709b8179cbff64f293199a6dad Mon Sep 17 00:00:00 2001
2 From: Gabor Juhos <juhosg@openwrt.org>
3 Date: Tue, 22 Nov 2011 21:13:58 +0100
4 Subject: [PATCH 20/35] MIPS: ath79: update copyright headers of PCI related files
5
6 Add copyright records according to the recent changes in
7 the PCI code. Also fix up the descriptions.
8
9 Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
10 Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
11
12 Just in case if someone is curious about why 2008 and 2009 years are
13 present in this change:
14
15 The recent PCI specific changes were based on an existing
16 code which can be found in the OpenWrt repository, and we
17 are working on that since 2008.
18
19 v2: - no changes
20 ---
21 arch/mips/ath79/pci.c | 4 ++++
22 arch/mips/ath79/pci.h | 4 +++-
23 arch/mips/include/asm/mach-ath79/pci.h | 4 +++-
24 arch/mips/pci/pci-ar724x.c | 3 ++-
25 4 files changed, 12 insertions(+), 3 deletions(-)
26
27 --- a/arch/mips/ath79/pci.c
28 +++ b/arch/mips/ath79/pci.c
29 @@ -2,6 +2,10 @@
30 * Atheros AR71XX/AR724X specific PCI setup code
31 *
32 * Copyright (C) 2011 René Bolldorf <xsecute@googlemail.com>
33 + * Copyright (C) 2008-2011 Gabor Juhos <juhosg@openwrt.org>
34 + * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org>
35 + *
36 + * Parts of this file are based on Atheros' 2.6.15 BSP
37 *
38 * This program is free software; you can redistribute it and/or modify it
39 * under the terms of the GNU General Public License version 2 as published
40 --- a/arch/mips/ath79/pci.h
41 +++ b/arch/mips/ath79/pci.h
42 @@ -1,7 +1,9 @@
43 /*
44 - * Atheros 724x PCI support
45 + * Atheros AR71XX/AR724X PCI support
46 *
47 * Copyright (C) 2011 René Bolldorf <xsecute@googlemail.com>
48 + * Copyright (C) 2008-2011 Gabor Juhos <juhosg@openwrt.org>
49 + * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org>
50 *
51 * This program is free software; you can redistribute it and/or modify it
52 * under the terms of the GNU General Public License version 2 as published
53 --- a/arch/mips/include/asm/mach-ath79/pci.h
54 +++ b/arch/mips/include/asm/mach-ath79/pci.h
55 @@ -1,7 +1,9 @@
56 /*
57 - * Atheros 724x PCI support
58 + * Atheros AR71XX/AR724X PCI support
59 *
60 * Copyright (C) 2011 René Bolldorf <xsecute@googlemail.com>
61 + * Copyright (C) 2008-2011 Gabor Juhos <juhosg@openwrt.org>
62 + * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org>
63 *
64 * This program is free software; you can redistribute it and/or modify it
65 * under the terms of the GNU General Public License version 2 as published
66 --- a/arch/mips/pci/pci-ar724x.c
67 +++ b/arch/mips/pci/pci-ar724x.c
68 @@ -1,7 +1,8 @@
69 /*
70 - * Atheros 724x PCI support
71 + * Atheros AR724X PCI host controller driver
72 *
73 * Copyright (C) 2011 René Bolldorf <xsecute@googlemail.com>
74 + * Copyright (C) 2009-2011 Gabor Juhos <juhosg@openwrt.org>
75 *
76 * This program is free software; you can redistribute it and/or modify it
77 * under the terms of the GNU General Public License version 2 as published