[staging:staging-testing] BUILD SUCCESS 8a01032e02c8a0fb3e9f33791023b62dee73cc03

2020-05-13 Thread kbuild test robot
randconfig-a006-20200513 i386 randconfig-a005-20200513 i386 randconfig-a003-20200513 i386 randconfig-a001-20200513 i386 randconfig-a004-20200513 i386 randconfig-a002-20200513 x86_64 randconfig-a005-20200513

[staging:staging-linus] BUILD SUCCESS f0b9d875faa4499afe3381404c3795e9da84bc00

2020-05-13 Thread kbuild test robot
allyesconfig powerpc rhel-kconfig powerpc allmodconfig powerpc allnoconfig i386 randconfig-a006-20200513 i386 randconfig-a005-20200513 i386 randconfig-a003-20200513 i386

Re: [PATCH] greybus: audio: remove unused code

2020-05-13 Thread Vaibhav Agarwal
On Wed, May 13, 2020 at 11:15 PM Mark Greer wrote: > > On Thu, May 07, 2020 at 11:29:11PM +0200, Alexandre Belloni wrote: > > GREYBUS_AUDIO_MSM8994 is not an existing configuration option and as > > reported in September 2016, it depends on an "out-of-tree qualcomm audio > > driver". This driver

[PATCH v3 2/2] staging: vt6655: vt6656: change order of makefile variable definitions

2020-05-13 Thread Matej Dujava
This patch will add indentation to multiline variable and put obj-$(CONFIG_X) at the beginning of the file. This order of variables is used in other drives, so this will make vt665x Makefiles fit into the pattern. Indentation is fixed in vt6655/Makefile. Order of variable declaration is changed

[PATCH v3 1/2] staging: vt6656: vt6655: removing unused macros definition Makefiles

2020-05-13 Thread Matej Dujava
This patch is removing definition of CFLAGS in Makefile of vt6656 and vt6655, as those are defining macros that are not used. This will remove undef of one macro from vt6655/device_main.c, as it is only undef and it is not used anywhere else, so it is safe to remove it. Macros are removed from

[PATCH v3 0/2] staging: vt6656: vt6655: cleaning Makefile

2020-05-13 Thread Matej Dujava
This patchset will remove unused definitions of C Macros, reorder variable definition in Makefiles and increase indentation to match visual block. Macros are removed from vt665x/Makefile and vt6655/device_main.c. Indentation is fixed in vt6655/Makefile. Order of variable declaration is changed

Re: [PATCH] wfx: typo fix

2020-05-13 Thread Jérôme Pouiller
Hello, On Wednesday 13 May 2020 09:24:33 CEST Mohamed Dawod wrote: > > fixing some typo errors in traces.h file > > Signed-off-by: Mohamed Dawod > --- > drivers/staging/wfx/traces.h | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > It would be great if the subject started with

Re: [PATCH] greybus: audio: remove unused code

2020-05-13 Thread Mark Greer
On Thu, May 07, 2020 at 11:29:11PM +0200, Alexandre Belloni wrote: > GREYBUS_AUDIO_MSM8994 is not an existing configuration option and as > reported in September 2016, it depends on an "out-of-tree qualcomm audio > driver". This driver never made it upstream. > >

Re: [PATCH] staging: android: ashmem: Fixed a issue related to file_operations

2020-05-13 Thread kbuild test robot
' option to specify the base tree in git format-patch, please see https://stackoverflow.com/a/37406982] url: https://github.com/0day-ci/linux/commits/Anmol/staging-android-ashmem-Fixed-a-issue-related-to-file_operations/20200513-194410 base: https://git.kernel.org/pub/scm/linux/kernel/git

[PATCH v2] staging: fbtft: fb_st7789v: Initialize the Display

2020-05-13 Thread Oliver Graute
From: Oliver Graute Set Gamma Values and Register Values for the HSD20_IPS Panel Signed-off-by: Oliver Graute --- need information howto set HSD20_IPS Panel at run time and not at compile time Changes for v2: - added define for HSD20_IPS_GAMMA values - check for HSD20_IPS define - enabled

[PATCH v5 32/38] staging: ion: fix common struct sg_table related issues

2020-05-13 Thread Marek Szyprowski
The Documentation/DMA-API-HOWTO.txt states that the dma_map_sg() function returns the number of the created entries in the DMA address space. However the subsequent calls to the dma_sync_sg_for_{device,cpu}() and dma_unmap_sg must be called with the original number of the entries passed to the

[PATCH v5 31/38] staging: ion: remove dead code

2020-05-13 Thread Marek Szyprowski
ion_heap_pages_zero() function is not used at all, so remove it to simplify the ion_heap_sglist_zero() function later. Signed-off-by: Marek Szyprowski --- For more information, see '[PATCH v5 00/38] DRM: fix struct sg_table nents vs. orig_nents misuse' thread:

[PATCH v5 33/38] staging: tegra-vde: fix common struct sg_table related issues

2020-05-13 Thread Marek Szyprowski
The Documentation/DMA-API-HOWTO.txt states that the dma_map_sg() function returns the number of the created entries in the DMA address space. However the subsequent calls to the dma_sync_sg_for_{device,cpu}() and dma_unmap_sg must be called with the original number of the entries passed to the

[PATCH] staging: qlge: Remove unnecessary spaces in qlge_main.c

2020-05-13 Thread Xiangyang Zhang
Fix checkpatch.pl check: CHECK: No space is necessary after a cast Signed-off-by: Xiangyang Zhang --- drivers/staging/qlge/qlge_main.c | 36 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/drivers/staging/qlge/qlge_main.c

[PATCH V4] staging: vc04_services: Block comment alignment

2020-05-13 Thread John Oldman
Coding style issue reported by checkpatch.pl This patch clears the checkpatch.pl "Block comments should align the * on each line" warning. Also cleared /** and blank line. Signed-off-by: John Oldman --- v1: Initial attempt. v2: Resubmitted with shorter comment line, as suggested by Greg KH.

Re: [PATCH V3] staging: vc04_services: vchiq_connected.c: Block comment alignment

2020-05-13 Thread John Oldman
yea I agree, will re-submit... Cheers john On Wed, 13 May 2020 at 12:58, Greg KH wrote: > > On Sun, May 10, 2020 at 11:13:08AM +0100, John Oldman wrote: > > Coding style issue > > This patch clears the checkpatch.pl "Block comments should align the * on > > each line" warning. > > > >

Re: [PATCH] staging: android: ashmem: Fixed a issue related to file_operations

2020-05-13 Thread Greg KH
On Wed, May 13, 2020 at 05:11:16PM +0530, Anmol wrote: > From: Anmol > > Fixed a issue related to struct file_operations which should normally be > const. > > Signed-off-by: Anmol > --- > drivers/staging/android/ashmem.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

Re: [PATCH V3] staging: vc04_services: vchiq_connected.c: Block comment alignment

2020-05-13 Thread Greg KH
On Sun, May 10, 2020 at 11:13:08AM +0100, John Oldman wrote: > Coding style issue > This patch clears the checkpatch.pl "Block comments should align the * on > each line" warning. > > Signed-off-by: John Oldman > --- > v1: Initial attempt. > v2: Resubmitted with shorter comment line, as

Re: [PATCH v2 2/2] staging: vt6655: vt6656: change order of makefile variable definitions

2020-05-13 Thread Greg Kroah-Hartman
On Sun, May 10, 2020 at 12:13:35PM +0200, Matej Dujava wrote: > This patch will add indentation to multiline variable and put obj-$(CONFIG_X) > at the begining of the file. Why change the order? What does that fix? Why do this? You say what you do here, but not why. And without that, I can't

Re: [PATCH v2 1/2] staging: vt6656: vt6655: clean Makefiles

2020-05-13 Thread Greg Kroah-Hartman
On Sun, May 10, 2020 at 12:13:34PM +0200, Matej Dujava wrote: > This patch is removing CFLAGS that are defining flags that are not used. > > Signed-off-by: Matej Dujava > --- > drivers/staging/vt6655/Makefile | 3 --- > drivers/staging/vt6655/device_main.c | 1 - This file is not a

[PATCH] staging: android: ashmem: Fixed a issue related to file_operations

2020-05-13 Thread Anmol
From: Anmol Fixed a issue related to struct file_operations which should normally be const. Signed-off-by: Anmol --- drivers/staging/android/ashmem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/android/ashmem.c b/drivers/staging/android/ashmem.c index

Re: [PATCH 2/6] staging: vt6656: vnt_get_rtscts_duration_le use ieee80211_rts_duration

2020-05-13 Thread Dan Carpenter
Btw, I don't know if this has already been applied. I'm fine with applying it as-is. The code doesn't hurt anything and it disappears later in the series anyways. I only mentioned this about fall through for future reference. regards, dan carpenter

Re: [PATCH 2/6] staging: vt6656: vnt_get_rtscts_duration_le use ieee80211_rts_duration

2020-05-13 Thread Dan Carpenter
On Tue, May 05, 2020 at 10:13:54PM +0100, Malcolm Priestley wrote: > diff --git a/drivers/staging/vt6656/rxtx.c b/drivers/staging/vt6656/rxtx.c > index 6724b213a723..48fe16c27d3f 100644 > --- a/drivers/staging/vt6656/rxtx.c > +++ b/drivers/staging/vt6656/rxtx.c > @@ -285,28 +285,18 @@ static

[PATCH] wfx: typo fix

2020-05-13 Thread Mohamed Dawod
fixing some typo errors in traces.h file Signed-off-by: Mohamed Dawod --- drivers/staging/wfx/traces.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wfx/traces.h b/drivers/staging/wfx/traces.h index bb9f7e9..80e131c 100644 ---