Re: [PATCHv4 02/11] pci: use weak functions for MSI arch-specific functions

2013-07-05 Thread Thomas Petazzoni
Dear Bjorn Helgaas, On Fri, 5 Jul 2013 15:34:10 -0600, Bjorn Helgaas wrote: > On Fri, Jul 5, 2013 at 3:32 PM, Bjorn Helgaas wrote: > > > Acked-by: Bjorn Helgaas > > But please update your subject line to use consistent capitalization, e.g., > > PCI: Use weak ... Sure, will do. Would it be p

Re: [PATCHv4 02/11] pci: use weak functions for MSI arch-specific functions

2013-07-05 Thread Bjorn Helgaas
On Fri, Jul 5, 2013 at 3:32 PM, Bjorn Helgaas wrote: > Acked-by: Bjorn Helgaas But please update your subject line to use consistent capitalization, e.g., PCI: Use weak ... ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozl

Re: [PATCHv4 02/11] pci: use weak functions for MSI arch-specific functions

2013-07-05 Thread Bjorn Helgaas
On Mon, Jul 1, 2013 at 7:42 AM, Thomas Petazzoni wrote: > Until now, the MSI architecture-specific functions could be overloaded > using a fairly complex set of #define and compile-time > conditionals. In order to prepare for the introduction of the msi_chip > infrastructure, it is desirable to sw

Re: [PATCHv4 02/11] pci: use weak functions for MSI arch-specific functions

2013-07-02 Thread Bjorn Helgaas
On Mon, Jul 1, 2013 at 11:30 PM, Thomas Petazzoni wrote: > Dear Michael Ellerman, > > On Tue, 02 Jul 2013 10:53:16 +1000, Michael Ellerman wrote: >> On Mon, 2013-07-01 at 15:42 +0200, Thomas Petazzoni wrote: >> > Until now, the MSI architecture-specific functions could be overloaded >> > using a f

Re: [PATCHv4 02/11] pci: use weak functions for MSI arch-specific functions

2013-07-01 Thread Michael Ellerman
On Tue, Jul 02, 2013 at 07:30:37AM +0200, Thomas Petazzoni wrote: > Dear Michael Ellerman, > > On Tue, 02 Jul 2013 10:53:16 +1000, Michael Ellerman wrote: > > On Mon, 2013-07-01 at 15:42 +0200, Thomas Petazzoni wrote: > > > Until now, the MSI architecture-specific functions could be overloaded > >

Re: [PATCHv4 02/11] pci: use weak functions for MSI arch-specific functions

2013-07-01 Thread Thomas Petazzoni
Dear Michael Ellerman, On Tue, 02 Jul 2013 10:53:16 +1000, Michael Ellerman wrote: > On Mon, 2013-07-01 at 15:42 +0200, Thomas Petazzoni wrote: > > Until now, the MSI architecture-specific functions could be overloaded > > using a fairly complex set of #define and compile-time > > conditionals. In

Re: [PATCHv4 02/11] pci: use weak functions for MSI arch-specific functions

2013-07-01 Thread Michael Ellerman
On Mon, 2013-07-01 at 15:42 +0200, Thomas Petazzoni wrote: > Until now, the MSI architecture-specific functions could be overloaded > using a fairly complex set of #define and compile-time > conditionals. In order to prepare for the introduction of the msi_chip > infrastructure, it is desirable to