Home
last modified time | relevance | path

Searched hist:"3 a0e3c27a50e395a59497e8bd60a00404e662eb1" (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dfsl_pci.h3a0e3c27a50e395a59497e8bd60a00404e662eb1 Fri Dec 17 11:57:25 UTC 2010 Kumar Gala <galak@kernel.crashing.org> powerpc/fsl-pci: Determine pci_controller based on cfg addr for dts fixup

Previously we passed in a specifically named struct pci_controller to
determine if we had setup the particular PCI bus. Now we can search for
the struct so we dont have to depend on the name or the struct being
statically allocated.

Introduced new find_hose_by_cfg_addr() to get back a pci_controller struct
back by searching for it means we can do things like dynamically allocate
them or not have to expose the static structures to all users.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Acked-by: Wolfgang Denk <wd@denx.de>
/rk3399_rockchip-uboot/drivers/pci/
H A Dpci.c3a0e3c27a50e395a59497e8bd60a00404e662eb1 Fri Dec 17 11:57:25 UTC 2010 Kumar Gala <galak@kernel.crashing.org> powerpc/fsl-pci: Determine pci_controller based on cfg addr for dts fixup

Previously we passed in a specifically named struct pci_controller to
determine if we had setup the particular PCI bus. Now we can search for
the struct so we dont have to depend on the name or the struct being
statically allocated.

Introduced new find_hose_by_cfg_addr() to get back a pci_controller struct
back by searching for it means we can do things like dynamically allocate
them or not have to expose the static structures to all users.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Acked-by: Wolfgang Denk <wd@denx.de>
H A Dfsl_pci_init.c3a0e3c27a50e395a59497e8bd60a00404e662eb1 Fri Dec 17 11:57:25 UTC 2010 Kumar Gala <galak@kernel.crashing.org> powerpc/fsl-pci: Determine pci_controller based on cfg addr for dts fixup

Previously we passed in a specifically named struct pci_controller to
determine if we had setup the particular PCI bus. Now we can search for
the struct so we dont have to depend on the name or the struct being
statically allocated.

Introduced new find_hose_by_cfg_addr() to get back a pci_controller struct
back by searching for it means we can do things like dynamically allocate
them or not have to expose the static structures to all users.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Acked-by: Wolfgang Denk <wd@denx.de>
/rk3399_rockchip-uboot/include/
H A Dpci.h3a0e3c27a50e395a59497e8bd60a00404e662eb1 Fri Dec 17 11:57:25 UTC 2010 Kumar Gala <galak@kernel.crashing.org> powerpc/fsl-pci: Determine pci_controller based on cfg addr for dts fixup

Previously we passed in a specifically named struct pci_controller to
determine if we had setup the particular PCI bus. Now we can search for
the struct so we dont have to depend on the name or the struct being
statically allocated.

Introduced new find_hose_by_cfg_addr() to get back a pci_controller struct
back by searching for it means we can do things like dynamically allocate
them or not have to expose the static structures to all users.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Acked-by: Wolfgang Denk <wd@denx.de>