[PATCH 14/20] target: Manual replacement of the deprecated strlcpy() with return values

2021-02-22 Thread Romain Perier
replaces all calls to strlcpy that handle the return values by the corresponding strscpy calls with new handling of the return values (as it is quite different between the two functions). [1] https://www.kernel.org/doc/html/latest/process/deprecated.html#strlcpy Signed-off-by: Romain Perier

[PATCH 17/20] vt: Manual replacement of the deprecated strlcpy() with return values

2021-02-22 Thread Romain Perier
replaces all calls to strlcpy that handle the return values by the corresponding strscpy calls with new handling of the return values (as it is quite different between the two functions). [1] https://www.kernel.org/doc/html/latest/process/deprecated.html#strlcpy Signed-off-by: Romain Perier

[PATCH 18/20] usb: gadget: f_midi: Manual replacement of the deprecated strlcpy() with return values

2021-02-22 Thread Romain Perier
replaces all calls to strlcpy that handle the return values by the corresponding strscpy calls with new handling of the return values (as it is quite different between the two functions). [1] https://www.kernel.org/doc/html/latest/process/deprecated.html#strlcpy Signed-off-by: Romain Perier

[PATCH 19/20] usbip: usbip_host: Manual replacement of the deprecated strlcpy() with return values

2021-02-22 Thread Romain Perier
replaces all calls to strlcpy that handle the return values by the corresponding strscpy calls with new handling of the return values (as it is quite different between the two functions). [1] https://www.kernel.org/doc/html/latest/process/deprecated.html#strlcpy Signed-off-by: Romain Perier

[PATCH 15/20] ALSA: usb-audio: Manual replacement of the deprecated strlcpy() with return values

2021-02-22 Thread Romain Perier
replaces all calls to strlcpy that handle the return values by the corresponding strscpy calls with new handling of the return values (as it is quite different between the two functions). [1] https://www.kernel.org/doc/html/latest/process/deprecated.html#strlcpy Signed-off-by: Romain Perier

[PATCH 20/20] s390/watchdog: Manual replacement of the deprecated strlcpy() with return values

2021-02-22 Thread Romain Perier
replaces all calls to strlcpy that handle the return values by the corresponding strscpy calls with new handling of the return values (as it is quite different between the two functions). [1] https://www.kernel.org/doc/html/latest/process/deprecated.html#strlcpy Signed-off-by: Romain Perier

[PATCH 16/20] tracing/probe: Manual replacement of the deprecated strlcpy() with return values

2021-02-22 Thread Romain Perier
replaces all calls to strlcpy that handle the return values by the corresponding strscpy calls with new handling of the return values (as it is quite different between the two functions). [1] https://www.kernel.org/doc/html/latest/process/deprecated.html#strlcpy Signed-off-by: Romain Perier

[PATCH 13/20] scsi: zfcp: Manual replacement of the deprecated strlcpy() with return values

2021-02-22 Thread Romain Perier
replaces all calls to strlcpy that handle the return values by the corresponding strscpy calls with new handling of the return values (as it is quite different between the two functions). [1] https://www.kernel.org/doc/html/latest/process/deprecated.html#strlcpy Signed-off-by: Romain Perier

[PATCH 11/20] hwmon: Manual replacement of the deprecated strlcpy() with return values

2021-02-22 Thread Romain Perier
replaces all calls to strlcpy that handle the return values by the corresponding strscpy calls with new handling of the return values (as it is quite different between the two functions). [1] https://www.kernel.org/doc/html/latest/process/deprecated.html#strlcpy Signed-off-by: Romain Perier

[PATCH 12/20] s390/hmcdrv: Manual replacement of the deprecated strlcpy() with return values

2021-02-22 Thread Romain Perier
replaces all calls to strlcpy that handle the return values by the corresponding strscpy calls with new handling of the return values (as it is quite different between the two functions). [1] https://www.kernel.org/doc/html/latest/process/deprecated.html#strlcpy Signed-off-by: Romain Perier

[PATCH 10/20] module: Manual replacement of the deprecated strlcpy() with return values

2021-02-22 Thread Romain Perier
replaces all calls to strlcpy that handle the return values by the corresponding strscpy calls with new handling of the return values (as it is quite different between the two functions). [1] https://www.kernel.org/doc/html/latest/process/deprecated.html#strlcpy Signed-off-by: Romain Perier

[PATCH 09/20] m68k/atari: Manual replacement of the deprecated strlcpy() with return values

2021-02-22 Thread Romain Perier
replaces all calls to strlcpy that handle the return values by the corresponding strscpy calls with new handling of the return values (as it is quite different between the two functions). [1] https://www.kernel.org/doc/html/latest/process/deprecated.html#strlcpy Signed-off-by: Romain Perier

[PATCH 08/20] kernfs: Manual replacement of the deprecated strlcpy() with return values

2021-02-22 Thread Romain Perier
replaces all calls to strlcpy that handle the return values by the corresponding strscpy calls with new handling of the return values (as it is quite different between the two functions). [1] https://www.kernel.org/doc/html/latest/process/deprecated.html#strlcpy Signed-off-by: Romain Perier --- fs

[PATCH 07/20] SUNRPC: Manual replacement of the deprecated strlcpy() with return values

2021-02-22 Thread Romain Perier
replaces all calls to strlcpy that handle the return values by the corresponding strscpy calls with new handling of the return values (as it is quite different between the two functions). [1] https://www.kernel.org/doc/html/latest/process/deprecated.html#strlcpy Signed-off-by: Romain Perier

[PATCH 05/20] kobject: Manual replacement of the deprecated strlcpy() with return values

2021-02-22 Thread Romain Perier
replaces all calls to strlcpy that handle the return values by the corresponding strscpy calls with new handling of the return values (as it is quite different between the two functions). [1] https://www.kernel.org/doc/html/latest/process/deprecated.html#strlcpy Signed-off-by: Romain Perier

[PATCH 04/20] dma-buf: Manual replacement of the deprecated strlcpy() with return values

2021-02-22 Thread Romain Perier
replaces all calls to strlcpy that handle the return values by the corresponding strscpy calls with new handling of the return values (as it is quite different between the two functions). [1] https://www.kernel.org/doc/html/latest/process/deprecated.html#strlcpy Signed-off-by: Romain Perier

[PATCH 06/20] ima: Manual replacement of the deprecated strlcpy() with return values

2021-02-22 Thread Romain Perier
replaces all calls to strlcpy that handle the return values by the corresponding strscpy calls with new handling of the return values (as it is quite different between the two functions). [1] https://www.kernel.org/doc/html/latest/process/deprecated.html#strlcpy Signed-off-by: Romain Perier

[PATCH 02/20] crypto: Manual replacement of the deprecated strlcpy() with return values

2021-02-22 Thread Romain Perier
replaces all calls to strlcpy that handle the return values by the corresponding strscpy calls with new handling of the return values (as it is quite different between the two functions). [1] https://www.kernel.org/doc/html/latest/process/deprecated.html#strlcpy Signed-off-by: Romain Perier

[PATCH 03/20] devlink: Manual replacement of the deprecated strlcpy() with return values

2021-02-22 Thread Romain Perier
replaces all calls to strlcpy that handle the return values by the corresponding strscpy calls with new handling of the return values (as it is quite different between the two functions). [1] https://www.kernel.org/doc/html/latest/process/deprecated.html#strlcpy Signed-off-by: Romain Perier

[PATCH 01/20] cgroup: Manual replacement of the deprecated strlcpy() with return values

2021-02-22 Thread Romain Perier
replaces all calls to strlcpy that handle the return values by the corresponding strscpy calls with new handling of the return values (as it is quite different between the two functions). [1] https://www.kernel.org/doc/html/latest/process/deprecated.html#strlcpy Signed-off-by: Romain Perier

[PATCH 00/20] Manual replacement of all strlcpy in favor of strscpy

2021-02-22 Thread Romain Perier
in case of error). - Then all other cases are automatically replaced by using coccinelle. This series covers manual replacements. [1] https://www.kernel.org/doc/html/latest/process/deprecated.html#strlcpy Romain Perier (20): cgroup: Manual replacement of the deprecated strlcpy() with return

Re: [LINUX PATCH v12] mtd: rawnand: pl353: Add basic driver for arm pl353 smc nand interface

2019-01-07 Thread Romain Perier
Hi, Le mer. 2 janv. 2019 à 10:23, Naga Sureshkumar Relli a écrit : > > Hi, > > > -Original Message- > > From: Miquel Raynal [mailto:miquel.ray...@bootlin.com] > > Sent: Wednesday, January 2, 2019 2:04 PM > > To: Romain Perier > > Cc: Naga Sureshku

Re: [LINUX PATCH v12] mtd: rawnand: pl353: Add basic driver for arm pl353 smc nand interface

2018-12-21 Thread Romain Perier
, Naga Sureshkumar Relli wrote: > Add driver for arm pl353 static memory controller nand interface with > HW ECC support. This controller is used in Xilinx Zynq SoC for > interfacing the NAND flash memory. > > Signed-off-by: Naga Sureshkumar Relli Tested-by: Romain Perier > --

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

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 : > 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 simple macro functio

[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 2/4] net: e100: Replace PCI pool old API

2018-01-02 Thread Romain Perier
From: 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 Acked-by: Peter Senna Tschudin Acked-by: Jeff Kirsher Acked-by: David S. Miller Tested-by: Peter Senna Tschudin

[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 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 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 3/4] hinic: Replace PCI pool old API

2018-01-02 Thread Romain Perier
From: 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 Acked-by: David S. Miller --- drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c | 10 +- drivers/net/ethernet

[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 1/4] block: DAC960: Replace PCI pool old API

2018-01-02 Thread Romain Perier
From: 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 Acked-by: Peter Senna Tschudin Tested-by: Peter Senna Tschudin --- drivers/block/DAC960.c | 38

[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 v17 4/4] PCI: Remove PCI pool macro functions

2018-01-02 Thread Romain Perier
From: 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 Reviewed-by: Peter Senna Tschudin Acked-by: Bjorn Helgaas --- include/linux/pci.h | 9 - 1 file changed, 9 deletions(-) diff --git a/include

[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

[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 2/4] net: e100: Replace PCI pool old API

2017-12-15 Thread Romain Perier
From: 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 Acked-by: Peter Senna Tschudin Acked-by: Jeff Kirsher Tested-by: Peter Senna Tschudin --- drivers/net/ethernet/intel

[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

[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 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 1/4] block: DAC960: Replace PCI pool old API

2017-12-15 Thread Romain Perier
From: 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 Acked-by: Peter Senna Tschudin Tested-by: Peter Senna Tschudin --- drivers/block/DAC960.c | 38

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

2017-12-15 Thread Romain Perier
From: 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 Reviewed-by: Peter Senna Tschudin Acked-by: Bjorn Helgaas --- include/linux/pci.h | 9 - 1 file changed, 9 deletions(-) diff --git a/include

[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 3/4] hinic: Replace PCI pool old API

2017-12-15 Thread Romain Perier
From: 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 --- drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c | 10 +- drivers/net/ethernet/huawei/hinic

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

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 : > On Mon, Nov 20, 2017 at 08:32:47PM +0100, Romain Perier wrote: >> From: Romain Perier >> >> Now that all the drivers use dma pool API, we can remove the macro >> functions for PCI pool.

[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 2/5] net: e100: Replace PCI pool old API

2017-11-20 Thread Romain Perier
From: 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 Acked-by: Peter Senna Tschudin Acked-by: Jeff Kirsher Tested-by: Peter Senna Tschudin --- drivers/net/ethernet/intel

[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 1/5] block: DAC960: Replace PCI pool old API

2017-11-20 Thread Romain Perier
From: 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 Acked-by: Peter Senna Tschudin Tested-by: Peter Senna Tschudin --- drivers/block/DAC960.c | 38

[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 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 --- drivers/scsi/mpt3sas/mpt3sas_base.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/scsi/mpt3sas

[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 3/5] hinic: Replace PCI pool old API

2017-11-20 Thread Romain Perier
From: 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 --- drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c | 10 +- drivers/net/ethernet/huawei/hinic

[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 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 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 v15 5/5] PCI: Remove PCI pool macro functions

2017-11-20 Thread Romain Perier
From: 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 Reviewed-by: Peter Senna Tschudin --- include/linux/pci.h | 9 - 1 file changed, 9 deletions(-) diff --git a/include/linux/pci.h b/include

Re: [PATCH] time: Make NTP optionnal

2017-11-20 Thread Romain Perier
.uk>: > On Mon, 20 Nov 2017 16:22:06 +0100 > peter enderborg <peter.enderb...@sony.com> wrote: > >> On 11/20/2017 04:00 PM, Romain Perier wrote: >> > Hi, >> > >> > 2017-11-20 15:10 GMT+01:00 peter enderborg <peter.enderb...@sony.com>: >> >

Re: [PATCH] time: Make NTP optionnal

2017-11-20 Thread Romain Perier
:06 +0100 > peter enderborg wrote: > >> On 11/20/2017 04:00 PM, Romain Perier wrote: >> > Hi, >> > >> > 2017-11-20 15:10 GMT+01:00 peter enderborg : >> >> I think it should return a error code at least. >> > In which case ? The idea

Re: [PATCH] time: Make NTP optionnal

2017-11-20 Thread Romain Perier
ponents that depend on these NTP feature. (so be transparent the most as possible) Thanks, Romain > > On 11/02/2017 07:29 PM, Romain Perier wrote: >> On embedded systems with limited space, synchronizing system clock via >> NTP might be not needed. >> >> This com

Re: [PATCH] time: Make NTP optionnal

2017-11-20 Thread Romain Perier
feature. (so be transparent the most as possible) Thanks, Romain > > On 11/02/2017 07:29 PM, Romain Perier wrote: >> On embedded systems with limited space, synchronizing system clock via >> NTP might be not needed. >> >> This commit introduces a new Kconf

Re: [PATCH] time: Make NTP optionnal

2017-11-20 Thread Romain Perier
Hi, No feedback regarding this patch ? Thanks, Romain 2017-11-02 19:29 GMT+01:00 Romain Perier <romain.per...@gmail.com>: > On embedded systems with limited space, synchronizing system clock via > NTP might be not needed. > > This commit introduces a new Kconfig en

Re: [PATCH] time: Make NTP optionnal

2017-11-20 Thread Romain Perier
Hi, No feedback regarding this patch ? Thanks, Romain 2017-11-02 19:29 GMT+01:00 Romain Perier : > On embedded systems with limited space, synchronizing system clock via > NTP might be not needed. > > This commit introduces a new Kconfig entry. When disabled, it compiles > o

[PATCH] time: Make NTP optionnal

2017-11-02 Thread Romain Perier
-off-by: Romain Perier <romain.per...@gmail.com> --- include/linux/timex.h | 14 +++--- init/Kconfig | 9 + kernel/compat.c| 2 ++ kernel/sys_ni.c| 6 ++ kernel/time/Makefile | 6 +- kernel/time/ntp_internal.

[PATCH] time: Make NTP optionnal

2017-11-02 Thread Romain Perier
-off-by: Romain Perier --- include/linux/timex.h | 14 +++--- init/Kconfig | 9 + kernel/compat.c| 2 ++ kernel/sys_ni.c| 6 ++ kernel/time/Makefile | 6 +- kernel/time/ntp_internal.h | 29

[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 1/5] block: DAC960: Replace PCI pool old API

2017-10-23 Thread Romain Perier
From: 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 Acked-by: Peter Senna Tschudin Tested-by: Peter Senna Tschudin --- drivers/block/DAC960.c | 38

[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 3/5] net: e100: Replace PCI pool old API

2017-10-23 Thread Romain Perier
From: 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 Acked-by: Peter Senna Tschudin Acked-by: Jeff Kirsher Tested-by: Peter Senna Tschudin --- drivers/net/ethernet/intel

[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 4/5] hinic: Replace PCI pool old API

2017-10-23 Thread Romain Perier
From: 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 --- drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c | 10 +- drivers/net/ethernet/huawei/hinic

[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 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 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 Acked-by: Peter Senna Tschudin Tested-by: Peter Senna Tschudin --- drivers/dma/pch_dma.c | 12 ++-- 1 file

[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 v14 5/5] PCI: Remove PCI pool macro functions

2017-10-23 Thread Romain Perier
From: 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 Reviewed-by: Peter Senna Tschudin --- include/linux/pci.h | 9 - 1 file changed, 9 deletions(-) diff --git a/include/linux/pci.h b/include

[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 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 Acked-by: Peter Senna Tschudin Tested-by: Peter Senna Tschudin --- drivers/block/DAC960.c | 38

[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 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 Acked-by: Peter Senna Tschudin Acked-by: Jeff Kirsher Tested-by: Peter Senna Tschudin --- drivers/net/ethernet/intel/e100.c | 12

[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 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 --- drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c | 10 +- drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.h | 2 +- 2 files

[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 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 Acked-by: Peter Senna Tschudin Tested-by: Peter Senna Tschudin --- drivers/dma/pch_dma.c | 12 ++-- 1 file changed, 6 insertions

[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 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 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 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 Reviewed-by: Peter Senna Tschudin --- include/linux/pci.h | 9 - 1 file changed, 9 deletions(-) diff --git a/include/linux/pci.h b/include/linux/pci.h index

[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 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 --- Hello, This is the continuity of "[PATCH v2 0/2] net: stmmac: phy logging fixes", se

[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 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 --- Hello, This is the continuity of "[PATCH v2 0/2] net: stmmac: phy logging fixes", se

[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 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 --- Hello, This is the continuity of "[PATCH v2 0/2] net: stmmac: phy logging fixes", se

[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

[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 --- Hello, This is the continuity of "[PATCH v2 0/2] net: stmmac: phy logging fixes", see https://lkml.org/lkm

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

  1   2   3   4   5   6   7   8   >