Re: [PATCH 3/4] of/pci: Add of_pci_get_bus() function

2013-02-13 Thread Thierry Reding
On Wed, Feb 13, 2013 at 10:56:07PM +, Grant Likely wrote: > On Mon, 11 Feb 2013 09:22:19 +0100, Thierry Reding > wrote: > > This function can be used to parse the number of a device's parent PCI > > bus from a standard 5-cell PCI resource. > > > > Signed-off-by: Thierry Reding > > This pat

Re: [PATCH 3/4] of/pci: Add of_pci_get_bus() function

2013-02-13 Thread Grant Likely
On Mon, 11 Feb 2013 09:22:19 +0100, Thierry Reding wrote: > This function can be used to parse the number of a device's parent PCI > bus from a standard 5-cell PCI resource. > > Signed-off-by: Thierry Reding This patch should be deferred until there is another patch in the same series that act

[PATCH 3/4] of/pci: Add of_pci_get_bus() function

2013-02-11 Thread Thierry Reding
This function can be used to parse the number of a device's parent PCI bus from a standard 5-cell PCI resource. Signed-off-by: Thierry Reding --- drivers/of/of_pci.c| 21 + include/linux/of_pci.h | 1 + 2 files changed, 22 insertions(+) diff --git a/drivers/of/of_pci.c