Re: [PATCH v2] timberdale: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-03-03 Thread Lee Jones
> > > > > Applied, thanks. > > > > > > > > I've reverted this patch, as it doesn't build othognally. > > > > > > > > drivers/mfd/timberdale.c:718:2: > > > > error: implicit declaration of function ‘pci_enable_msix_exact’ > > > > [-Werror=implicit-function-declaration] > > > > > > I

Re: [PATCH v2] timberdale: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-03-03 Thread Alexander Gordeev
On Mon, Mar 03, 2014 at 05:26:00PM +0800, Lee Jones wrote: > > > > Applied, thanks. > > > > > > I've reverted this patch, as it doesn't build othognally. > > > > > > drivers/mfd/timberdale.c:718:2: > > > error: implicit declaration of function ‘pci_enable_msix_exact’ > > >

Re: [PATCH v2] timberdale: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-03-03 Thread Lee Jones
> > > Applied, thanks. > > > > I've reverted this patch, as it doesn't build othognally. > > > > drivers/mfd/timberdale.c:718:2: > > error: implicit declaration of function ‘pci_enable_msix_exact’ > > [-Werror=implicit-function-declaration] > > I should have to clarify it I think. Do you

Re: [PATCH v2] timberdale: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-03-03 Thread Alexander Gordeev
On Mon, Mar 03, 2014 at 03:25:51PM +0800, Lee Jones wrote: > > Applied, thanks. > > I've reverted this patch, as it doesn't build othognally. > > drivers/mfd/timberdale.c:718:2: > error: implicit declaration of function ‘pci_enable_msix_exact’ > [-Werror=implicit-function-declaration] I

Re: [PATCH v2] timberdale: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-03-03 Thread Alexander Gordeev
On Mon, Mar 03, 2014 at 03:25:51PM +0800, Lee Jones wrote: Applied, thanks. I've reverted this patch, as it doesn't build othognally. drivers/mfd/timberdale.c:718:2: error: implicit declaration of function ‘pci_enable_msix_exact’ [-Werror=implicit-function-declaration] I should

Re: [PATCH v2] timberdale: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-03-03 Thread Lee Jones
Applied, thanks. I've reverted this patch, as it doesn't build othognally. drivers/mfd/timberdale.c:718:2: error: implicit declaration of function ‘pci_enable_msix_exact’ [-Werror=implicit-function-declaration] I should have to clarify it I think. Do you build on top of

Re: [PATCH v2] timberdale: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-03-03 Thread Alexander Gordeev
On Mon, Mar 03, 2014 at 05:26:00PM +0800, Lee Jones wrote: Applied, thanks. I've reverted this patch, as it doesn't build othognally. drivers/mfd/timberdale.c:718:2: error: implicit declaration of function ‘pci_enable_msix_exact’

Re: [PATCH v2] timberdale: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-03-03 Thread Lee Jones
Applied, thanks. I've reverted this patch, as it doesn't build othognally. drivers/mfd/timberdale.c:718:2: error: implicit declaration of function ‘pci_enable_msix_exact’ [-Werror=implicit-function-declaration] I should have to clarify it I think. Do

Re: [PATCH v2] timberdale: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-03-02 Thread Lee Jones
> > As result of deprecation of MSI-X/MSI enablement functions > > pci_enable_msix() and pci_enable_msi_block() all drivers > > using these two interfaces need to be updated to use the > > new pci_enable_msi_range() or pci_enable_msi_exact() > > and pci_enable_msix_range() or

Re: [PATCH v2] timberdale: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-03-02 Thread Lee Jones
As result of deprecation of MSI-X/MSI enablement functions pci_enable_msix() and pci_enable_msi_block() all drivers using these two interfaces need to be updated to use the new pci_enable_msi_range() or pci_enable_msi_exact() and pci_enable_msix_range() or pci_enable_msix_exact()

Re: [PATCH v2] timberdale: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-02-24 Thread Lee Jones
On Fri, 21 Feb 2014, Alexander Gordeev wrote: > As result of deprecation of MSI-X/MSI enablement functions > pci_enable_msix() and pci_enable_msi_block() all drivers > using these two interfaces need to be updated to use the > new pci_enable_msi_range() or pci_enable_msi_exact() > and

Re: [PATCH v2] timberdale: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-02-24 Thread Lee Jones
On Fri, 21 Feb 2014, Alexander Gordeev wrote: As result of deprecation of MSI-X/MSI enablement functions pci_enable_msix() and pci_enable_msi_block() all drivers using these two interfaces need to be updated to use the new pci_enable_msi_range() or pci_enable_msi_exact() and

[PATCH v2] timberdale: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-02-21 Thread Alexander Gordeev
As result of deprecation of MSI-X/MSI enablement functions pci_enable_msix() and pci_enable_msi_block() all drivers using these two interfaces need to be updated to use the new pci_enable_msi_range() or pci_enable_msi_exact() and pci_enable_msix_range() or pci_enable_msix_exact() interfaces.

[PATCH v2] timberdale: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-02-21 Thread Alexander Gordeev
As result of deprecation of MSI-X/MSI enablement functions pci_enable_msix() and pci_enable_msi_block() all drivers using these two interfaces need to be updated to use the new pci_enable_msi_range() or pci_enable_msi_exact() and pci_enable_msix_range() or pci_enable_msix_exact() interfaces.