Jiang Liu
c13e396ebf
unicore32/PCI: Remove redundant call of pci_bus_add_devices()
...
pci_scan_bus() has called pci_bus_add_devices() already, so remove the
redundant call of pci_bus_add_devices(). subsys_init() callbacks will be
invoked before device_init() callbacks, so it should be safe to remove the
redundant calls.
Signed-off-by: Jiang Liu <jiang.liu@huawei.com >
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com >
2013-06-14 17:38:40 -06:00
Greg Kroah-Hartman
b881bc469b
ARCH: drivers remove __dev* attributes.
...
This fixes up all of the smaller arches that had __dev* markings for
their platform-specific drivers.
CONFIG_HOTPLUG is going away as an option. As a result, the __dev*
markings need to be removed.
This change removes the use of __devinit, __devexit_p, __devinitdata,
__devinitconst, and __devexit from these drivers.
Based on patches originally written by Bill Pemberton, but redone by me
in order to handle some of the coding style issues better, by hand.
Cc: Bill Pemberton <wfp5p@virginia.edu >
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl >
Cc: Paul Mackerras <paulus@samba.org >
Cc: Ingo Molnar <mingo@redhat.com >
Cc: Arnaldo Carvalho de Melo <acme@ghostprotocols.net >
Cc: Catalin Marinas <catalin.marinas@arm.com >
Cc: Will Deacon <will.deacon@arm.com >
Cc: Haavard Skinnemoen <hskinnemoen@gmail.com >
Cc: Hans-Christian Egtvedt <egtvedt@samfundet.no >
Cc: Mike Frysinger <vapier@gentoo.org >
Cc: Mikael Starvik <starvik@axis.com >
Cc: Jesper Nilsson <jesper.nilsson@axis.com >
Cc: David Howells <dhowells@redhat.com >
Cc: Hirokazu Takata <takata@linux-m32r.org >
Cc: Geert Uytterhoeven <geert@linux-m68k.org >
Cc: Michal Simek <monstr@monstr.eu >
Cc: Koichi Yasutake <yasutake.koichi@jp.panasonic.com >
Cc: Jonas Bonn <jonas@southpole.se >
Cc: "James E.J. Bottomley" <jejb@parisc-linux.org >
Cc: Helge Deller <deller@gmx.de >
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com >
Cc: Heiko Carstens <heiko.carstens@de.ibm.com >
Cc: Chen Liqin <liqin.chen@sunplusct.com >
Cc: Lennox Wu <lennox.wu@gmail.com >
Cc: Paul Mundt <lethal@linux-sh.org >
Cc: Chris Metcalf <cmetcalf@tilera.com >
Cc: Guan Xuetao <gxt@mprc.pku.edu.cn >
Cc: Bob Liu <lliubbo@gmail.com >
Cc: Srinivas Kandagatla <srinivas.kandagatla@st.com >
Cc: Bjorn Helgaas <bhelgaas@google.com >
Cc: Myron Stowe <myron.stowe@redhat.com >
Cc: Thomas Gleixner <tglx@linutronix.de >
Cc: Andrew Morton <akpm@linux-foundation.org >
Cc: Andi Kleen <ak@linux.intel.com >
Cc: Jesse Barnes <jbarnes@virtuousgeek.org >
Cc: Sebastian Andrzej Siewior <sebastian@breakpoint.cc >
Cc: Yinghai Lu <yinghai@kernel.org >
Cc: Thierry Reding <thierry.reding@avionic-design.de >
Cc: Greg Ungerer <gerg@uclinux.org >
Cc: Grant Likely <grant.likely@secretlab.ca >
Cc: "Srivatsa S. Bhat" <srivatsa.bhat@linux.vnet.ibm.com >
Cc: Mark Salter <msalter@redhat.com >
Cc: Yong Zhang <yong.zhang0@gmail.com >
Cc: Michael Holzheu <holzheu@linux.vnet.ibm.com >
Cc: Cornelia Huck <cornelia.huck@de.ibm.com >
Cc: Jan Glauber <jang@linux.vnet.ibm.com >
Cc: Wei Yongjun <yongjun_wei@trendmicro.com.cn >
Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-01-03 15:57:13 -08:00
Bill Pemberton
8c610c120f
unicore32/PCI: Remove CONFIG_HOTPLUG ifdefs
...
Remove conditional code based on CONFIG_HOTPLUG being false. It's
always on now in preparation of it going away as an option.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: Guan Xuetao <gxt@mprc.pku.edu.cn >
Acked-by: Bjorn Helgaas <bhelgaas@google.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:50:22 -08:00
Thierry Reding
8885b7b637
PCI: Provide a default pcibios_update_irq()
...
Most architectures implement this in exactly the same way. Instead of
having each architecture duplicate this function, provide a single
implementation in the core and make it a weak symbol so that it can be
overridden on architectures where it is required.
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de >
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com >
2012-09-18 17:28:21 -06:00
Thierry Reding
3ddbebf878
PCI: Discard __init annotations for pci_fixup_irqs() and related functions
...
Remove the __init annotations in order to keep pci_fixup_irqs() around
after init (e.g. for hotplug). This requires the same change for the
implementation of pcibios_update_irq() on all architectures. While at
it, all __devinit annotations are removed as well, since they will be
useless now that HOTPLUG is always on.
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de >
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com >
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-18 17:22:25 -06:00
Myron Stowe
5d9a19e834
unicore32/PCI: adjust section annotations for pcibios_setup()
...
Make pcibios_setup() consistently use the "__init" section annotation.
Acked-by: Guan Xuetao <gxt@mprc.pku.edu.cn >
Signed-off-by: Myron Stowe <myron.stowe@redhat.com >
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com >
2012-07-05 15:09:14 -06:00
Bjorn Helgaas
bc4d7990d0
unicore32/PCI: move <asm-generic/pci-bridge.h> include to asm/pci.h
...
Move this include to be consistent with other architectures.
CC: Guan Xuetao <gxt@mprc.pku.edu.cn >
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com >
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org >
2012-03-20 10:42:03 -07:00
Bjorn Helgaas
b9c40b076c
unicore32/PCI: use pci_flags PCI_PROBE_ONLY instead of arm-specific flag
...
CC: Guan Xuetao <gxt@mprc.pku.edu.cn >
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com >
2012-02-23 20:18:58 -07:00
Myron Stowe
b73224fdcf
PCI: UniCore: convert pcibios_set_master() to a non-inlined function
...
This patch converts UniCore's architecture-specific
'pcibios_set_master()' routine to a non-inlined function. This will
allow follow on patches to create a generic 'pcibios_set_master()'
function using the '__weak' attribute which can be used by all
architectures as a default which, if necessary, can then be over-
ridden by architecture-specific code.
Converting 'pci_bios_set_master()' to a non-inlined function will
allow UniCore's 'pcibios_set_master()' implementation to remain
architecture-specific after the generic version is introduced and
thus, not change current behavior.
No functional change.
Signed-off-by: Myron Stowe <myron.stowe@redhat.com >
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org >
2012-01-06 12:10:41 -08:00
Ralf Baechle
d5341942d7
PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.
...
Aside of the usual motivation for constification, this function has a
history of being abused a hook for interrupt and other fixups so I turned
this function const ages ago in the MIPS code but it should be done
treewide.
Due to function pointer passing in varous places a few other functions
had to be constified as well.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
To: Anton Vorontsov <avorontsov@mvista.com >
To: Chris Metcalf <cmetcalf@tilera.com >
To: Colin Cross <ccross@android.com >
Acked-by: "David S. Miller" <davem@davemloft.net >
To: Eric Miao <eric.y.miao@gmail.com >
To: Erik Gilling <konkers@android.com >
Acked-by: Guan Xuetao <gxt@mprc.pku.edu.cn >
To: "H. Peter Anvin" <hpa@zytor.com >
To: Imre Kaloz <kaloz@openwrt.org >
To: Ingo Molnar <mingo@redhat.com >
To: Ivan Kokshaysky <ink@jurassic.park.msu.ru >
To: Jesse Barnes <jbarnes@virtuousgeek.org >
To: Krzysztof Halasa <khc@pm.waw.pl >
To: Lennert Buytenhek <kernel@wantstofly.org >
To: Matt Turner <mattst88@gmail.com >
To: Nicolas Pitre <nico@fluxnic.net >
To: Olof Johansson <olof@lixom.net >
Acked-by: Paul Mundt <lethal@linux-sh.org >
To: Richard Henderson <rth@twiddle.net >
To: Russell King <linux@arm.linux.org.uk >
To: Thomas Gleixner <tglx@linutronix.de >
Cc: Andrew Morton <akpm@linux-foundation.org >
Cc: linux-alpha@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Cc: linux-mips@linux-mips.org
Cc: linux-pci@vger.kernel.org
Cc: linux-sh@vger.kernel.org
Cc: linux-tegra@vger.kernel.org
Cc: sparclinux@vger.kernel.org
Cc: x86@kernel.org
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org >
2011-07-22 08:26:06 -07:00
GuanXuetao
1cf46c42d7
unicore32: modify io_p2v and io_v2p macros, and adjust PKUNITY_mmio_BASEs
...
1. remove __REG macro
2. add (void __iomem *) to io_p2v macro
3. add (phys_addr_t) to io_v2p macro
4. add PKUNITY_AHB_BASE and PKUNITY_APB_BASE definitions
5. modify all PKUNITY_mmio_BASEs from physical addr to virtual addr
6. adjust prefix macro for all usage of PKUNITY_mmio_BASEs
-- by advice with Arnd Bergmann
Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn >
Reviewed-by: Arnd Bergmann <arnd@arndb.de >
2011-03-17 09:19:21 +08:00
GuanXuetao
e5abf78b57
unicore32 io: redefine __REG(x) and re-use readl/writel funcs
...
-- by advice of Arnd Bergmann
Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn >
Reviewed-by: Arnd Bergmann <arnd@arndb.de >
2011-03-17 09:19:19 +08:00
GuanXuetao
700598cef8
unicore32 machine related files: pci bus handling
...
This patch implements arch-specific pci bus driver.
Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn >
2011-03-17 09:19:15 +08:00