Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
75d3bce2fc0a80f435fe12f2c9ed2632c8ac29e4
/
arch
/
powerpc
/
kernel
/
pci_32.c
82f0183
[POWERPC] Remove update_bridge_resource
by Kumar Gala
· 17 years ago
85e99b9
[POWERPC] arch/powerpc/kernel: Use for_each_child_of_node
by Stephen Rothwell
· 17 years ago
66524b2
[POWERPC] pci_32.c: Use for_each_child_of_node
by Stephen Rothwell
· 17 years ago
b1b166b
[POWERPC] Fix possible NULL deref in ppc32 PCI
by Benjamin Herrenschmidt
· 17 years ago
549beb9
[POWERPC] Merge 32 and 64 bits pcibios_enable_device
by Benjamin Herrenschmidt
· 17 years ago
24f8c82
[POWERPC] Updates/fixes to 32 bits pcibios_enable_device()
by Benjamin Herrenschmidt
· 17 years ago
3fd94c6
[POWERPC] Merge PCI resource allocation & assignment
by Benjamin Herrenschmidt
· 17 years ago
bf5e2ba
[POWERPC] Merge PCI resource fixups
by Benjamin Herrenschmidt
· 17 years ago
fe2d338
[POWERPC] Merge pcibios_resource_to_bus/bus_to_resource
by Benjamin Herrenschmidt
· 17 years ago
853ad6c
[POWERPC] pci32: Remove obsolete PowerMac bus number hack
by Benjamin Herrenschmidt
· 17 years ago
fc3fb71
[POWERPC] pci32: Add flags modifying the PCI code behaviour
by Benjamin Herrenschmidt
· 17 years ago
b9baa20
[POWERPC] pci32: Remove PowerMac P2P bridge IO hack
by Benjamin Herrenschmidt
· 17 years ago
0ec6b5c
[POWERPC] pci32: Use generic pci_assign_unassign_resources
by Benjamin Herrenschmidt
· 17 years ago
b1258fd
[POWERPC] pci32: Remove bogus alignment message
by Benjamin Herrenschmidt
· 17 years ago
6d39635
[POWERPC] Change 32-bit PCI message about resource allocation
by Benjamin Herrenschmidt
· 17 years ago
05d3957
[POWERPC] Fix powerpc 32-bit resource fixup for 64-bit resources
by Benjamin Herrenschmidt
· 17 years ago
13dccb9
[POWERPC] Merge pci_process_bridge_OF_ranges()
by Benjamin Herrenschmidt
· 17 years ago
25e81f9
[POWERPC] Make isa_mem_base common to 32 and 64 bits
by Benjamin Herrenschmidt
· 17 years ago
44ef339
[POWERPC] pci_controller->arch_data really is a struct device_node *
by Stephen Rothwell
· 17 years ago
6127d1c
[POWERPC] null_pci_ops: Use named structure member initializers
by Nathan Lynch
· 18 years ago
3a77d29
[POWERPC] Fix a compile warning in pci_32.c
by Segher Boessenkool
· 18 years ago
282045b
[POWREPC] Fixup a number of modpost warnings on ppc32
by Kumar Gala
· 18 years ago
2052d6d
[POWERPC] Don't try to allocate resources for a Freescale POWERPC PHB
by Kumar Gala
· 18 years ago
f64fddb
[POWERPC] Provide ability to setup P2P bridge registers from struct resource
by Kumar Gala
· 18 years ago
38805e5
[POWERPC] Add the ability to find PCI capabilities early on
by Kumar Gala
· 18 years ago
b3710f5
[POWERPC] Kill pcibios_enable_resources()
by Kumar Gala
· 18 years ago
a4c9e32
[POWERPC] Use ppc64 style list management for pci_controller on ppc32
by Kumar Gala
· 18 years ago
58083da
[POWERPC] Move common PCI code out of pci_32/pci_64
by Kumar Gala
· 18 years ago
0b1d40c
[POWERPC] Move pci_bus_to_hose users to pci_bus_to_host
by Kumar Gala
· 18 years ago
dbf8471
[POWERPC] Merge ppc32 and ppc64 pcibios_alloc_controller() prototypes
by Kumar Gala
· 18 years ago
5516b54
[POWERPC] Use global_number in ppc32 pci_controller
by Kumar Gala
· 18 years ago
6a50623
[POWERPC] Removed dead code related to PCI on ppc32
by Kumar Gala
· 18 years ago
6d8ff10
[POWERPC] Let subordinate transparent bridges be transparent.
by York Sun
· 18 years ago
69d48b4
[POWERPC] Fix STRICT_MM_TYPECHECKS
by David Gibson
· 18 years ago
ab46276
[POWERPC] pci_32.c: Switch to ref counting PCI API
by Alan Cox
· 18 years ago
8c8dc32
[POWERPC] Remove old interface find_path_device
by Stephen Rothwell
· 18 years ago
e2eb639
[POWERPC] Rename get_property to of_get_property: arch/powerpc
by Stephen Rothwell
· 18 years ago
1a38147
[POWERPC] Make struct property's value a void *
by Stephen Rothwell
· 18 years ago
a8bda5d
[POWERPC] Rename prom_n_addr_cells to of_n_addr_cells
by Stephen Rothwell
· 18 years ago
a2894cf
[POWERPC] Do not write virq back to PCI config space
by Michal Ostrowski
· 18 years ago
4ef6e68
[POWERPC] Remove bogus sanity check in pci -> OF node code
by Benjamin Herrenschmidt
· 18 years ago
5cbded5
[PATCH] getting rid of all casts of k[cmz]alloc() calls
by Robert P. J. Day
· 18 years ago
dae4828
[POWERPC] Fix irq routing on some 32-bit PowerMacs
by Benjamin Herrenschmidt
· 18 years ago
396a1a5
[POWERPC] Fix mmap of PCI resource with hack for X
by Benjamin Herrenschmidt
· 18 years ago
872455e
[POWERPC] Fix debug printks for 32-bit resources in the PCI code
by Sergei Shtylyov
· 18 years ago
68a6435
[POWERPC] Merge 32 and 64 bits asm-powerpc/io.h
by Benjamin Herrenschmidt
· 18 years ago
803d457
[POWERPC] Add "parent" struct device for PCI host bridges
by Benjamin Herrenschmidt
· 18 years ago
69108cf
[POWERPC] Remove ppc_md.pci_map_irq & ppc_swizzle for ARCH=powerpc
by Benjamin Herrenschmidt
· 18 years ago
f90bb15
[POWERPC] Make pci_read_irq_line the default
by Benjamin Herrenschmidt
· 18 years ago
60b2a46
[POWERPC] Fix IO Window Updates on P2P bridges.
by Randy Vinson
· 18 years ago
57cad80
Merge branch 'merge'
by Paul Mackerras
· 19 years ago
a7f67bd
[POWERPC] Constify & voidify get_property()
by Jeremy Kerr
· 19 years ago
6e99e45
[PATCH] powerpc: fix trigger handling in the new irq code
by Benjamin Herrenschmidt
· 19 years ago
0ebfff1
[POWERPC] Add new interrupt mapping core and change platforms to use it
by Benjamin Herrenschmidt
· 19 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 19 years ago
e31dd6e
[PATCH] 64bit resource: change pci core and arch code to use resource_size_t
by Greg Kroah-Hartman
· 19 years ago
685143ac
[PATCH] 64bit resource: fix up printks for resources in arch and core code
by Greg Kroah-Hartman
· 19 years ago
68402dd
[PATCH] mm: remove VM_LOCKED before remap_pfn_range and drop VM_SHM
by Christoph Lameter
· 19 years ago
0f582bc
powerpc: Simplify push_end definition in pci_32.c
by Paul Mackerras
· 19 years ago
e822250
[PATCH] powerpc: Kill _machine and hard-coded platform numbers
by Benjamin Herrenschmidt
· 19 years ago
e05b3b4
powerpc/32: Restore previous version of 32-bit PCI code
by Paul Mackerras
· 19 years ago