android_kernel_google_msm/arch
Myron Stowe 96c5590058 PCI: Pull PCI 'latency timer' setup up into the core
The 'latency timer' of PCI devices, both Type 0 and Type 1,
is setup in architecture-specific code [see: 'pcibios_set_master()'].
There are two approaches being taken by all the architectures - check
if the 'latency timer' is currently set between 16 and 255 and if not
bring it within bounds, or, do nothing (and then there is the
gratuitously different PA-RISC implementation).

There is nothing architecture-specific about PCI's 'latency timer' so
this patch pulls its setup functionality up into the PCI core by
creating 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.

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:42 -08:00
..
alpha
arm PCI: ARM: convert pcibios_set_master() to a non-inlined function 2012-01-06 12:10:36 -08:00
avr32
blackfin PCI: Pull PCI 'latency timer' setup up into the core 2012-01-06 12:10:42 -08:00
cris net: Fix references to deleted NET_ETHERNET Kconfig setting. 2011-11-09 19:26:53 -05:00
frv PCI: Pull PCI 'latency timer' setup up into the core 2012-01-06 12:10:42 -08:00
h8300 PCI: Pull PCI 'latency timer' setup up into the core 2012-01-06 12:10:42 -08:00
hexagon
ia64 PCI: IA64: convert pcibios_set_master() to a non-inlined function 2012-01-06 12:10:37 -08:00
m32r
m68k m68k: Wire up process_vm_{read,write}v 2011-12-06 20:37:58 +01:00
microblaze PCI: MicroBlaze: convert pcibios_set_master() to a non-inlined function 2012-01-06 12:10:38 -08:00
mips PCI: Pull PCI 'latency timer' setup up into the core 2012-01-06 12:10:42 -08:00
mn10300 PCI: Pull PCI 'latency timer' setup up into the core 2012-01-06 12:10:42 -08:00
openrisc
parisc
powerpc PCI: PowerPC: convert pcibios_set_master() to a non-inlined function 2012-01-06 12:10:38 -08:00
s390 procfs: do not confuse jiffies with cputime64_t 2011-12-29 16:31:57 -08:00
score
sh PCI: Pull PCI 'latency timer' setup up into the core 2012-01-06 12:10:42 -08:00
sparc PCI: SPARC: convert pcibios_set_master() to a non-inlined function 2012-01-06 12:10:39 -08:00
tile PCI: TILE: convert pcibios_set_master() to a non-inlined function 2012-01-06 12:10:40 -08:00
um
unicore32 PCI: UniCore: convert pcibios_set_master() to a non-inlined function 2012-01-06 12:10:41 -08:00
x86 PCI: Pull PCI 'latency timer' setup up into the core 2012-01-06 12:10:42 -08:00
xtensa PCI: Xtensa: convert pcibios_set_master() to a non-inlined function 2012-01-06 12:10:41 -08:00
.gitignore
Kconfig