mbox

Pull request: scottwood/linux.git for-3.10

Message ID 20130618201452.GA5429@home.buserror.net (mailing list archive)
State Not Applicable
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git for-3.10

Message

Scott Wood June 18, 2013, 8:14 p.m. UTC
This fixes a regression that causes 83xx to oops on boot if a
non-express PCI bus is present.

The following changes since commit 17858ca65eef148d335ffd4cfc09228a1c1cbfb5:

  Merge tag 'please-pull-fixia64' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux (2013-06-18 06:29:19 -1000)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git for-3.10

for you to fetch changes up to 2383ea94854bcf5a0df3c6803b980868cef95418:

  powerpc/pci: Fix setup of Freescale PCI / PCIe controllers (2013-06-18 14:44:57 -0500)

----------------------------------------------------------------
Rojhalat Ibrahim (1):
      powerpc/pci: Fix setup of Freescale PCI / PCIe controllers

 arch/powerpc/sysdev/fsl_pci.c |   24 +++++++++---------------
 1 file changed, 9 insertions(+), 15 deletions(-)

Comments

Kumar Gala June 19, 2013, 3:06 p.m. UTC | #1
On Jun 18, 2013, at 3:14 PM, Scott Wood wrote:

> This fixes a regression that causes 83xx to oops on boot if a
> non-express PCI bus is present.
> 
> The following changes since commit 17858ca65eef148d335ffd4cfc09228a1c1cbfb5:
> 
>  Merge tag 'please-pull-fixia64' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux (2013-06-18 06:29:19 -1000)
> 
> are available in the git repository at:
> 
> 
>  git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git for-3.10
> 
> for you to fetch changes up to 2383ea94854bcf5a0df3c6803b980868cef95418:
> 
>  powerpc/pci: Fix setup of Freescale PCI / PCIe controllers (2013-06-18 14:44:57 -0500)
> 
> ----------------------------------------------------------------
> Rojhalat Ibrahim (1):
>      powerpc/pci: Fix setup of Freescale PCI / PCIe controllers
> 
> arch/powerpc/sysdev/fsl_pci.c |   24 +++++++++---------------
> 1 file changed, 9 insertions(+), 15 deletions(-)

What about Rohit's patch: powerpc/pci: Fix setup of Freescale PCI / PCIe controllers?  Seems like also a fix for 3.10

- k
Scott Wood June 19, 2013, 4:50 p.m. UTC | #2
On 06/19/2013 10:06:38 AM, Kumar Gala wrote:
> 
> On Jun 18, 2013, at 3:14 PM, Scott Wood wrote:
> 
> > This fixes a regression that causes 83xx to oops on boot if a
> > non-express PCI bus is present.
> >
> > The following changes since commit  
> 17858ca65eef148d335ffd4cfc09228a1c1cbfb5:
> >
> >  Merge tag 'please-pull-fixia64' of  
> git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux (2013-06-18  
> 06:29:19 -1000)
> >
> > are available in the git repository at:
> >
> >
> >  git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git  
> for-3.10
> >
> > for you to fetch changes up to  
> 2383ea94854bcf5a0df3c6803b980868cef95418:
> >
> >  powerpc/pci: Fix setup of Freescale PCI / PCIe controllers  
> (2013-06-18 14:44:57 -0500)
> >
> > ----------------------------------------------------------------
> > Rojhalat Ibrahim (1):
> >      powerpc/pci: Fix setup of Freescale PCI / PCIe controllers
> >
> > arch/powerpc/sysdev/fsl_pci.c |   24 +++++++++---------------
> > 1 file changed, 9 insertions(+), 15 deletions(-)
> 
> What about Rohit's patch: powerpc/pci: Fix setup of Freescale PCI /  
> PCIe controllers?  Seems like also a fix for 3.10

That's the patch I'm asking you to pull. :-P

-Scott
Scott Wood June 24, 2013, 6:33 p.m. UTC | #3
On 06/19/2013 11:50:30 AM, Scott Wood wrote:
> On 06/19/2013 10:06:38 AM, Kumar Gala wrote:
>> 
>> On Jun 18, 2013, at 3:14 PM, Scott Wood wrote:
>> 
>> > This fixes a regression that causes 83xx to oops on boot if a
>> > non-express PCI bus is present.
>> >
>> > The following changes since commit  
>> 17858ca65eef148d335ffd4cfc09228a1c1cbfb5:
>> >
>> >  Merge tag 'please-pull-fixia64' of  
>> git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux (2013-06-18  
>> 06:29:19 -1000)
>> >
>> > are available in the git repository at:
>> >
>> >
>> >  git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git  
>> for-3.10
>> >
>> > for you to fetch changes up to  
>> 2383ea94854bcf5a0df3c6803b980868cef95418:
>> >
>> >  powerpc/pci: Fix setup of Freescale PCI / PCIe controllers  
>> (2013-06-18 14:44:57 -0500)
>> >
>> > ----------------------------------------------------------------
>> > Rojhalat Ibrahim (1):
>> >      powerpc/pci: Fix setup of Freescale PCI / PCIe controllers
>> >
>> > arch/powerpc/sysdev/fsl_pci.c |   24 +++++++++---------------
>> > 1 file changed, 9 insertions(+), 15 deletions(-)
>> 
>> What about Rohit's patch: powerpc/pci: Fix setup of Freescale PCI /  
>> PCIe controllers?  Seems like also a fix for 3.10
> 
> That's the patch I'm asking you to pull. :-P

Ping

-Scott