[PATCH V4] powerpc/MPIC: Add get_version API both for internal and external use

2013-04-07 Thread Jia Hongtao
MPIC version is useful information for both mpic_alloc() and mpic_init(). The patch provide an API to get MPIC version for reusing the code. Also, some other IP block may need MPIC version for their own use. The API for external use is also provided. Signed-off-by: Jia Hongtao Signed-off-by: Li Y

RE: [PATCH 1/4][v2] powerpc/fsl-booke: Add initial silicon device tree files for B4860 and B4420

2013-04-07 Thread Leekha Shaveta-B20052
-Original Message- From: Leekha Shaveta-B20052 Sent: Friday, April 05, 2013 9:13 PM To: 'Kumar Gala' Cc: linuxppc-dev@lists.ozlabs.org list Subject: RE: [PATCH 1/4][v2] powerpc/fsl-booke: Add initial silicon device tree files for B4860 and B4420 -Original Message- From: Kumar

Re: [PATCH 3/3] powerpc: Set default VGA device

2013-04-07 Thread Michael Ellerman
On Fri, Apr 05, 2013 at 02:24:09PM -0600, Bjorn Helgaas wrote: > On Thu, Apr 4, 2013 at 3:58 PM, Brian King wrote: > > @@ -1725,3 +1726,15 @@ static void fixup_hide_host_resource_fsl > > } > > DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_MOTOROLA, PCI_ANY_ID, > > fixup_hide_host_resource_fsl); > > D

Re: [PATCH 2/3] powerpc: Enable boot_vga sysfs attribute for graphics adapters on Power

2013-04-07 Thread Michael Ellerman
On Fri, Apr 05, 2013 at 02:11:01PM -0600, Bjorn Helgaas wrote: > On Thu, Apr 4, 2013 at 3:58 PM, Brian King wrote: > > > > Initialize dev->dev.type such that the PCI group attributes for boot_vga > > and SR-IOV can be displayed if appropriate. This fixes an issue seen on > > Power preventing X fro

Re: [PATCH 3/3] powerpc: Set default VGA device

2013-04-07 Thread Benjamin Herrenschmidt
On Mon, 2013-04-08 at 15:21 +1000, Michael Ellerman wrote: > Looking at x86, ia64 and ours, there's a fair bit of difference. > > x86/ia64 both walk up the parents checking PCI_BRIDGE_CTL_VGA, which > powerpc doesn't (though maybe it should?). Unclear for several reasons. That bit indicates tha