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
6 Add copyright records according to the recent changes in
7 the PCI code. Also fix up the descriptions.
9 Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
10 Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
12 Just in case if someone is curious about why 2008 and 2009 years are
13 present in this change:
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.
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(-)
27 --- a/arch/mips/ath79/pci.c
28 +++ b/arch/mips/ath79/pci.c
30 * Atheros AR71XX/AR724X specific PCI setup code
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>
36 + * Parts of this file are based on Atheros' 2.6.15 BSP
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
44 - * Atheros 724x PCI support
45 + * Atheros AR71XX/AR724X PCI support
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>
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
57 - * Atheros 724x PCI support
58 + * Atheros AR71XX/AR724X PCI support
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>
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
70 - * Atheros 724x PCI support
71 + * Atheros AR724X PCI host controller driver
73 * Copyright (C) 2011 René Bolldorf <xsecute@googlemail.com>
74 + * Copyright (C) 2009-2011 Gabor Juhos <juhosg@openwrt.org>
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