Re: [PATCH v17 0/4] Replace PCI pool by DMA pool API

2018-01-04 Thread Romain Perier
Hi, Ok, will do. Thanks ! Romain 2018-01-03 22:34 GMT+01:00 Bjorn Helgaas <helg...@kernel.org>: > On Tue, Jan 02, 2018 at 04:17:24PM -0600, Bjorn Helgaas wrote: >> On Tue, Jan 02, 2018 at 06:53:52PM +0100, Romain Perier wrote: >> > The current PCI pool API are simpl

[PATCH v17 0/4] Replace PCI pool by DMA pool API

2018-01-02 Thread Romain Perier
checkpatch for pci_pool, thanks to Joe Perches - Added Tested-by and Acked-by tags Romain Perier (4): block: DAC960: Replace PCI pool old API net: e100: Replace PCI pool old API hinic: Replace PCI pool old API PCI: Remove PCI pool macro functions drivers/block/DAC960.c

[PATCH v17 2/4] net: e100: Replace PCI pool old API

2018-01-02 Thread Romain Perier
From: Romain Perier <romain.per...@collabora.com> The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Acked-by: Peter Senna Tschudin <peter.se..

[PATCH v17 3/4] hinic: Replace PCI pool old API

2018-01-02 Thread Romain Perier
From: Romain Perier <romain.per...@collabora.com> The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Acked-by: David S. Miller <da...@davemloft.ne

[PATCH v17 1/4] block: DAC960: Replace PCI pool old API

2018-01-02 Thread Romain Perier
From: Romain Perier <romain.per...@collabora.com> The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Acked-by: Peter Senna Tschudin <peter.se..

[PATCH v17 4/4] PCI: Remove PCI pool macro functions

2018-01-02 Thread Romain Perier
From: Romain Perier <romain.per...@collabora.com> Now that all the drivers use dma pool API, we can remove the macro functions for PCI pool. Signed-off-by: Romain Perier <romain.per...@collabora.com> Reviewed-by: Peter Senna Tschudin <peter.se...@collabora.com> Acked-by: Bj

[PATCH v16 1/4] block: DAC960: Replace PCI pool old API

2017-12-15 Thread Romain Perier
From: Romain Perier <romain.per...@collabora.com> The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Acked-by: Peter Senna Tschudin <peter.se..

[PATCH v16 2/4] net: e100: Replace PCI pool old API

2017-12-15 Thread Romain Perier
From: Romain Perier <romain.per...@collabora.com> The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Acked-by: Peter Senna Tschudin <peter.se..

[PATCH v16 4/4] PCI: Remove PCI pool macro functions

2017-12-15 Thread Romain Perier
From: Romain Perier <romain.per...@collabora.com> Now that all the drivers use dma pool API, we can remove the macro functions for PCI pool. Signed-off-by: Romain Perier <romain.per...@collabora.com> Reviewed-by: Peter Senna Tschudin <peter.se...@collabora.com> Acked-by: Bj

[PATCH v16 3/4] hinic: Replace PCI pool old API

2017-12-15 Thread Romain Perier
From: Romain Perier <romain.per...@collabora.com> The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> --- drivers/net/ethernet/huawei/hinic/hinic_hw

[PATCH v16 0/4] Replace PCI pool by DMA pool API

2017-12-15 Thread Romain Perier
20 - Fixed cosmetic changes: spaces before brace, live over 80 characters - Removed some of the check for NULL pointers before calling dma_pool_destroy - Improved the regexp in checkpatch for pci_pool, thanks to Joe Perches - Added Tested-by and Acked-by tags Romain Perier (4): block: DAC960: Replace PC

Re: [PATCH v15 5/5] PCI: Remove PCI pool macro functions

2017-11-21 Thread Romain Perier
Whoops, my bad. Sorry Thanks, Romain 2017-11-20 21:34 GMT+01:00 Bjorn Helgaas <helg...@kernel.org>: > On Mon, Nov 20, 2017 at 08:32:47PM +0100, Romain Perier wrote: >> From: Romain Perier <romain.per...@collabora.com> >> >> Now that all the drivers use dma

[PATCH v15 2/5] net: e100: Replace PCI pool old API

2017-11-20 Thread Romain Perier
From: Romain Perier <romain.per...@collabora.com> The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Acked-by: Peter Senna Tschudin <peter.se..

[PATCH v15 1/5] block: DAC960: Replace PCI pool old API

2017-11-20 Thread Romain Perier
From: Romain Perier <romain.per...@collabora.com> The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Acked-by: Peter Senna Tschudin <peter.se..

[PATCH v15 4/5] scsi: mpt3sas: Replace PCI pool old API

2017-11-20 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@gmail.com> --- drivers/scsi/mpt3sas/mpt3sas_base.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-)

[PATCH v15 0/5] Replace PCI pool by DMA pool API

2017-11-20 Thread Romain Perier
- Improved the regexp in checkpatch for pci_pool, thanks to Joe Perches - Added Tested-by and Acked-by tags Romain Perier (5): block: DAC960: Replace PCI pool old API net: e100: Replace PCI pool old API hinic: Replace PCI pool old API scsi: mpt3sas: Replace PCI pool old API PCI: Remove PCI

[PATCH v15 3/5] hinic: Replace PCI pool old API

2017-11-20 Thread Romain Perier
From: Romain Perier <romain.per...@collabora.com> The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> --- drivers/net/ethernet/huawei/hinic/hinic_hw

[PATCH v15 5/5] PCI: Remove PCI pool macro functions

2017-11-20 Thread Romain Perier
From: Romain Perier <romain.per...@collabora.com> Now that all the drivers use dma pool API, we can remove the macro functions for PCI pool. Signed-off-by: Romain Perier <romain.per...@collabora.com> Reviewed-by: Peter Senna Tschudin <peter.se...@collabora.com> --- inclu

[PATCH v14 1/5] block: DAC960: Replace PCI pool old API

2017-10-23 Thread Romain Perier
From: Romain Perier <romain.per...@collabora.com> The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Acked-by: Peter Senna Tschudin <peter.se..

[PATCH v14 0/5] Replace PCI pool by DMA pool API

2017-10-23 Thread Romain Perier
ed-by tags Romain Perier (5): block: DAC960: Replace PCI pool old API dmaengine: pch_dma: Replace PCI pool old API net: e100: Replace PCI pool old API hinic: Replace PCI pool old API PCI: Remove PCI pool macro functions drivers/block/DAC960.c

[PATCH v14 2/5] dmaengine: pch_dma: Replace PCI pool old API

2017-10-23 Thread Romain Perier
From: Romain Perier <romain.per...@collabora.com> The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Acked-by: Peter Senna Tschudin <peter.se..

[PATCH v14 3/5] net: e100: Replace PCI pool old API

2017-10-23 Thread Romain Perier
From: Romain Perier <romain.per...@collabora.com> The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Acked-by: Peter Senna Tschudin <peter.se..

[PATCH v14 4/5] hinic: Replace PCI pool old API

2017-10-23 Thread Romain Perier
From: Romain Perier <romain.per...@collabora.com> The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> --- drivers/net/ethernet/huawei/hinic/hinic_hw

[PATCH v14 5/5] PCI: Remove PCI pool macro functions

2017-10-23 Thread Romain Perier
From: Romain Perier <romain.per...@collabora.com> Now that all the drivers use dma pool API, we can remove the macro functions for PCI pool. Signed-off-by: Romain Perier <romain.per...@collabora.com> Reviewed-by: Peter Senna Tschudin <peter.se...@collabora.com> --- inclu

[PATCH v13 1/5] block: DAC960: Replace PCI pool old API

2017-09-06 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Acked-by: Peter Senna Tschudin <peter.se...@collabora.com> Tested-by: Peter Senna Tschud

[PATCH v13 0/5] Replace PCI pool by DMA pool API

2017-09-06 Thread Romain Perier
race, live over 80 characters - Removed some of the check for NULL pointers before calling dma_pool_destroy - Improved the regexp in checkpatch for pci_pool, thanks to Joe Perches - Added Tested-by and Acked-by tags Romain Perier (5): block: DAC960: Replace PCI pool old API dmaengine: pch_dma: R

[PATCH v13 3/5] net: e100: Replace PCI pool old API

2017-09-06 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Acked-by: Peter Senna Tschudin <peter.se...@collabora.com> Acked-by: Jeff Kirsher <jeffrey.t.ki

[PATCH v13 5/5] PCI: Remove PCI pool macro functions

2017-09-06 Thread Romain Perier
Now that all the drivers use dma pool API, we can remove the macro functions for PCI pool. Signed-off-by: Romain Perier <romain.per...@collabora.com> Reviewed-by: Peter Senna Tschudin <peter.se...@collabora.com> --- include/linux/pci.h | 9 - 1 file changed, 9 deletions(-)

[PATCH v13 2/5] dmaengine: pch_dma: Replace PCI pool old API

2017-09-06 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Acked-by: Peter Senna Tschudin <peter.se...@collabora.com> Tested-by: Peter Senna Tschud

[PATCH v13 4/5] hinic: Replace PCI pool old API

2017-09-06 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> --- drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c | 10 +- drivers/net/ethernet/huawei

[PATCH net-next v7] net: stmmac: Delete dead code for MDIO registration

2017-09-04 Thread Romain Perier
don't want information loss, I have moved this code to phy_attached_print(). Fixes: fbca164776e4 ("net: stmmac: Use the right logging function in stmmac_mdio_register") Signed-off-by: Romain Perier <romain.per...@collabora.com> --- Hello, This is the continuity of "[PATCH v2 0/2] net:

[PATCH net-next v6] net: stmmac: Delete dead code for MDIO registration

2017-08-31 Thread Romain Perier
don't want information loss, I have moved this code to phy_attached_print(). Fixes: fbca164776e4 ("net: stmmac: Use the right logging function in stmmac_mdio_register") Signed-off-by: Romain Perier <romain.per...@collabora.com> --- Hello, This is the continuity of "[PATCH v2 0/2] net:

[PATCH net-next v5] net: stmmac: Delete dead code for MDIO registration

2017-08-25 Thread Romain Perier
don't want information loss, I have moved this code to phy_attached_print(). Fixes: fbca164776e4 ("net: stmmac: Use the right logging function in stmmac_mdio_register") Signed-off-by: Romain Perier <romain.per...@collabora.com> --- Hello, This is the continuity of "[PATCH v2 0/2] net:

[PATCH net-next v4] net: stmmac: Delete dead code for MDIO registration

2017-08-24 Thread Romain Perier
have moved this code to phy_attached_print(). Fixes: fbca164776e4 ("net: stmmac: Use the right logging function in stmmac_mdio_register") Signed-off-by: Romain Perier <romain.per...@collabora.com> --- Hello, This is the continuity of "[PATCH v2 0/2] net: stmmac: phy logging fixes&q

Re: [PATCH v3] net: stmmac: Delete dead code for MDIO registration

2017-08-24 Thread Romain Perier
Hello, Le 23/08/2017 à 18:46, Florian Fainelli a écrit : > On 08/23/2017 01:50 AM, Romain Perier wrote: >> This code is no longer used, the logging function was changed by commit >> fbca164776e4 ("net: stmmac: Use the right logging functi"). It was >> previ

[PATCH v3] net: stmmac: Delete dead code for MDIO registration

2017-08-23 Thread Romain Perier
have moved this code to phy_attached_print(). Fixes: fbca164776e4 ("net: stmmac: Use the right logging functi") Signed-off-by: Romain Perier <romain.per...@collabora.com> --- Hello, This is the continuity of "[PATCH v2 0/2] net: stmmac: phy logging fixes", see https://lkml.o

[PATCH RESEND v12 7/8] wireless: ipw2200: Replace PCI pool old API

2017-08-23 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Reviewed-by: Peter Senna Tschudin <peter.se...@collabora.com> Acked-by: Stanislav Yakovlev

Re: [PATCH v2 1/2] net: stmmac: Delete dead code for MDIO registration

2017-08-22 Thread Romain Perier
Hello, Le 22/08/2017 à 02:45, Florian Fainelli a écrit : > On 08/21/2017 04:45 AM, Romain Perier wrote: >> This code is no longer used, the logging function was changed by commit >> fbca164776e4 ("net: stmmac: Use the right logging functi"). >> >> Fixes: fbca

[PATCH v12 0/8] Replace PCI pool by DMA pool API

2017-08-22 Thread Romain Perier
checkpatch for pci_pool, thanks to Joe Perches - Added Tested-by and Acked-by tags Romain Perier (8): block: DAC960: Replace PCI pool old API dmaengine: pch_dma: Replace PCI pool old API IB/mthca: Replace PCI pool old API net: e100: Replace PCI pool old API mlx4: Replace PCI pool old API mlx

[PATCH v12 2/8] dmaengine: pch_dma: Replace PCI pool old API

2017-08-22 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Acked-by: Peter Senna Tschudin <peter.se...@collabora.com> Tested-by: Peter Senna Tschud

[PATCH v12 1/8] block: DAC960: Replace PCI pool old API

2017-08-22 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Acked-by: Peter Senna Tschudin <peter.se...@collabora.com> Tested-by: Peter Senna Tschud

[PATCH v12 3/8] IB/mthca: Replace PCI pool old API

2017-08-22 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Acked-by: Peter Senna Tschudin <peter.se...@collabora.com> Tested-by: Peter Senna Tschud

[PATCH v12 4/8] net: e100: Replace PCI pool old API

2017-08-22 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Acked-by: Peter Senna Tschudin <peter.se...@collabora.com> Acked-by: Jeff Kirsher <jeffrey.t.ki

[PATCH v12 5/8] mlx4: Replace PCI pool old API

2017-08-22 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Acked-by: Peter Senna Tschudin <peter.se...@collabora.com> Tested-by: Peter Senna Tschud

[PATCH v12 7/8] wireless: ipw2200: Replace PCI pool old API

2017-08-22 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Reviewed-by: Peter Senna Tschudin <peter.se...@collabora.com> --- drivers/net/wireless/intel/ipw2x

[PATCH v12 8/8] PCI: Remove PCI pool macro functions

2017-08-22 Thread Romain Perier
Now that all the drivers use dma pool API, we can remove the macro functions for PCI pool. Signed-off-by: Romain Perier <romain.per...@collabora.com> Reviewed-by: Peter Senna Tschudin <peter.se...@collabora.com> --- include/linux/pci.h | 9 - 1 file changed, 9 deletions(-)

[PATCH v12 6/8] mlx5: Replace PCI pool old API

2017-08-22 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Reviewed-by: Peter Senna Tschudin <peter.se...@collabora.com> Acked-by: Doug Ledford <dledf...@red

Re: [PATCH 2/2] net: phy: Don't use drv when it is NULL in phy_attached_print

2017-08-21 Thread Romain Perier
Hello, Le 21/08/2017 à 11:45, Sergei Shtylyov a écrit : > Hello! > > On 8/21/2017 10:52 AM, Romain Perier wrote: > >> Currently, if this logging function is used prior the phy driver is >> binded to the phy device (that is usually done from .ndo_open), > >s/bi

[PATCH v2 2/2] net: phy: Don't use drv when it is NULL in phy_attached_print

2017-08-21 Thread Romain Perier
ion of the MDIO bus, and then genphy driver is bound to this phydev when .ndo_open is called. This commit fixes the issue by using the right genphy driver, when phydev->drv is NULL. Fixes: fbca164776e4 ("net: stmmac: Use the right logging functi") Signed-off-by: Romain Perier <romain.p

[PATCH v2 1/2] net: stmmac: Delete dead code for MDIO registration

2017-08-21 Thread Romain Perier
This code is no longer used, the logging function was changed by commit fbca164776e4 ("net: stmmac: Use the right logging functi"). Fixes: fbca164776e4 ("net: stmmac: Use the right logging functi") Signed-off-by: Romain Perier <romain.per...@collabora.com> --- drivers/n

[PATCH v2 0/2] net: stmmac: phy logging fixes

2017-08-21 Thread Romain Perier
ing in commit message - "commit" not needed in the "Fixes" tag Romain Perier (2): net: stmmac: Delete dead code for MDIO registration net: phy: Don't use drv when it is NULL in phy_attached_print drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c | 16 drive

[PATCH 0/2] net: stmmac: phy logging fixes

2017-08-21 Thread Romain Perier
This set of patches fixes issues related to logging. First it delete old code that is no longer used in stmmac_mdio_register(). Then, it fixes a crash that happens when phydev->drv is NULL and phy_attached_info() is called prior phy_driver is binded to phydev. Romain Perier (2): net: stm

[PATCH 1/2] net: stmmac: Delete dead code for MDIO registration

2017-08-21 Thread Romain Perier
This code is no longer used, the logging function was changed by commit fbca164776e4 ("net: stmmac: Use the right logging functi"). Fixes: commit fbca164776e4 ("net: stmmac: Use the right logging functi") Signed-off-by: Romain Perier <romain.per...@collabora.com> --- dr

[PATCH 2/2] net: phy: Don't use drv when it is NULL in phy_attached_print

2017-08-21 Thread Romain Perier
ion of the MDIO bus, and then genphy driver is binded to this phydev when .ndo_open is called. This commit fixes the issue by using the right genphy driver, when phydev->drv is NULL. Fixes: commit fbca164776e4 ("net: stmmac: Use the right logging functi") Signed-off-by: Romain Pe

[PATCH v3] net: stmmac: Use the right logging function in stmmac_mdio_register

2017-08-10 Thread Romain Perier
) function for logging. The last netdev_info is replaced by phy_attached_info(), as a valid phydev can be used at this point. Signed-off-by: Romain Perier <romain.per...@collabora.com> Reviewed-by: Andrew Lunn <and...@lunn.ch> --- Changes in v3: - Replaced phy_attached_print by phy_attached_

Re: [PATCH v2] net: stmmac: Use the right logging function in stmmac_mdio_register

2017-08-10 Thread Romain Perier
Hi Andrew, Le 10/08/2017 à 15:56, Andrew Lunn a écrit : > On Thu, Aug 10, 2017 at 09:38:26AM +0200, Romain Perier wrote: >> Currently, the function stmmac_mdio_register() is only used by >> stmmac_dvr_probe() from stmmac_main.c, in order to register the MDIO bus >> and pr

[PATCH v2] net: stmmac: Use the right logging function in stmmac_mdio_register

2017-08-10 Thread Romain Perier
) function for logging. The last netdev_info is replaced by phy_attached_info(), as a valid phydev can be used at this point. Signed-off-by: Romain Perier <romain.per...@collabora.com> --- Changes in v2: - Replaced dev_info() by phy_attached_print() - Simplified message because informatio

Re: [PATCH] net: stmmac: Use the right logging function in stmmac_mdio_register

2017-08-09 Thread Romain Perier
Hi Andrew, Le 09/08/2017 à 16:56, Andrew Lunn a écrit : > On Wed, Aug 09, 2017 at 04:40:19PM +0200, Romain Perier wrote: >> @@ -285,14 +286,14 @@ int stmmac_mdio_register(struct net_device *ndev) >> irq_str = irq_num; >>

[PATCH] net: stmmac: Use the right logging function in stmmac_mdio_register

2017-08-09 Thread Romain Perier
) function for logging. Signed-off-by: Romain Perier <romain.per...@collabora.com> --- drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c b/drivers/net/ethernet/stmicro/stmm

[PATCH v11 0/8] Replace PCI pool by DMA pool API

2017-08-09 Thread Romain Perier
ded Tested-by and Acked-by tags Romain Perier (8): block: DAC960: Replace PCI pool old API dmaengine: pch_dma: Replace PCI pool old API IB/mthca: Replace PCI pool old API net: e100: Replace PCI pool old API mlx4: Replace PCI pool old API mlx5: Replace PCI pool old API wireless: ipw2200: Replac

[PATCH v11 3/8] IB/mthca: Replace PCI pool old API

2017-08-09 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Acked-by: Peter Senna Tschudin <peter.se...@collabora.com> Tested-by: Peter Senna Tschud

[PATCH v11 2/8] dmaengine: pch_dma: Replace PCI pool old API

2017-08-09 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Acked-by: Peter Senna Tschudin <peter.se...@collabora.com> Tested-by: Peter Senna Tschud

[PATCH v11 4/8] net: e100: Replace PCI pool old API

2017-08-09 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Acked-by: Peter Senna Tschudin <peter.se...@collabora.com> Acked-by: Jeff Kirsher <jeffrey.t.ki

[PATCH v11 1/8] block: DAC960: Replace PCI pool old API

2017-08-09 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Acked-by: Peter Senna Tschudin <peter.se...@collabora.com> Tested-by: Peter Senna Tschud

[PATCH v11 5/8] mlx4: Replace PCI pool old API

2017-08-09 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Acked-by: Peter Senna Tschudin <peter.se...@collabora.com> Tested-by: Peter Senna Tschud

[PATCH v11 6/8] mlx5: Replace PCI pool old API

2017-08-09 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Reviewed-by: Peter Senna Tschudin <peter.se...@collabora.com> Acked-by: Doug Ledford <dledf...@red

[PATCH v11 7/8] wireless: ipw2200: Replace PCI pool old API

2017-08-09 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Reviewed-by: Peter Senna Tschudin <peter.se...@collabora.com> --- drivers/net/wireless/intel/ipw2x

[PATCH v11 8/8] PCI: Remove PCI pool macro functions

2017-08-09 Thread Romain Perier
Now that all the drivers use dma pool API, we can remove the macro functions for PCI pool. Signed-off-by: Romain Perier <romain.per...@collabora.com> Reviewed-by: Peter Senna Tschudin <peter.se...@collabora.com> --- include/linux/pci.h | 9 - 1 file changed, 9 deletions(-)

[PATCH] net: arc_emac: Add support for ndo_do_ioctl net_device_ops operation

2017-08-03 Thread Romain Perier
This operation is required for handling ioctl commands like SIOCGMIIREG, when debugging MDIO registers from userspace. This commit adds support for this operation. Signed-off-by: Romain Perier <romain.per...@collabora.com> --- drivers/net/ethernet/arc/emac_main.c | 13 +

Re: [PATCH v10 00/15] Replace PCI pool by DMA pool API

2017-07-18 Thread Romain Perier
Hello, Le 09/07/2017 à 23:30, Doug Ledford a écrit : > On Thu, 2017-07-06 at 10:12 +0200, Romain Perier wrote: >> The current PCI pool API are simple macro functions direct expanded >> to >> the appropriate dma pool functions. The prototypes are almost the >&g

[PATCH v10 07/15] wireless: ipw2200: Replace PCI pool old API

2017-07-06 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Reviewed-by: Peter Senna Tschudin <peter.se...@collabora.com> --- drivers/net/wireless/intel/ipw2x

[PATCH v10 09/15] scsi: csiostor: Replace PCI pool old API

2017-07-06 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. It also updates the name of some variables and the content of comments, accordingly. Signed-off-by: Romain Perier <romain.per...@collabora.com> Reviewed-by: Peter

[PATCH v10 08/15] scsi: be2iscsi: Replace PCI pool old API

2017-07-06 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Acked-by: Peter Senna Tschudin <peter.se...@collabora.com> Tested-by: Peter Senna Tschud

[PATCH v10 11/15] scsi: megaraid: Replace PCI pool old API

2017-07-06 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Reviewed-by: Peter Senna Tschudin <peter.se...@collabora.com> Acked-by: Sumit Saxena <sumit.sax.

[PATCH v10 10/15] scsi: lpfc: Replace PCI pool old API

2017-07-06 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. It also updates some comments, accordingly. Signed-off-by: Romain Perier <romain.per...@collabora.com> Reviewed-by: Peter Senna Tschudin <peter.se...@coll

[PATCH v10 13/15] scsi: mvsas: Replace PCI pool old API

2017-07-06 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Reviewed-by: Peter Senna Tschudin <peter.se...@collabora.com> --- drivers/scsi/mvsas/m

[PATCH v10 12/15] scsi: mpt3sas: Replace PCI pool old API

2017-07-06 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Reviewed-by: Peter Senna Tschudin <peter.se...@collabora.com> --- drivers/scsi/mpt3sas/mpt3sas

[PATCH v10 14/15] scsi: pmcraid: Replace PCI pool old API

2017-07-06 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Acked-by: Peter Senna Tschudin <peter.se...@collabora.com> Tested-by: Peter Senna Tschud

[PATCH v10 15/15] PCI: Remove PCI pool macro functions

2017-07-06 Thread Romain Perier
Now that all the drivers use dma pool API, we can remove the macro functions for PCI pool. Signed-off-by: Romain Perier <romain.per...@collabora.com> Reviewed-by: Peter Senna Tschudin <peter.se...@collabora.com> --- include/linux/pci.h | 9 - 1 file changed, 9 deletions(-)

[PATCH v10 00/15] Replace PCI pool by DMA pool API

2017-07-06 Thread Romain Perier
fore brace, live over 80 characters - Removed some of the check for NULL pointers before calling dma_pool_destroy - Improved the regexp in checkpatch for pci_pool, thanks to Joe Perches - Added Tested-by and Acked-by tags Romain Perier (15): block: DAC960: Replace PCI pool old API dmaengine: pch_dm

[PATCH v10 01/15] block: DAC960: Replace PCI pool old API

2017-07-06 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Acked-by: Peter Senna Tschudin <peter.se...@collabora.com> Tested-by: Peter Senna Tschud

[PATCH v10 02/15] dmaengine: pch_dma: Replace PCI pool old API

2017-07-06 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Acked-by: Peter Senna Tschudin <peter.se...@collabora.com> Tested-by: Peter Senna Tschud

[PATCH v10 06/15] mlx5: Replace PCI pool old API

2017-07-06 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Reviewed-by: Peter Senna Tschudin <peter.se...@collabora.com> Acked-by: Doug Ledford <dledf...@red

[PATCH v10 03/15] IB/mthca: Replace PCI pool old API

2017-07-06 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Acked-by: Peter Senna Tschudin <peter.se...@collabora.com> Tested-by: Peter Senna Tschud

[PATCH v10 04/15] net: e100: Replace PCI pool old API

2017-07-06 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Acked-by: Peter Senna Tschudin <peter.se...@collabora.com> Acked-by: Jeff Kirsher <jeffrey.t.ki

[PATCH v10 05/15] mlx4: Replace PCI pool old API

2017-07-06 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Acked-by: Peter Senna Tschudin <peter.se...@collabora.com> Tested-by: Peter Senna Tschud

Re: [PATCH v9 06/15] mlx5: Replace PCI pool old API

2017-05-25 Thread Romain Perier
Hello, Le 23/05/2017 à 17:26, David Miller a écrit : > From: Romain Perier <romain.per...@collabora.com> > Date: Tue, 23 May 2017 10:53:36 +0200 > >> Hello, >> >> >> Le 23/05/2017 à 09:27, Leon Romanovsky a écrit : >>> On Mon, May 22, 2017 at 06:

Re: [PATCH v9 06/15] mlx5: Replace PCI pool old API

2017-05-23 Thread Romain Perier
Hello, Le 23/05/2017 à 09:27, Leon Romanovsky a écrit : > On Mon, May 22, 2017 at 06:48:58PM +0200, Romain Perier wrote: >> The PCI pool API is deprecated. This commit replaces the PCI pool old >> API by the appropriate function with the DMA pool API. >> >> S

[PATCH v9 00/15] Replace PCI pool by DMA pool API

2017-05-22 Thread Romain Perier
in checkpatch for pci_pool, thanks to Joe Perches - Added Tested-by and Acked-by tags Romain Perier (15): block: DAC960: Replace PCI pool old API dmaengine: pch_dma: Replace PCI pool old API IB/mthca: Replace PCI pool old API net: e100: Replace PCI pool old API mlx4: Replace PCI pool old API

[PATCH v9 02/15] dmaengine: pch_dma: Replace PCI pool old API

2017-05-22 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Acked-by: Peter Senna Tschudin <peter.se...@collabora.com> Tested-by: Peter Senna Tschud

[PATCH v9 01/15] block: DAC960: Replace PCI pool old API

2017-05-22 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Acked-by: Peter Senna Tschudin <peter.se...@collabora.com> Tested-by: Peter Senna Tschud

[PATCH v9 04/15] net: e100: Replace PCI pool old API

2017-05-22 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Acked-by: Peter Senna Tschudin <peter.se...@collabora.com> Acked-by: Jeff Kirsher <jeffrey.t.ki

[PATCH v9 03/15] IB/mthca: Replace PCI pool old API

2017-05-22 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Acked-by: Peter Senna Tschudin <peter.se...@collabora.com> Tested-by: Peter Senna Tschud

[PATCH v9 05/15] mlx4: Replace PCI pool old API

2017-05-22 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Acked-by: Peter Senna Tschudin <peter.se...@collabora.com> Tested-by: Peter Senna Tschud

[PATCH v9 09/15] scsi: csiostor: Replace PCI pool old API

2017-05-22 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. It also updates the name of some variables and the content of comments, accordingly. Signed-off-by: Romain Perier <romain.per...@collabora.com> Reviewed-by: Peter

[PATCH v9 07/15] wireless: ipw2200: Replace PCI pool old API

2017-05-22 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Reviewed-by: Peter Senna Tschudin <peter.se...@collabora.com> --- drivers/net/wireless/intel/ipw2x

[PATCH v9 11/15] scsi: megaraid: Replace PCI pool old API

2017-05-22 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Reviewed-by: Peter Senna Tschudin <peter.se...@collabora.com> Acked-by: Sumit Saxena <sumit.sax.

[PATCH v9 06/15] mlx5: Replace PCI pool old API

2017-05-22 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Reviewed-by: Peter Senna Tschudin <peter.se...@collabora.com> Acked-by: Doug Ledford <dledf...@red

[PATCH v9 10/15] scsi: lpfc: Replace PCI pool old API

2017-05-22 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. It also updates some comments, accordingly. Signed-off-by: Romain Perier <romain.per...@collabora.com> Reviewed-by: Peter Senna Tschudin <peter.se...@coll

[PATCH v9 14/15] scsi: pmcraid: Replace PCI pool old API

2017-05-22 Thread Romain Perier
The PCI pool API is deprecated. This commit replaces the PCI pool old API by the appropriate function with the DMA pool API. Signed-off-by: Romain Perier <romain.per...@collabora.com> Acked-by: Peter Senna Tschudin <peter.se...@collabora.com> Tested-by: Peter Senna Tschud

  1   2   3   >